Skip to content

v0.9.0

Compare
Choose a tag to compare
@doorgan doorgan released this 04 Dec 17:36
· 96 commits to main since this release

v0.9.0 (2021-12-04)

1. Enhancements

  • [Sourceror] to_string/2 now supports options for Code.quoted_to_algebra, like locals_without_parens
  • [Sourceror] get_range/2 no longer considers comments when calculating the range. This can be enabled by passing the include_comments: true option
  • [Sourceror.Patch] Introduced Sourceror.Patch with utilities to generate patches for the most common rewriting operations
  • [Sourceror.Identifier] Sourceror.Identifier is now public