SDLang-D v0.10.4 - Minor maintenance release

Nick Sabalausky (Abscissa) SeeWebsiteToContactMe at semitwist.com
Mon Jul 16 04:14:12 UTC 2018


announce.sdl:
==============================================================

// SDLang-D
// ---------
// A library to read (pull parse or dom) and write (dom)
// SDLang data (such as used by DUB's dub.sdl files).
//
// SDLang
// -------
// A text-file format similar to XML/JSON/YAML, but is
// less verbose than XML/JSON and has simpler grammar
// rules than YAML, and supports more basic datatypes
// than just strings.

// Changes in this version:
version "v0.10.4" desc="Minor maintenance release" {
     release-date 2018/07/15
     changes {
         fixed "TimeZone.getTimeZone deprecation hotfix" \
             issue=55 author="@ZILtoid1991"
	tests "Updated CI compiler list"
	tests "Fix tests on DMD 2.081"
	tests "Test on OSX (Travis) and Windows (AppVeyor)"
     }
}

// Marketing...
links {
     sdlang    url="https://sdlang.org/"
     sdlang-d  url="https://github.com/Abscissa/SDLang-D"
     dub       url="https://code.dlang.org/packages/sdlang-d"
     changelog 
url="https://github.com/Abscissa/SDLang-D/blob/master/CHANGELOG.md"
}

==============================================================


More information about the Digitalmars-d-announce mailing list