Skip to content

Commit

Permalink
prepare 1.11.0 release (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe authored Jun 7, 2020
1 parent fccf048 commit 7f1657c
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 15 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

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

- Added whitespace policies for `ifConditionParens`, `switchConditionParens`, `whileConditionParens`, `sharpConditionParens` and `catchParens` - a all inside `whitespace.parenConfig`, fixes [#583](https://github.com/HaxeCheckstyle/haxe-formatter/issues/583) ([#585](https://github.com/HaxeCheckstyle/haxe-formatter/issues/585))
## version 1.11.0 (2020-06-07)

- Added whitespace policies for `ifConditionParens`, `switchConditionParens`, `whileConditionParens`, `sharpConditionParens` and `catchParens` - all inside `whitespace.parenConfig`, fixes [#583](https://github.com/HaxeCheckstyle/haxe-formatter/issues/583) ([#585](https://github.com/HaxeCheckstyle/haxe-formatter/issues/585))
- Fixed type hint whitespace in anonymous types, fixes [#586](https://github.com/HaxeCheckstyle/haxe-formatter/issues/586) ([#587](https://github.com/HaxeCheckstyle/haxe-formatter/issues/587))
- Fixed type hint whitespace with conditionals, fixes [#582](https://github.com/HaxeCheckstyle/haxe-formatter/issues/582) ([#587](https://github.com/HaxeCheckstyle/haxe-formatter/issues/587))
- Fixed whitspace handling for anon types as type parameter, fixes [#588](https://github.com/HaxeCheckstyle/haxe-formatter/issues/588) ([#590](https://github.com/HaxeCheckstyle/haxe-formatter/issues/590))
Expand Down
6 changes: 3 additions & 3 deletions haxe3_libraries/tokentree.hxml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# @install: lix --silent download "gh://github.com/HaxeCheckstyle/tokentree#44f5926539c25e524ffa1fbc3d26a15f38c9bc2b" into tokentree/1.0.27/github/44f5926539c25e524ffa1fbc3d26a15f38c9bc2b
-cp ${HAXE_LIBCACHE}/tokentree/1.0.27/github/44f5926539c25e524ffa1fbc3d26a15f38c9bc2b/src
-D tokentree=1.0.27
# @install: lix --silent download "haxelib:/tokentree#1.0.28" into tokentree/1.0.28/haxelib
-cp ${HAXE_LIBCACHE}/tokentree/1.0.28/haxelib/src
-D tokentree=1.0.28
6 changes: 3 additions & 3 deletions haxe_libraries/tokentree.hxml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# @install: lix --silent download "gh://github.com/HaxeCheckstyle/tokentree#44f5926539c25e524ffa1fbc3d26a15f38c9bc2b" into tokentree/1.0.27/github/44f5926539c25e524ffa1fbc3d26a15f38c9bc2b
-cp ${HAXE_LIBCACHE}/tokentree/1.0.27/github/44f5926539c25e524ffa1fbc3d26a15f38c9bc2b/src
-D tokentree=1.0.27
# @install: lix --silent download "haxelib:/tokentree#1.0.28" into tokentree/1.0.28/haxelib
-cp ${HAXE_LIBCACHE}/tokentree/1.0.28/haxelib/src
-D tokentree=1.0.28
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.10.2",
"releasenote": "fixed a null pointer exception in tokentree - see CHANGELOG for details.",
"version": "1.11.0",
"releasenote": "added whitespace policies for parens, fixed whitespace handling for @in metadata - see CHANGELOG for details.",
"contributors": [
"AlexHaxe",
"Gama11"
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "haxe-formatter",
"version": "1.10.2",
"version": "1.11.0",
"description": "A code formatter for Haxe",
"repository": {
"type": "git",
Expand All @@ -15,7 +15,7 @@
"email": "[email protected]"
},
"devDependencies": {
"lix": "^15.8.11"
"lix": "^15.9.0"
},
"bugs": "https://github.com/HaxeCheckstyle/haxe-formatter/issues",
"license": "MIT"
Expand Down

0 comments on commit 7f1657c

Please sign in to comment.