Tags: smartbitcoin/jsoncpp
Tags
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.
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).
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.
PreviousNext