Skip to content

Tags: smartbitcoin/jsoncpp

Tags

1.4.3

Toggle 1.4.3's commit message
1.4.3 <- 1.4.2

0.8.3

Toggle 0.8.3's commit message
partially revert 'Added features that allow the reader to accept comm…

…on non-standard JSON.'

revert '642befc836ac5093b528e7d8b4fd66b66735a98c',
but keep the *added* methods for `decodedNumber()` and `decodedDouble()`.

1.4.2

Toggle 1.4.2's commit message
help rebasing

0.8.2

Toggle 0.8.2's commit message
partially revert 'Added features that allow the reader to accept comm…

…on non-standard JSON.'

revert '642befc836ac5093b528e7d8b4fd66b66735a98c',
but keep the *added* methods for `decodedNumber()` and `decodedDouble()`.

1.4.1

Toggle 1.4.1's commit message
1.4.1 <- 1.4.0

0.8.1

Toggle 0.8.1's commit message
Merge branch 'master' (1.4.1) into v0.8.z (0.8.1)

1.4.0

Toggle 1.4.0's commit message
stop calling validate() in newReader/Writer()

By not calling validate(), we can add
non-invasive features which will be simply ignored when user-code
is compiled against an old version. That way, we can often
avoid a minor version-bump.

The user can call validate() himself if he prefers that behavior.

0.8.0

Toggle 0.8.0's commit message
partially revert 'Added features that allow the reader to accept comm…

…on non-standard JSON.'

revert '642befc836ac5093b528e7d8b4fd66b66735a98c',
but keep the *added* methods for `decodedNumber()` and `decodedDouble()`.

1.3.0

Toggle 1.3.0's commit message
Merge pull request open-source-parsers#135 from cdunn2001/removeMember

Deprecate old `removeMember()`. Add new.

[Deprecated methods will be removed at the next major version bump](http://apr.apache.org/versioning.html#binary).

1.2.0

Toggle 1.2.0's commit message
Merge pull request open-source-parsers#124 from cdunn2001/assign-with…

…-comments

1.2.0

 `operator=()` (which already performed a deep-copy) now includes comments. This change is probably harmless in all practical cases. But just in case, we bump the minor version.

Address open-source-parsers#47.