Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: penbor/jsoncpp

Tags

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.

1.4.0-rc4

Toggle 1.4.0-rc4's commit message
1st StreamWriterTest

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()`.

0.8.0-rc4

Toggle 0.8.0-rc4'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.0-rc.3

Toggle 1.4.0-rc.3's commit message
Merge pull request open-source-parsers#163 from cdunn2001/master

Reimplement the new Builders.

Issue open-source-parsers#131.

0.8.0-rc3

Toggle 0.8.0-rc3'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.0-rc.2

Toggle 1.4.0-rc.2's commit message
Merge pull request open-source-parsers#161 from cdunn2001/master

CharReader/Builder

I guess we should but the patch-level version. We will set the version properly soon...

1.4.0-rc.1

Toggle 1.4.0-rc.1's commit message
docs

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.