Skip to content

Conversation

@arainko
Copy link
Owner

@arainko arainko commented Dec 13, 2022

  • Added Transformer.Debug.showCode to inspect the code generated by the library
  • The lib is now lifting even more transformations from derived Transformers (eg. in the case of mapping from a ordinary value to a one wrapped in Some the inner transformer's transformation is lifted if possible)
  • added another section to the docs titled A look at the generated code
  • laid groundwork for lifting transformations when calling .to (.to will be deprecated in place of .transformInto which will expand into the transformation itself instead of allocating the Transformer and then calling .transform, all thanks to the work done inside LiftTransformationModule

@arainko arainko merged commit 89e99db into master Dec 13, 2022
@arainko arainko deleted the a-look-at-code-docs branch December 29, 2022 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants