Skip to content

Commit

Permalink
prepare version 1.1.0 (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe authored Dec 23, 2020
1 parent 8d317ea commit b5b8687
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

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

## version 1.1.0 (2020-12-23)

- Retired Haxe 3.4.7 compile support ([#202](https://github.com/HaxeCheckstyle/tokentree/issues/202))
- Upgraded to latest haxeparser version ([#202](https://github.com/HaxeCheckstyle/tokentree/issues/202) + [#204](https://github.com/HaxeCheckstyle/tokentree/issues/204))
- Added testcases for ExpressionLevel code ([#202](https://github.com/HaxeCheckstyle/tokentree/issues/202))
- Added stream end detection to POpen and array access parsing ([#202](https://github.com/HaxeCheckstyle/tokentree/issues/202))
- Added overload support ([#204](https://github.com/HaxeCheckstyle/tokentree/issues/204))
- Fixed function type parameter ([#203](https://github.com/HaxeCheckstyle/tokentree/issues/203))
- Retired Haxe 3.4.7 compile support ([#202](https://github.com/HaxeCheckstyle/tokentree/issues/202))

## version 1.0.31 (2020-11-04)

Expand Down
4 changes: 2 additions & 2 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"contributors": [
"AlexHaxe"
],
"releasenote": "fixed type parameter handling - see CHANGELOG for details",
"version": "1.0.31",
"releasenote": "retired Haxe 3 compilation support and bugfixes - see CHANGELOG for details",
"version": "1.1.0",
"url": "https://github.com/HaxeCheckstyle/tokentree",
"dependencies": {}
}
2 changes: 1 addition & 1 deletion 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": "tokentree",
"version": "1.0.31",
"version": "1.1.0",
"description": "TokenTree library used by haxe-checkstyle, haxe-formatter and haxe-languageserver",
"repository": {
"type": "git",
Expand Down

0 comments on commit b5b8687

Please sign in to comment.