Skip to content

Commit

Permalink
prepare v1.2.0 (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe authored Nov 12, 2018
1 parent 954b291 commit 288a385
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## dev branch / next version (1.x.x)

## version 1.2.0 (2018-11-12)

- **Breakin Change** replaced `emptyLines.beforeUsing` and `emptyLines.afterImportsUsing` settings with `emptyLines.importAndUsing` [#267](https://github.com/HaxeCheckstyle/haxe-formatter/issues/267)
- Added `wrapping.opBoolChain` for wrapping `||` and `&&` chains [#248](https://github.com/HaxeCheckstyle/haxe-formatter/issues/248)
- Added line count statistic for CLI [#249](https://github.com/HaxeCheckstyle/haxe-formatter/issues/249)
Expand Down
4 changes: 2 additions & 2 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"style"
],
"description": "A code formatter for Haxe",
"version": "1.1.2",
"releasenote": "fixed an endless loop when using #if (macro) - see CHANGELOG for details.",
"version": "1.2.0",
"releasenote": "reworked indentation and empty lines options - see CHANGELOG for details.",
"contributors": [
"AlexHaxe",
"Gama11"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "haxe-formatter",
"version": "1.1.2",
"version": "1.2.0",
"description": "A code formatter for Haxe",
"repository": {
"type": "git",
Expand Down

0 comments on commit 288a385

Please sign in to comment.