All Versions
203
Latest Version
Avg Release Cycle
19 days
Latest Release
-
Changelog History
Page 10
Changelog History
Page 10
-
v3.7.1 Changes
- slightly breaking: the enum constants in JsonToken are now capitalized.
- ๐ slightly breaking: some obscure methods in the symbol solver changed
๐ issues resolved
-
v3.7.0 Changes
- ๐ฅ BREAKING:
ForeachStmt
is now correctly capitalized:ForEachStmt
- ๐ฅ BREAKING: when using modules, everything that was called
...Statement
is now correctly called...Directive
๐ issues resolved
- ๐ฅ BREAKING:
-
v3.6.27 Changes
- The Json serialization now serializes more fields, which should not impact existing code.
๐ issues resolved
-
v3.6.26 Changes
- ๐ฅ BREAKING: Node.getData now throws an exception if the data was not set before. This can be rewritten by checking with Node.containsData before doing getData.
๐ issues resolved
-
v3.6.24 Changes
findAncestor(type, predicate)
is now available
๐ issues resolved