View Source Changelog for Sourceror v0.12
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v0-12-2-2023-03-21
v0.12.2 (2023-03-21)
1-bug-fixes
1. Bug fixes
- [Sourceror] - Fix
to_string
crashing if a formatter for a dependency couldn't be found (thanks to @NickNeck)
v0-12-1-2023-02-19
v0.12.1 (2023-02-19)
1-enhancements
1. Enhancements
- [Sourceror] Added the option
quoted_to_algebra
toto_string
, which allows the usage of other formatters likeFreedomFormatter
(thanks to @NickNeck) - [Sourceror] Now
to_string
uses thelocals_without_parens
from your project by default (thanks to @scottming and @NickNeck)
2-bug-fixes
2. Bug fixes
- [Sourceror] Fixed a bug that causes
get_rage
to crash on the AST for anonymous function calls (thanks to @zachallaun)
v0-12-0-2023-02-04
v0.12.0 (2023-02-04)
1-bug-fixes-1
1. Bug fixes
- [Sourceror]
Sourceror.patch_string
now produces better results when patching a single line with a multiline replacement (Thanks to @zachallaun) - [Sourceror.Zipper] the concept of an "ended" zipper was removed, so now you can traverse the same zipper multiple times without having to manualy reset it (thanks to @novaugust)
v0-11-2-2022-08-15
v0.11.2 (2022-08-15)
The changelog for v0.11 releases can be found in the 0.11 branch.