From 357977f48523e6c740bd31bc4ac51232dbb8d6bb Mon Sep 17 00:00:00 2001 From: AlexHaxe Date: Wed, 2 May 2018 17:33:04 +0200 Subject: [PATCH] new release 2.2.2 (#406) * new release 2.2.2 --- CHANGES.md | 6 ++++-- haxelib.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index c5bbf459..2be2ee2d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,11 +1,13 @@ -## next version (2.x.x) +## dev branch / next version (2.x.x) + +## version 2.2.2 - Fixed handling of default setters/getters in indentation check [#391](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/391) - Fixed token tree structure for Sharp(If) inside Kwd(KwdCase) [#394](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/394) - Fixed comments in function parameters [#395](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/395) - Fixed parser errors when handling block and object declarations, fixes [#396](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/396) ([#397](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/397)) - Fixed BkOpen childs in token tree parser [#398](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/398) -- Fixed bad offset crash with C++ build on7 Windows 10 [#398](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/398) +- Fixed bad offset crash with C++ build on Windows 10 [#398](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/398) - Fixed object declaration handling [#399](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/399) - Fixed false positives for files with UTF-8 characters when running as vscode-checkstyle [#402](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/402) - Fixed comments in typedefs [#404](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/404) + [#405](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/405) diff --git a/haxelib.json b/haxelib.json index 5d259b40..1f5d5a13 100644 --- a/haxelib.json +++ b/haxelib.json @@ -18,8 +18,8 @@ "AlexHaxe", "Gama11" ], - "releasenote": "new indentation check and bugfixes - see CHANGES.md", - "version": "2.2.1", + "releasenote": "added tests, improved support for vscode-checkstyle and bugfixes - see CHANGES.md", + "version": "2.2.2", "url": "https://github.com/HaxeCheckstyle/haxe-checkstyle", "dependencies": { diff --git a/package.json b/package.json index f2894af9..2a6ccde0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "checkstyle", - "version": "2.2.1", + "version": "2.2.2", "description": "Automated code analysis ideal for projects that want to enforce a coding standard.", "repository": { "type": "git",