You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
1.0.0 (on master)
2
-
-------
1
+
1.0.0
2
+
-----
3
3
4
4
- API Changes
5
5
@@ -19,8 +19,7 @@
19
19
constructed with a user provided chunk reader to obtain additional JSON text
20
20
as needed. See [Incremental parsing (since 1.0.0)](https://github.com/danielaparker/jsoncons/blob/master/doc/ref/corelib/basic_json_parser.md#incremental-parsing-since-01790).
21
21
22
-
- enum `bigint_chars_format` is replaced by `bignum_format_kind`, and for backwards compatability, `bigint_chars_format`
23
-
is aliased to `bignum_format_kind`. Added `bignum_format` getter and setter functions to `basic_json_options`,
22
+
- enum `bigint_chars_format` is deprecated and replaced by `bignum_format_kind`. Added `bignum_format` getter and setter functions to `basic_json_options`,
24
23
and deprecated `bigint_format` getter and setter functions. Changed default `bignum_format` from `bigint_chars_format::base10`
25
24
to `bignum_format_kind::raw`. Rationale: `bigint_chars_format` was misnamed, as it applied to `bigdec` as well as `bigint` numbers, and
26
25
defaulting to `bigint_chars_format::base10` produced surprising results for users of our lossless number option.
0 commit comments