Releases: dlang/undeaD
Releases · dlang/undeaD
v1.2.0: Minor cleanup
What's Changed
- Disable doFormat under GNU compiler. by @schveiguy in #56
- Fix foreach ref index by @ntrel in #57
- Move dmd samples here by @dkorpel in #58
New Contributors
- @schveiguy made their first contribution in #56
- @ntrel made their first contribution in #57
Full Changelog: v1.1.8...v1.2.0
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