Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe committed Oct 6, 2024
1 parent 212708c commit 25657cc
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .haxerc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "4.3.6",
"version": "39aceb1",
"resolveLibs": "scoped"
}
}
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## version 1.17.0 (2024-10-XX)
## version 1.17.0 (2024-10-06)

- **Breaking Change** replaced `whitespace.openingBracketPolicy` and `whitespace.closingBracketPolicy` settings with `whitespace.bracketConfig`, fixes [#592](https://github.com/HaxeCheckstyle/haxe-formatter/issues/592)
- Added wrap condition types `EqualItemLengths`, `AllItemLengthsLargerThan` and `AllItemLengthsLessThan`
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.16.1",
"releasenote": "Added wrapping.mapWrap; fixed some indentation issues - see CHANGELOG for details.",
"version": "1.17.0",
"releasenote": "Added more wrapping conditions; fixed various issues affecting a whole bunch of special cases - see CHANGELOG for details.",
"contributors": [
"AlexHaxe",
"Gama11"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@haxecheckstyle/haxe-formatter",
"version": "1.16.1",
"version": "1.17.0",
"description": "A code formatter for Haxe",
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions testCoverage.hxml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
-D unittest
-D haxe-next
-x TestMain
# -D dump=pretty

-D UTEST_PRINT_TESTS

Expand Down
1 change: 1 addition & 0 deletions testJava.hxml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
-D coverage-codecov-reporter

-lib instrument
# --macro instrument.Instrumentation.profiling(['formatter'], ['src'], ['formatter.Cli', 'formatter.debug.PosInfosMacro'])
--macro instrument.Instrumentation.coverage(['formatter'], ['src'], ['formatter.Cli', 'formatter.debug.PosInfosMacro'])

# -D dump=pretty
Expand Down

0 comments on commit 25657cc

Please sign in to comment.