Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 1.85 KB

CHANGELOG.md

File metadata and controls

55 lines (32 loc) · 1.85 KB

Version history

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

2.2.3 (2024-09-22)

  • fixed package rename when identifier has multiple matches in folder structure, fixes #3
  • fixed failing to rename local symbol, fixes #4
  • fixed failing to rename simple public symbols, fixes #5
  • fixed crash on string interpolation, fixes #6
  • fixed crash when parsing a return macro @:pos, fixes #8
  • fixed crash with array comprehension, fixes #9

2.2.2 (2022-05-23)

  • fixed bug in readBlock passing incorrect child token

2.2.1 (2022-05-20)

  • fixed local var scope

2.2.0 (2022-05-03)

  • added canRename API call

2.1.4 (2022-05-02)

  • fixed handling of star imports

2.1.3 (2022-05-01)

  • fixed package renaming

2.1.2 (2022-04-25)

2.1.1 (2022-04-23)

  • fixed identifier collection

2.1.0 (2022-04-19)

  • added support for handling shadowed identifiers during local var/param rename
  • fixed detecting local var shadows when renaming a field

2.0.0 (2022-04-16)

  • added external typer interface to utilise type information from Haxe compiler (#2)
  • refactored codebase to use asynchronous promises (#2)
  • dropped non JS support in favour of using js.lib.Promise (#2)

1.0.0 (2020-12-07)

  • initial version with built-in "type-guessing"