Skip to content

Releases: BlackEdder/painlessjson

Handle json null values

17 Nov 21:05
Compare
Choose a tag to compare
Merge pull request #54 from BlackEdder/null

Fix #53: JSON_TYPE.NULL results in exception

Support dmd 2.071.0

14 Apr 15:29
Compare
Choose a tag to compare
v1.3.7

Make field mutable (being assigned in constructor)

Support latest dmd compiler

21 Jan 07:19
Compare
Choose a tag to compare
Merge pull request #50 from BlackEdder/imports

Support new compiler

Further improvements to associative array handling

02 Sep 12:22
Compare
Choose a tag to compare

Improved associate array hanling

01 Sep 08:40
Compare
Choose a tag to compare

Thanks to @Herringway for reporting this and @Zalastax for fixing associative array handling.

Fix import in release version

15 Aug 14:17
Compare
Choose a tag to compare

Newer versions of dmd are stricter (more correct) with respect to imports. This fixes the imports for the release version (test version was fine)

Relicense to boost

11 Aug 14:53
Compare
Choose a tag to compare

Following discussion in #40 we decided to relicense painlessjson with the Boost license. This will bring painlessJSON more in line with other D projects/libraries and allow users to distribute binary code without having to credit us.

Also added additional compilers to the continuous integration testing (Travis)

v1.3.1: Merge pull request #37 from Zalastax/master

02 Apr 21:23
Compare
Choose a tag to compare
Fix import mixin to resolve issue #36