Skip to content

Releases: BlackEdder/painlessjson

Handle json null values

Choose a tag to compare

@BlackEdder BlackEdder released this 17 Nov 21:05
Merge pull request #54 from BlackEdder/null

Fix #53: JSON_TYPE.NULL results in exception

Support dmd 2.071.0

Choose a tag to compare

@BlackEdder BlackEdder released this 14 Apr 15:29
v1.3.7

Make field mutable (being assigned in constructor)

Support latest dmd compiler

Choose a tag to compare

@BlackEdder BlackEdder released this 21 Jan 07:19
Merge pull request #50 from BlackEdder/imports

Support new compiler

Further improvements to associative array handling

Choose a tag to compare

@BlackEdder BlackEdder released this 02 Sep 12:22

Hopefully fully fix #44

Improved associate array hanling

Choose a tag to compare

@BlackEdder BlackEdder released this 01 Sep 08:40

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

Fix import in release version

Choose a tag to compare

@BlackEdder BlackEdder released this 15 Aug 14:17

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

Choose a tag to compare

@BlackEdder BlackEdder released this 11 Aug 14:53

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

Choose a tag to compare

@Zalastax Zalastax released this 02 Apr 21:23
Fix import mixin to resolve issue #36