Skip to content

Commit

Permalink
fixed identifier collection
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe committed Apr 23, 2022
1 parent 51287cb commit b3a2152
Show file tree
Hide file tree
Showing 12 changed files with 337 additions and 154 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## 2.1.1 (2022-xx-xx)

- fixed identifier collection

## 2.1.0 (2022-04-19)

- added support for handling shadowed identifiers during local var/param rename
Expand Down
6 changes: 3 additions & 3 deletions haxe_libraries/tokentree.hxml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# @install: lix --silent download "gh://github.com/HaxeCheckstyle/tokentree#34216bcef43d521463a38ada480a1e993cd877a7" into tokentree/1.1.1/github/34216bcef43d521463a38ada480a1e993cd877a7
-cp ${HAXE_LIBCACHE}/tokentree/1.1.1/github/34216bcef43d521463a38ada480a1e993cd877a7/src
-D tokentree=1.1.1
# @install: lix --silent download "haxelib:/tokentree#1.1.2" into tokentree/1.1.2/haxelib
-cp ${HAXE_LIBCACHE}/tokentree/1.1.2/haxelib/src
-D tokentree=1.1.2
4 changes: 2 additions & 2 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"refactor"
],
"description": "A code renaming tool for Haxe",
"version": "2.1.0",
"releasenote": "added support for handling shadowed identifiers",
"version": "2.1.1",
"releasenote": "fixed identifier collection",
"contributors": [
"AlexHaxe"
],
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-rename",
"version": "2.1.0",
"version": "2.1.1",
"description": "Renaming tool for Haxe",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit b3a2152

Please sign in to comment.