|
ec43bf4fe9
|
Simplified the implementation of implicit casts
|
2020-04-08 18:18:18 +02:00 |
|
|
2097ffaabf
|
Updated README
|
2020-04-08 11:16:22 +02:00 |
|
|
67e78f0751
|
Disabled alignment on AVR (fixes #1231)
|
2020-04-08 11:16:22 +02:00 |
|
|
1791dccbf2
|
Added CMake "install" target (closes #1209)
|
2020-04-07 21:43:10 +02:00 |
|
|
40d1cfe7af
|
Fixed "pointless integer comparison" warning on IAR (issue #1233)
|
2020-04-06 18:20:12 +02:00 |
|
|
4627f851ca
|
Fixed "statement is unreachable" warning on IAR (issue #1233)
|
2020-04-06 18:19:32 +02:00 |
|
|
fc9e609ab5
|
Fixed "maybe-uninitialized" warning (fixes #1217)
|
2020-03-25 08:37:57 +01:00 |
|
|
8b3d861a9d
|
Updated README
|
2020-03-23 13:39:58 +01:00 |
|
|
9ef864b27c
|
Fixed markup in changelog
|
2020-03-23 11:03:30 +01:00 |
|
|
275b80a462
|
Updated library description
|
2020-03-23 11:02:58 +01:00 |
|
|
763be4f266
|
Set version to 6.15.0
v6.15.0
|
2020-03-22 21:02:38 +01:00 |
|
|
5b812522fa
|
Enabled debug mode when PlatformIO builds in debug
|
2020-03-20 20:58:08 +01:00 |
|
|
9cb0ddb5e7
|
Removed the copy-constructor of JsonDocument (issue #1189)
|
2020-03-05 13:46:45 +01:00 |
|
|
735bea1f47
|
Added StaticJsonDocument::garbageCollect()
|
2020-03-02 14:50:16 +01:00 |
|
|
0853b04589
|
Changed BasicJsonDocument's copy-constructor to copy the capacity
|
2020-03-02 12:39:29 +01:00 |
|
|
c1b3705df1
|
Added BasicJsonDocument::garbageCollect() (issue #1195)
|
2020-03-01 18:01:55 +01:00 |
|
|
2540b4e01b
|
Added move-constructor and move-assignment to BasicJsonDocument
|
2020-03-01 17:24:29 +01:00 |
|
|
2641697e0b
|
Fixed incorrect string comparison on some platforms (fixes #1198)
|
2020-02-27 11:44:09 +01:00 |
|
|
2996503b27
|
Fixed enums serialized as booleans (fixes #1197)
|
2020-02-26 16:16:20 +01:00 |
|
|
0214c9bcad
|
Improved coverage of JsonObject
|
2020-02-23 13:03:14 +01:00 |
|
|
a471aed6db
|
Improved coverage of JsonObject
|
2020-02-22 14:17:10 +01:00 |
|
|
af0edecddb
|
Fixed MemberProxy::set(char[]) not duplicating the string (fixes #1191)
|
2020-02-22 12:06:39 +01:00 |
|
|
300323cfd7
|
Improved coverage of JsonArray
|
2020-02-20 09:18:10 +01:00 |
|
|
d8724e0a0b
|
Changed the array subscript to automatically add missing elements
|
2020-02-20 08:59:25 +01:00 |
|
|
0001dabfd1
|
Improved coverage of MemoryPool
|
2020-02-19 17:27:04 +01:00 |
|
|
ad78001241
|
Removed useless null checks
|
2020-02-19 17:22:23 +01:00 |
|
|
5a837a591e
|
Improved coverage of MsgPackDeserializer
|
2020-02-19 17:14:40 +01:00 |
|
|
fd79d23910
|
Updated copyright year
|
2020-02-19 16:07:34 +01:00 |
|
|
1902c0ec93
|
Improved coverage of JsonDeserializer
|
2020-02-19 10:31:56 +01:00 |
|
|
85499be855
|
Added tests for FlashStringAdapter
|
2020-02-16 17:56:47 +01:00 |
|
|
e6ddfc7afb
|
Fixed static JsonString not being saved by reference
|
2020-02-16 17:34:04 +01:00 |
|
|
58298ec5ba
|
Extracted storage_policy to improve coverage in string adapters
|
2020-02-16 17:34:04 +01:00 |
|
|
0814fc185f
|
Added a line-break after each "if" to get more accurate coverage report
|
2020-02-16 15:05:23 +01:00 |
|
|
8f8c82d400
|
Reduced code size
|
2020-02-13 17:05:08 +01:00 |
|
|
372b7d3d9d
|
Exposed JsonPairConst
|
2020-02-13 16:58:23 +01:00 |
|
|
fbffadb2cf
|
Moved nesting decrement logic to class NestingLimit
|
2020-02-13 16:54:18 +01:00 |
|
|
6e52f242b2
|
Extracted the class Latch
also fixed a buffer overrun and reduced the code size
|
2020-02-13 14:53:54 +01:00 |
|
|
d2a67f362f
|
Fixed "deprecated-copy" warning on GCC 9 (fixes #1184)
|
2020-02-13 11:07:40 +01:00 |
|
|
66b12da4e7
|
Added DeserializationOption::Filter (closes #959)
|
2020-02-12 17:22:42 +01:00 |
|
|
42b0d6a83d
|
Set version to 6.14.1
v6.14.1
|
2020-01-27 15:05:36 +01:00 |
|
|
94b1c75fd2
|
Added getElement() and getMember() to JsonVariantConst
|
2020-01-27 12:35:32 +01:00 |
|
|
b04b549b34
|
Delete .bak file produced during publish
|
2020-01-27 12:10:11 +01:00 |
|
|
09d4b2cd38
|
Fixed regression in UTF16 decoding (fixes #1173)
|
2020-01-27 12:10:10 +01:00 |
|
|
ddfe7d8b91
|
Set version to 6.14.0
v6.14.0
|
2020-01-16 20:48:03 +01:00 |
|
|
4a657ca87f
|
Update the features section of the README page
|
2020-01-16 20:46:25 +01:00 |
|
|
1e3d478998
|
Improved speed of serializeXxx() when writing to a String
|
2020-01-14 14:50:44 +01:00 |
|
|
3aebef6d0a
|
Fixed value returned by serializeXxx() when writing to a String
|
2020-01-14 11:22:44 +01:00 |
|
|
25879466da
|
Fixed variant.is<nullptr_t>()
|
2020-01-13 20:47:43 +01:00 |
|
|
27ec1afb7a
|
Configure the "lock-threads" app
|
2020-01-13 18:23:30 +01:00 |
|
|
06a0d1a872
|
Added measureJson, measureJsonPretty, and measureMsgPack to keywords
|
2020-01-13 18:20:05 +01:00 |
|