Releases: dlang/undeaD
Releases · dlang/undeaD
v1.1.8
v1.1.7: Fix dip1000 deprecation
v1.1.6: Add support for upcoming DMD v2.098.0
Includes:
- PR #47 - Fix errors of the form "Error: scope variable
o
assigned to non-scope parametero
callingdub.internal.undead.xml.toType!(const(Item)).toType
"- This PR was needed to unblock dlang/dub#2164
v1.1.5: Compatibility with future dmd version
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
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
This release includes the following improvements:
v1.1.0: Add std.xml
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
[.travis.yml]: Re-enable dmd-nightly