File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,18 @@ Defect fixes:
7
7
8
8
- Fixed issue danielaparker/jsoncons/#436 concerning overflow warning.
9
9
10
+ - Changed internal variable names to avoid shadow warnings
11
+
10
12
Enhancements:
11
13
12
- - Improved error messages (with field names) for invalid type mappings when using the ` json_type_traits ` convenience macros.
14
+ - Improved error messages (with field names) for invalid type mappings when using the
15
+ ` json_type_traits ` convenience macros.
13
16
14
17
- Support char8_t and u8string for C++ 20
15
18
19
+ - Added compare for bigint/bigdec/bigfloat as double or exact text match. This makes
20
+ JSON Query work if you use options.lossless_number(true); for parsing JSON.
21
+
16
22
0.171.0
17
23
-------
18
24
Original file line number Diff line number Diff line change 11
11
12
12
#define JSONCONS_VERSION_MAJOR 0
13
13
#define JSONCONS_VERSION_MINOR 171
14
- #define JSONCONS_VERSION_PATCH 0
14
+ #define JSONCONS_VERSION_PATCH 1
15
15
16
16
namespace jsoncons {
17
17
You can’t perform that action at this time.
0 commit comments