Skip to content

Commit

Permalink
v0.4 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnetheduck authored Feb 5, 2024
1 parent 3544132 commit 537f1ce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

# 0.4

* `..` and `..<` gained spaces around them like all other infixes
* chains of dot-calls get aligned
* prefer putting things on a new line if this helps fit the whole expression
* add `.` to simple expressions
* fix several cases of over-indent
* render infix expressions with operator ending the line where possible

# 0.3

* Back to `,` as parameter separator - this helps compatibility with inline procs
Expand Down
2 changes: 1 addition & 1 deletion nph.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.3"
version = "0.4"
author = "Jacek Sieka"
description = "Nim code formatter"
license = "MIT"
Expand Down

0 comments on commit 537f1ce

Please sign in to comment.