Skip to content

Releases: dlang/undeaD

v1.1.8

27 Oct 05:30
Compare
Choose a tag to compare

What's Changed

  • Add missing parameter documentation by @s-ludwig in #50
  • Add OpenBSD implementation to date by @bw-86 in #52

New Contributors

Full Changelog: v1.1.7...v1.1.8

v1.1.7: Fix dip1000 deprecation

11 May 11:28
5ab9aca
Compare
Choose a tag to compare

Includes:

What's Changed

New Contributors

Full Changelog: v1.1.6...v1.1.7

v1.1.6: Add support for upcoming DMD v2.098.0

25 Aug 08:49
caeedcd
Compare
Choose a tag to compare

Includes:

  • PR #47 - Fix errors of the form "Error: scope variable o assigned to non-scope parameter o calling dub.internal.undead.xml.toType!(const(Item)).toType"

v1.1.5: Compatibility with future dmd version

07 Apr 14:40
9a7b2ad
Compare
Choose a tag to compare

DMD PR dlang/dmd#12390 is proposing to deprecate built-in complex and imaginary types. This release of undeaD makes it compatible with the future dmd release, which would includes that change.

v1.1.4: Compatibility with future dmd version

04 Mar 08:18
7d6d0b6
Compare
Choose a tag to compare

DMD PR dlang/dmd#12244 is proposing to deprecate the use of body keyword. This release of undeaD makes it compatible with the future dmd release, which would includes that change.

v1.1.3: Fixed warnings and CI improvements

16 Dec 13:18
d06aaa5
Compare
Choose a tag to compare

This release includes the following improvements:

  • Fix deprecations and warnings (#41)
  • Convert dub.json to dub.sdl (#42)
  • Add custom unittest buildType to test with deprecationErrors and warningsAsErrors (#42)
  • Add example dub project (#42)
  • Switch CI to GitHub Actions from TravisCI (which is soon going to stop support OSS projects) (#42)

v1.1.0: Add std.xml

22 Jan 08:24
6873094
Compare
Choose a tag to compare

Specify undead with version "~>1.1.0" in the dependencies section of your dub.sdl / dub.json file to be able use the newly added std.xml module, regardless of the version of Phobos that you're currently using.

v1.0.10

06 May 05:17
Compare
Choose a tag to compare
[.travis.yml]: Re-enable dmd-nightly