Skip to content

Releases: HaxeCheckstyle/tokentree

tokentree v1.2.15

02 Oct 20:29
bbd3561
Compare
Choose a tag to compare
  • Fixed operator keyword used in Haxe 3 code

tokentree v1.2.14

17 Sep 22:49
75bb0ba
Compare
Choose a tag to compare
  • Fixed getArrowType running into a null pointer exception with conditionals

tokentree v1.2.13

02 Aug 21:43
24b6657
Compare
Choose a tag to compare
  • Fixed metadata for parens

tokentree v1.2.12

30 Jul 15:51
3738d89
Compare
Choose a tag to compare
  • Fixed parsing a single false, true or null

tokentree v1.2.11

10 Feb 20:08
60b579f
Compare
Choose a tag to compare
  • Added getBkOpenType utils function
  • Fixed empty switch cases with comments

tokentree v1.2.10

21 May 18:35
8860da2
Compare
Choose a tag to compare
  • fixed extends handling in interfaces

tokentree v1.2.9

20 May 23:45
420135c
Compare
Choose a tag to compare
  • Fixed unicode in regexp, fixes #219

tokentree v1.2.8

22 Feb 13:45
5b43a1a
Compare
Choose a tag to compare
  • Fixed inline call() and inline new handling (#217)

tokentree v1.2.7

15 Feb 10:58
3209eda
Compare
Choose a tag to compare
  • Fixed type parameter detection (#216)

tokentree v1.2.6

06 Feb 19:25
dd2d263
Compare
Choose a tag to compare
  • Fixed pos info of Root nodes, fixes #215