|
b8d0041851
|
Set version to 6.6.0-beta
v6.6.0-beta
|
2018-11-13 18:05:59 +01:00 |
|
|
0a97d4c825
|
Added DeserializationError::code() to be used in switch statements (closes #846)
|
2018-11-13 14:31:53 +01:00 |
|
|
5eee947ffe
|
Increased test coverage of MessagePack serialization
|
2018-11-12 21:36:39 +01:00 |
|
|
720e6548c7
|
Replacing a value now releases the memory
|
2018-11-12 18:28:34 +01:00 |
|
|
f375459d53
|
JsonArray::remove() and JsonObject::remove() now release the memory of strings
|
2018-11-09 18:20:57 +01:00 |
|
|
e842838a23
|
fix a spelling error of JsonParserExample.ino
|
2018-10-25 17:22:23 +02:00 |
|
|
00aa038818
|
Added executable msgpack_fuzzer
|
2018-10-19 19:42:15 +02:00 |
|
|
eb78077a0c
|
Travis: Added fuzzing corpus to the cache
|
2018-10-19 19:40:54 +02:00 |
|
|
d8d939660b
|
JsonArray::remove() and JsonObject::remove() now release the memory of the variant
|
2018-10-19 19:40:21 +02:00 |
|
|
ae089dcff7
|
Merged the two StringBuilder classes into one
|
2018-10-18 17:54:33 +02:00 |
|
|
1a4515c0b9
|
Removed JsonArray::is<T>(i) and JsonArray::set(i,v)
Removed `JsonObject::is<T>(k)` and `JsonObject::set(k,v)`
Replaced `T JsonArray::get<T>(i)` with `JsonVariant JsonArray::get(i)`
Replaced `T JsonObject::get<T>(k)` with `JsonVariant JsonObject::get(k)`
|
2018-10-18 14:51:02 +02:00 |
|
|
4eee8e8bdf
|
Reduced code size
|
2018-10-18 11:15:32 +02:00 |
|
|
9f1421e0a6
|
Set version to 6.5.0-beta
v6.5.0-beta
|
2018-10-13 13:23:34 +02:00 |
|
|
84f199f0dd
|
Added copy-constructor and copy-assignment-operator for JsonDocument (issue #827)
|
2018-10-13 13:21:30 +02:00 |
|
|
8230f8fc9b
|
Restored JsonVariantLocal to fix the use-after-free
|
2018-10-12 20:00:49 +01:00 |
|
|
02d809f3f4
|
Added Visitable to reduce the number of definitions of operator<<
|
2018-10-12 17:59:50 +02:00 |
|
|
b0560cbd99
|
Added JsonArrayConst , JsonObjectConst , and JsonVariantConst
|
2018-10-12 12:00:27 +02:00 |
|
|
d1003ff6c9
|
Simplified string handling in JsonObject
|
2018-10-10 09:18:36 +02:00 |
|
|
b11ad4077b
|
Merge branch 'master' into 6.x
|
2018-10-09 15:00:49 +02:00 |
|
|
5dc7dc1216
|
Increased the default capacity of DynamicJsonDocument
|
2018-10-08 18:32:58 +02:00 |
|
|
0d4a93018b
|
Set version to 5.13.3
v5.13.3
|
2018-10-06 17:50:41 +02:00 |
|
|
3ca40db9f8
|
Added a coupon code for the book
|
2018-10-06 17:42:01 +02:00 |
|
|
ce607196d1
|
Travis: update osx images
|
2018-10-06 17:24:54 +02:00 |
|
|
0b3af166ae
|
Fixed JsonVariant::is<String>() (closes #763)
|
2018-10-06 17:21:16 +02:00 |
|
|
39e5660c4a
|
Extracted a base class for JsonDocument
|
2018-10-04 14:59:07 +02:00 |
|
|
6b985b2d1f
|
Fixed object keys not being duplicated
|
2018-10-04 11:16:23 +02:00 |
|
|
527dc19794
|
Allow mixed configuration in compilation units (issue #809)
|
2018-10-02 16:54:05 +02:00 |
|
|
29e71cbb16
|
Added implicit conversion from JsonArray and JsonObject to JsonVariant
|
2018-10-01 12:55:40 +02:00 |
|
|
2d54019f83
|
Set version to 6.4.0-beta
v6.4.0-beta
|
2018-09-11 16:31:04 +02:00 |
|
|
98c8e8e35a
|
Added a test for issue #808
|
2018-09-11 16:21:30 +02:00 |
|
|
b106b1ed14
|
Copy JsonArray and JsonObject, instead of storing pointers (fixes #780)
|
2018-09-11 16:06:08 +02:00 |
|
|
2998a55f0b
|
Renamed JsonBuffer to MemoryPool
|
2018-09-03 16:14:21 +02:00 |
|
|
e5c4778ff7
|
Updated publish script
|
2018-08-31 17:04:22 +02:00 |
|
|
2ec9569b36
|
Set version to 6.3.0-beta
v6.3.0-beta
|
2018-08-31 16:57:14 +02:00 |
|
|
58303d0837
|
Added date in change log
|
2018-08-31 16:38:42 +02:00 |
|
|
e3639918eb
|
Reduced executable size
|
2018-08-31 16:29:08 +02:00 |
|
|
6d290bd001
|
Fixed duplication of char*
|
2018-08-22 14:37:17 +02:00 |
|
|
7683667b3c
|
Fixed serializeJson(obj[key], dst) (closes #794)
|
2018-08-21 18:07:41 +02:00 |
|
|
9cbc891816
|
Implemented reference semantics for JsonVariant
|
2018-08-21 17:56:16 +02:00 |
|
|
0454bd1ef6
|
Set version to 6.2.3-beta
v6.2.3-beta
|
2018-07-19 18:28:03 +02:00 |
|
|
f139100b23
|
Added a script to update the version number
|
2018-07-19 18:27:44 +02:00 |
|
|
3f666bd5f0
|
Fixed exception when using Flash strings as object keys (fixes #784)
|
2018-07-19 17:22:28 +02:00 |
|
|
d53a93e0ae
|
Set version to 6.2.2-beta
v6.2.2-beta
|
2018-07-18 20:21:00 +02:00 |
|
|
2059d610a8
|
Fixed invalid application of 'sizeof' to incomplete type (closes #783)
|
2018-07-18 20:19:22 +02:00 |
|
|
9bbfbd0a6a
|
Set version to 6.2.1-beta
v6.2.1-beta
|
2018-07-17 10:27:04 +02:00 |
|
|
6e4f1dc756
|
Fixed JsonObject not inserting keys of type String (fixes #782)
|
2018-07-17 10:24:21 +02:00 |
|
|
dc13882624
|
Update badges to show status of branch 6.x
|
2018-07-12 11:01:26 +02:00 |
|
|
6bb17d5896
|
Checked that issue issue #628 is fixed
|
2018-07-12 10:33:56 +02:00 |
|
|
1a513cbd16
|
Set version to 6.2.0-beta
v6.2.0-beta
|
2018-07-12 09:10:13 +02:00 |
|
|
87fa87d87b
|
Renamed function RawJson() to serialized()
|
2018-07-12 09:08:20 +02:00 |
|