|
1 | 1 | # Change Log |
2 | 2 | All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). |
3 | 3 |
|
| 4 | +## [v2.1.0](https://github.com/nlohmann/json/releases/tag/v2.1.0) (2017-01-28) |
| 5 | +[Full Changelog](https://github.com/nlohmann/json/compare/v2.0.10...v2.1.0) |
| 6 | + |
| 7 | +- Parsing multiple JSON objects from a string or stream [\#438](https://github.com/nlohmann/json/issues/438) |
| 8 | +- Use-of-uninitialized-value \(OSS-Fuzz issue 477\) [\#437](https://github.com/nlohmann/json/issues/437) |
| 9 | +- add `reserve` function for array to reserve memory before adding json values into it [\#436](https://github.com/nlohmann/json/issues/436) |
| 10 | +- Typo in examples page [\#434](https://github.com/nlohmann/json/issues/434) |
| 11 | +- avoid malformed json [\#433](https://github.com/nlohmann/json/issues/433) |
| 12 | +- How to add json objects to a map? [\#432](https://github.com/nlohmann/json/issues/432) |
| 13 | +- create json instance from raw json \(unsigned char\*\) [\#431](https://github.com/nlohmann/json/issues/431) |
| 14 | +- Getting std::invalid\_argument: stream error when following example [\#429](https://github.com/nlohmann/json/issues/429) |
| 15 | +- Forward declare-only header? [\#427](https://github.com/nlohmann/json/issues/427) |
| 16 | +- Implicit conversion from array to object [\#425](https://github.com/nlohmann/json/issues/425) |
| 17 | +- Automatic ordered JSON [\#424](https://github.com/nlohmann/json/issues/424) |
| 18 | +- error C4996: 'strerror' when reading file [\#422](https://github.com/nlohmann/json/issues/422) |
| 19 | +- Get an error - JSON pointer must be empty or begin with '/' [\#421](https://github.com/nlohmann/json/issues/421) |
| 20 | +- size parameter for parse\(\) [\#419](https://github.com/nlohmann/json/issues/419) |
| 21 | +- json.hpp forcibly defines GCC\_VERSION [\#417](https://github.com/nlohmann/json/issues/417) |
| 22 | +- Use-of-uninitialized-value \(OSS-Fuzz issue 377\) [\#416](https://github.com/nlohmann/json/issues/416) |
| 23 | +- Single char converted to ASCII code instead of string [\#413](https://github.com/nlohmann/json/issues/413) |
| 24 | +- How to know if a string was parsed as utf-8? [\#406](https://github.com/nlohmann/json/issues/406) |
| 25 | +- Overloaded += to add objects to an array makes no sense? [\#404](https://github.com/nlohmann/json/issues/404) |
| 26 | +- Finding a value in an array [\#399](https://github.com/nlohmann/json/issues/399) |
| 27 | +- add release information in static function [\#397](https://github.com/nlohmann/json/issues/397) |
| 28 | +- Optimize memory usage of json objects in combination with binary serialization [\#373](https://github.com/nlohmann/json/issues/373) |
| 29 | +- Conversion operators not considered [\#369](https://github.com/nlohmann/json/issues/369) |
| 30 | +- Append ".0" to serialized floating\_point values that are digits-only. [\#362](https://github.com/nlohmann/json/issues/362) |
| 31 | +- Add a customization point for user-defined types [\#328](https://github.com/nlohmann/json/issues/328) |
| 32 | +- Conformance report for reference [\#307](https://github.com/nlohmann/json/issues/307) |
| 33 | +- Document the best way to serialize/deserialize user defined types to json [\#298](https://github.com/nlohmann/json/issues/298) |
| 34 | +- Add StringView template typename to basic\_json [\#297](https://github.com/nlohmann/json/issues/297) |
| 35 | +- \[Improvement\] Add option to remove exceptions [\#296](https://github.com/nlohmann/json/issues/296) |
| 36 | +- Performance in miloyip/nativejson-benchmark [\#202](https://github.com/nlohmann/json/issues/202) |
| 37 | + |
| 38 | +- conversion from/to user-defined types [\#435](https://github.com/nlohmann/json/pull/435) ([nlohmann](https://github.com/nlohmann)) |
| 39 | +- Fix documentation error [\#430](https://github.com/nlohmann/json/pull/430) ([vjon](https://github.com/vjon)) |
| 40 | + |
4 | 41 | ## [v2.0.10](https://github.com/nlohmann/json/releases/tag/v2.0.10) (2017-01-02) |
5 | 42 | [Full Changelog](https://github.com/nlohmann/json/compare/v2.0.9...v2.0.10) |
6 | 43 |
|
|
0 commit comments