Skip to content

Releases: dlang-community/dsymbol

v0.14.1

11 Jul 20:55
Compare
Choose a tag to compare

This is a hotfix that just adjusts the libdparse dependency version to the upgraded stdx-allocator -> std.experimental.allocator migrated version

v0.14.0

06 Jul 11:37
46873f0
Compare
Choose a tag to compare

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

23 Jun 14:46
46873f0
Compare
Choose a tag to compare

hot fix release

  • Rename SemanticAllocator to ASTAllocator by @nordlow in #179

Full Changelog: v0.13.1...v0.13.2

v0.13.1

20 Jun 11:13
Compare
Choose a tag to compare

What's Changed

  • Use std.experimental.allocator and remove use of stdx-allocator by @nordlow in #177

Full Changelog: v0.13.0...v0.13.1

v0.13.3

06 Jul 11:36
Compare
Choose a tag to compare

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

07 Feb 22:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.13.0

v0.12.0

19 Oct 08:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.3...v0.12.0

v0.11.3

28 Aug 06:14
Compare
Choose a tag to compare

Update the allowed version of libdparse and emsi_containers when building with dub.

v0.11.2

30 Jul 05:52
f9a3d30
Compare
Choose a tag to compare

v0.11.1...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

22 Jul 05:30
71168a8
Compare
Choose a tag to compare

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