forked from dlang-community/SDLang-D
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.txt
22 lines (20 loc) · 857 Bytes
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
v0.8.3 - TBD
=====================
- Added a clean, easy to use, range-based interface to Tag.
- Added 'Tag.add(...)' for adding values, attributes and children to a tag.
- Added 'Tag.toSDLDocument()' to properly treat 'this' as the root tag.
- Non-sink overloads of 'Tag.toSDLDocument' and 'Tag.toSDLString' now support
the optional 'indent' and 'indentLevel' params.
v0.8.2 - 2013/03/05
=====================
- Can now output SDL. (Via 'toSDLString()' funcs.)
- Properly handle non-Unix newlines.
- Allow '\r' escape sequences.
- Make DUB package <https://github.com/rejectedsoftware/dub>
- Fixed Windows buildscript.
- Fixed build-docs script so API reference properly excludes private modules.
- Rename 'build-unittests' -> 'build-unittest' (for consistency with
'bin/sdlang-unittest').
v0.8.1 - 2013/02/28
=====================
- Initial release