Releases: sile/efmt
Releases · sile/efmt
v0.21.0
What's Changed
- Remove anyhow dependency and implement custom Error type by @sile in #123
- Update erl_tokenize to 0.10.0 and adapt to Symbol API changes by @sile in #124
- Support multi-valued comprehensions (EEP-78) by @sile in #125
- Add support for EEP 79 native records syntax by @sile in #126
Full Changelog: 0.20.0...0.21.0
v0.20.0
v0.19.1
v0.19.0
What's Changed
- Remove
thiserrorcrate by @sile in #111 - Update dependencies by @sile in #112
- Insert a blank line between
-includeand-include_libby @sile in #113 - Add support for strict comprehensions generators by @sile in #115
- Add support for EEP 69 (Nominal Type) by @sile in #114
- Add support for EEP 73 (Zip generator) by @sile in #116
- Add support for EEP 75 (Based Floating Point Literals) by @sile in sile/erl_tokenize#18
Full Changelog: 0.18.3...0.19.0
v0.18.3
What's Changed
- Bump webpack from 5.93.0 to 5.94.0 in /vscode by @dependabot in #107
- Fix a bug where an unexpected newline is inserted when formatting
fun () -> ?assertMatch(..., ...) end.. by @sile in #108 - Remove extra newlines between
-docattributes and function definitions by @sile in #110
Full Changelog: 0.18.2...0.18.3
v0.18.2
What's Changed
- Fix a bug when formatting consecutive
-definedirectives with single-quoted macro names. by @sile in #106
Full Changelog: 0.18.1...0.18.2
v0.18.1
What's Changed
- Avoid using temporary files when overwriting formatted files to preserve file permissions by @sile in #104
Full Changelog: 0.18.0...0.18.1
v0.18.0
What's Changed
Full Changelog: 0.17.0...0.18.0
v0.17.0
What's Changed
- Mention Sublime Text integration in README by @verbit in #96
- Fix the issue where default input files may include non-existing files by @sile in #99
- Enable formatting of
?assertMatch()and?assertNotMatch()macros even when they containwhenin the pattern by @sile in #100
New Contributors
Full Changelog: 0.16.0...0.17.0
v0.16.0
What's Changed
- Fix typos by @kianmeng in #90
- Update dependencies by @sile in #92
- Bump braces from 3.0.2 to 3.0.3 in /vscode by @dependabot in #93
- Add
--coloroption by @sile in #95
New Contributors
- @dependabot made their first contribution in #93
Full Changelog: 0.15.0...0.16.0