Skip to content

Commit 40e3883

Browse files
committed
prepared for new release 1.15.0
1 parent ee01c81 commit 40e3883

File tree

8 files changed

+965
-946
lines changed

8 files changed

+965
-946
lines changed

.haxerc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "4.3.1",
2+
"version": "4.3.2",
33
"resolveLibs": "scoped"
44
}

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

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

5+
## version 1.15.0 (2023-09-05)
6+
57
- 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))
68
- Fixed whitespace before null safety operator
79
- Fixed keeping same line for `macro if` expressions

haxelib.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"style"
99
],
1010
"description": "A code formatter for Haxe",
11-
"version": "1.14.6",
12-
"releasenote": "fixed inline call() and inline new issue - see CHANGELOG for details.",
11+
"version": "1.15.0",
12+
"releasenote": " Added sameLine.ifElseSemicolonNextLine - see CHANGELOG for details.",
1313
"contributors": [
1414
"AlexHaxe",
1515
"Gama11"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@haxecheckstyle/haxe-formatter",
3-
"version": "1.14.6",
3+
"version": "1.15.0",
44
"description": "A code formatter for Haxe",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)