Skip to content

Commit

Permalink
release v0.10.0 (#244)
Browse files Browse the repository at this point in the history
awalterschulze authored Jan 22, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 9cae933 commit e1745a9
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## v0.10.0 (22.01.2021)

Preserve a single empty line between attributes

### Enhancements

- Preserve a single empty line between attributes #239
- Only write to file the formatted code when it is different to the current one #235
- Export the format_nodes function for symmetry with read_nodes function.

### Fixes

- no newline after spec #224
- preserve breaks after dolon #225
- fix: Crash formatting qlc_SUITE in OTP #240
- Preserve newlines between separated guards #241
- Adjust AST for try clauses such that they do not move comments around #242

## v0.9.0 (4.11.2020)

Default files and exclude_files option
2 changes: 1 addition & 1 deletion src/erlfmt.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, erlfmt, [
{description, "erlfmt is an opinionated Erlang code formatter"},
{vsn, "0.9.0"},
{vsn, "0.10.0"},
{registered, []},
{applications, [kernel, stdlib]},
{env, []},

0 comments on commit e1745a9

Please sign in to comment.