Skip to content

Releases: HaxeCheckstyle/tokentree

tokentree v1.2.18

31 Oct 23:26
6df4f8b
Compare
Choose a tag to compare
  • Fixed TokenTreeCheckUtils.getBrOpenType detection of pattern extraction block

tokentree v1.2.17

03 Oct 23:27
075abf0
Compare
Choose a tag to compare
  • Fixed nested conditionals

tokentree v1.2.16

03 Oct 18:25
4cc97e3
Compare
Choose a tag to compare
  • Fixed conditionals after PClose

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