Skip to content

Commit

Permalink
prepared for new release 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe committed Sep 5, 2023
1 parent ee01c81 commit 40e3883
Show file tree
Hide file tree
Showing 8 changed files with 965 additions and 946 deletions.
2 changes: 1 addition & 1 deletion .haxerc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "4.3.1",
"version": "4.3.2",
"resolveLibs": "scoped"
}
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.15.0 (2023-09-05)

- Added `sameLine.ifElseSemicolonNextLine` to allow breaking `if (true) foo; else foo;`, fixes [#612](https://github.com/HaxeCheckstyle/haxe-formatter/issues/612) ([#668](https://github.com/HaxeCheckstyle/haxe-formatter/issues/668))
- Fixed whitespace before null safety operator
- Fixed keeping same line for `macro if` expressions
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.14.6",
"releasenote": "fixed inline call() and inline new issue - see CHANGELOG for details.",
"version": "1.15.0",
"releasenote": " Added sameLine.ifElseSemicolonNextLine - 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.14.6",
"version": "1.15.0",
"description": "A code formatter for Haxe",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 40e3883

Please sign in to comment.