Skip to content

Commit

Permalink
prepare version 1.6.0 (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe authored Mar 22, 2019
1 parent ac3501c commit 7b8e876
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.6.0 (2019-03-22)

- Added `--stdin` CLI switch to allow reading code from stdin and printing formatted code to stdout, fixes [#411](https://github.com/HaxeCheckstyle/haxe-formatter/issues/411) ([#412](https://github.com/HaxeCheckstyle/haxe-formatter/issues/412) + [#413](https://github.com/HaxeCheckstyle/haxe-formatter/issues/413))
- Fixed specifiying an entry point for tokentree, fixes [#393](https://github.com/HaxeCheckstyle/haxe-formatter/issues/393) ([#403](https://github.com/HaxeCheckstyle/haxe-formatter/issues/403) + [#404](https://github.com/HaxeCheckstyle/haxe-formatter/issues/404))
- Fixed whitespace for conditionals in function arguments with question mark, fixes [#397](https://github.com/HaxeCheckstyle/haxe-formatter/issues/397) ([#405](https://github.com/HaxeCheckstyle/haxe-formatter/issues/405))
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.5.1",
"releasenote": "Fixed vanishing string literals at end of file - see CHANGELOG for details.",
"version": "1.6.0",
"releasenote": "New --stdin CLI parameter and bugfixes - 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.5.1",
"version": "1.6.0",
"description": "A code formatter for Haxe",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7b8e876

Please sign in to comment.