Sha256: 0335123b8a878d72c4e322708fd30b1b36ea8aa8853f1183f71ab4422108c219

Contents?: true

Size: 1.14 KB

Versions: 16

Compression:

Stored size: 1.14 KB

Contents

# Changelog

## 1.0.0

**Not yet released**

## Milestones

Pre-1.0.0 milestones in rough reverse chronological order.

* Change value from `union` to `std::variant`.
* Change library to require and use C++17.
* Direct parsing to arbitrary types.
* Binding facilities and polymorphic factory.
* Optional custom Base class for Values.
* Support for Opaque Pointers in Values.
* JAXN data model with binary data and non-finite doubles.
* JSON Pointer and JSON Patch support.
* Support for CBOR, UBJSON and MsgPack.
* Support for Value Pointer in Values.
* Events Interface for modularity and Transformers.
* Type Traits for interoperation with C++ types.
* 100% conformance score in [Native JSON Benchmark](https://github.com/miloyip/nativejson-benchmark).
* Inclusion of double-conversion library.
* Value Class with parsing and (pretty) printing.

## History

Development of taoJSON started in October 2015 as an experiment to combine the [PEGTL](https://github.com/taocpp/PEGTL) JSON parser with a JSON value class based on a `union` that directly embeds standard containers for arrays, objects and strings.

Copyright (c) 2018-2020 Dr. Colin Hirsch and Daniel Frey

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
couchbase-3.0.0.alpha.4-x86_64-linux ext/third_party/json/doc/Changelog.md
couchbase-3.0.0.alpha.4-x86_64-darwin-19 ext/third_party/json/doc/Changelog.md
couchbase-3.0.0.alpha.4-universal-darwin-19 ext/third_party/json/doc/Changelog.md
couchbase-3.0.0.alpha.4 ext/third_party/json/doc/Changelog.md
couchbase-3.0.0.alpha.3-x86_64-linux ext/third_party/json/doc/Changelog.md
couchbase-3.0.0.alpha.3-x86_64-darwin-19 ext/third_party/json/doc/Changelog.md
couchbase-3.0.0.alpha.3-universal-darwin-19 ext/third_party/json/doc/Changelog.md
couchbase-3.0.0.alpha.3 ext/third_party/json/doc/Changelog.md
couchbase-3.0.0.alpha.2-x86_64-linux ext/third_party/json/doc/Changelog.md
couchbase-3.0.0.alpha.2-x86_64-darwin-19 ext/third_party/json/doc/Changelog.md
couchbase-3.0.0.alpha.2-universal-darwin-19 ext/third_party/json/doc/Changelog.md
couchbase-3.0.0.alpha.2 ext/third_party/json/doc/Changelog.md
couchbase-3.0.0.alpha.1-x86_64-linux ext/third_party/json/doc/Changelog.md
couchbase-3.0.0.alpha.1-x86_64-darwin-19 ext/third_party/json/doc/Changelog.md
couchbase-3.0.0.alpha.1-universal-darwin-19 ext/third_party/json/doc/Changelog.md
couchbase-3.0.0.alpha.1 ext/third_party/json/doc/Changelog.md