We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb13e6 commit c3ec79cCopy full SHA for c3ec79c
ChangeLog.md
@@ -1,3 +1,20 @@
1
+0.101.0
2
+-------
3
+
4
+Fixes:
5
6
+- Fixes to `string_view` code when `JSONCONS_HAS_STRING_VIEW` is defined in `jsoncons_config.hpp`
7
8
+Changes:
9
10
+- `as_double` throws if `json` value is null (previously returned NaN)
11
12
+Enhancements:
13
14
+- Added convenience functions `decode_csv` and `encode_csv`
15
+- Support custom allocaor (currently stateless only) in `json_decoder`, `json_reader`,
16
+ `csv_reader`, `csv_parameters`
17
18
0.100.2
19
-------
20
include/jsoncons/version.hpp
@@ -41,7 +41,7 @@ struct versioning_info
41
inline
42
versioning_info version()
43
{
44
- static versioning_info ver(0, 100, 2);
+ static versioning_info ver(0, 101, 0);
45
return ver;
46
}
47
0 commit comments