File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1- master
2- ------
1+ v0.117.0
2+ --------
33
44Deprecated features:
55
Original file line number Diff line number Diff line change @@ -27,8 +27,9 @@ string | | string | 
2727string | big_integer | byte string | 2 (positive bignum) or 2 (negative bignum)
2828string | big_decimal | array | 4 (decimal fraction)
2929string | date_time | string | 0 (date/time string)
30- string | base64url | CBOR date/time | 33 (base64url)
31- string | base64 | CBOR date/time | 34 (base64)
30+ string | uri | string | 32 (uri)
31+ string | base64url | string | 33 (base64url)
32+ string | base64 | string | 34 (base64)
3233byte_string | | byte string |  ;
3334byte_string | base64url | byte string | 21 (Expected conversion to base64url encoding)
3435byte_string | base64 | byte string | 22 (Expected conversion to base64 encoding)
Original file line number Diff line number Diff line change 1010#include < iostream>
1111
1212#define JSONCONS_VERSION_MAJOR 0
13- #define JSONCONS_VERSION_MINOR 116
13+ #define JSONCONS_VERSION_MINOR 117
1414#define JSONCONS_VERSION_PATCH 0
1515
1616namespace jsoncons {
You can’t perform that action at this time.
0 commit comments