Skip to content

Commit

Permalink
added default wrap to wrapping configs (#230)
Browse files Browse the repository at this point in the history
* added default wrap to wrapping configs
* prepare release v1.1.0
  • Loading branch information
AlexHaxe authored Sep 3, 2018
1 parent 6fa949d commit 6d3db54
Show file tree
Hide file tree
Showing 16 changed files with 640 additions and 349 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## dev branch / next version (1.x.x)

## version 1.1.0 (2018-09-04)

- **Breakin Change** added a default wrap type for wrapping rules
- Added `Keep` to SameLinePolicy [#226](https://github.com/HaxeCheckstyle/haxe-formatter/issues/226)
- Added `emptyLines.classEmptyLines.endType` to output empty lines before end of classes [#227](https://github.com/HaxeCheckstyle/haxe-formatter/issues/227)
- Added `emptyLines.abstractEmptyLines.endType` to output empty lines before end of abstracts [#227](https://github.com/HaxeCheckstyle/haxe-formatter/issues/227)
Expand All @@ -18,7 +21,7 @@
- Fixed indentation of prefix unary, fixes [#221](https://github.com/HaxeCheckstyle/haxe-formatter/issues/221) ([#224](https://github.com/HaxeCheckstyle/haxe-formatter/issues/224))
- Fixed whitespace after macro reification, fixes [#218](https://github.com/HaxeCheckstyle/haxe-formatter/issues/218) + [#219](https://github.com/HaxeCheckstyle/haxe-formatter/issues/219) ([#225](https://github.com/HaxeCheckstyle/haxe-formatter/issues/225))
- Fixed type check on numbers, fixes [#217](https://github.com/HaxeCheckstyle/haxe-formatter/issues/217) ([#225](https://github.com/HaxeCheckstyle/haxe-formatter/issues/225))
- Refactored Space and Newline handling of MarkWhitespace
- Refactored Space and Newline handling of MarkWhitespace [#227](https://github.com/HaxeCheckstyle/haxe-formatter/issues/227)

## version 1.0.0 (2018-08-20)

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.0.0",
"releasenote": "Initial release.",
"version": "1.1.0",
"releasenote": "added method chain wrapping, refactored whitespace and newline handling - 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.0.0",
"version": "1.1.0",
"description": "A code formatter for Haxe",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 6d3db54

Please sign in to comment.