Releases: dlang-community/dsymbol
v0.14.1
v0.14.0
this is equivalent to v0.13.2, but now with a minor bump due to incompatibilities between stdx-allocators and std.experimental.allocator
v0.13.2
hot fix release
Full Changelog: v0.13.1...v0.13.2
v0.13.1
What's Changed
Full Changelog: v0.13.0...v0.13.1
v0.13.3
This tag reverts back to 0.13.0 due to build issues with the std experimental allocators
The allocators change will be released as 0.14.0
v0.13.0
What's Changed
- upgrade to libdparse 0.19.0 by @WebFreak001 in #176
Full Changelog: v0.12.0...v0.13.0
v0.12.0
What's Changed
- disable meson tests for now by @WebFreak001 in #160
- update dependencies by @WebFreak001 in #158
- Migrate travis to github actions, see what sticks by @maxhaton in #166
- ci(gh-actions): Fix typo in event name by @PetarKirov in #167
- ci(gh-actions): Fix the pipeline (take 2) by @PetarKirov in #168
- Safer memory management enabling analysing phobos master by @nordlow in #165
- ci(gh-actions): Update CI matrix by @PetarKirov in #169
- Fix void[] initializer and test for it by @WebFreak001 in #170
New Contributors
- @maxhaton made their first contribution in #166
- @PetarKirov made their first contribution in #167
- @nordlow made their first contribution in #165
Full Changelog: v0.11.3...v0.12.0
v0.11.3
Update the allowed version of libdparse and emsi_containers when building with dub.
v0.11.2
This release fixes a bug that caused correct code to be parsed incorrectly when symbol tables are generated for modules that are being imported (i.e. when their function and unittest bodies are skipped). This will help to fix dlang-community/DCD#620. Pull request: #154
v0.11.1
Performance Improvements release
Note: having multiple import paths with files of the same module name now match differently, e.g. import foo.bar
with matching import paths containing ["a/foo/bar.d", "b/foo/bar.d", "c/foo/bar.d"]
would return
- before:
c/foo/bar.d
- after:
a/foo/bar.d