Releases: dlang-community/libdparse
v0.7.0-alpha2
Fix a memory corruption bug and a build error in 32-bit mode.
v0.7.0-alpha1
Integrate a new allocation strategy into the parser. This results in a 13% reduction in startup time for DCD as well as a 30% decrease in total memory use.
v0.6.0
Fix #85
v0.5.0
Implement function alias syntax for DMD 2.070
v0.4.3
Fixes a bug where conditional declarations were parsed incorrectly. See dlang-community/D-Scanner#303
v0.4.2
Fixes a bug where un-decorated comments (comments that end up in the AST are un-derorated) were losing their blank lines.
v0.4.1
Fixes an issue with blank (but present) ddoc comments being lost. Also fixes an issue with switch case parsing.
v0.4.0
Include location information for the Constraint
AST node.
v0.3.0
v0.2.1
Fixes some parsing bugs: https://github.com/Hackerpilot/libdparse/issues?q=milestone%3Av0.2.1+is%3Aclosed