Benoit Blanchon
|
36bcc7b355
|
Set version to 6.18.0
|
2021-05-05 20:41:35 +02:00 |
|
Benoit Blanchon
|
4780174ee1
|
Added a deprecation warning for as<char>() and set(char)
|
2021-05-04 16:10:50 +02:00 |
|
Kyle Smith
|
a88cf8fab7
|
PlatformIO: set build.libArchive to false (closes #1550)
|
2021-05-03 08:55:20 +02:00 |
|
Benoit Blanchon
|
2be528a3fa
|
serializeMsgPack(doc, p, n) doesn't add terminator anymore (fixes #1545)
|
2021-04-29 20:59:15 +02:00 |
|
Benoit Blanchon
|
4b89878c10
|
Added a deprecation warning for as<char*>()
|
2021-04-27 18:25:42 +02:00 |
|
Benoit Blanchon
|
898f429826
|
Fixed member-call-on-null-pointer in getMember() when array is empty
|
2021-04-15 14:56:59 +02:00 |
|
George Beckstein
|
803e07c188
|
Updated folders list in .mbedignore (closes #1515)
|
2021-03-31 09:58:51 +02:00 |
|
Benoit Blanchon
|
ff44d93e68
|
Removed buggy blank line in CHANGELOG
|
2021-03-29 19:35:25 +02:00 |
|
Benoit Blanchon
|
347ac422f4
|
Added support for Printable (closes #1444)
|
2021-03-27 14:35:15 +01:00 |
|
Benoit Blanchon
|
d7f5b56ca4
|
Added support for custom converters (closes #687)
|
2021-03-20 14:52:47 +01:00 |
|
Benoit Blanchon
|
e4ce75e20c
|
Simplified JsonVariant::as<T>() to always return T
|
2021-03-08 19:33:52 +01:00 |
|
Benoit Blanchon
|
3aab36fec2
|
Changed JsonVariantConst::is<JsonArray/JsonObject>() to return false (closes #1412)
|
2021-02-25 19:19:23 +01:00 |
|
Benoit Blanchon
|
744d61f6fd
|
Added JsonVariant::is<JsonVariant/JsonVariantConst>() (issue #1412)
|
2021-02-23 08:41:24 +01:00 |
|
Benoit Blanchon
|
05498aa178
|
Added JsonVariant::is<JsonVariant>() (issue #1412)
|
2021-02-23 08:39:58 +01:00 |
|
Benoit Blanchon
|
b1eb273d5b
|
Added JsonVariant::is<JsonArrayConst/JsonObjectConst>() (issue #1412)
|
2021-02-23 08:33:28 +01:00 |
|
Benoit Blanchon
|
1038fc35df
|
Removed DeserializationError::NotSupported
|
2021-02-18 19:41:15 +01:00 |
|
Benoit Blanchon
|
71f44aaee1
|
deserializeMsgPack() inserts null instead of returning NotSupported
|
2021-02-18 19:40:25 +01:00 |
|
Benoit Blanchon
|
cc7ebfd11e
|
deserializeJson() leaves \uXXXX instead of returning NotSupported
|
2021-02-18 19:40:11 +01:00 |
|
Benoit Blanchon
|
54d4b308f4
|
Remove JsonVariant::set(char)
|
2021-02-18 08:48:28 +01:00 |
|
Benoit Blanchon
|
5234c8124b
|
Removed JsonVariant::as<char>() (fixes #1498)
|
2021-02-18 08:48:10 +01:00 |
|
Benoit Blanchon
|
e22d4bf31f
|
Set version to 6.17.3
|
2021-02-15 09:53:10 +01:00 |
|
Benoit Blanchon
|
21f7b90f03
|
PlatformIO: set framework compatibility to * (closes #1490)
|
2021-02-15 09:49:56 +01:00 |
|
Benoit Blanchon
|
abd64102aa
|
Fixed compilation error on Clang 10
|
2021-02-03 12:56:26 +01:00 |
|
Benoit Blanchon
|
d2174d1580
|
Fixed compilation error when isdigit() is a macro (fixes #1487)
|
2021-02-02 10:08:10 +01:00 |
|
Benoit Blanchon
|
c72eccdd35
|
Added missing calls to client.stop() in JsonHttpClient.ino (fixes #1485)
|
2021-02-01 09:16:23 +01:00 |
|
Benoit Blanchon
|
c70a491f59
|
Made JsonDocument's destructor protected (fixes #1480)
|
2021-01-27 10:00:10 +01:00 |
|
Benoit Blanchon
|
1360b6a396
|
Set version to 6.17.2
|
2020-11-14 10:38:21 +01:00 |
|
Benoit Blanchon
|
16e51b83ab
|
Changed the default value of ARDUINOJSON_ENABLE_PROGMEM (fixes #1433)
It now checks that the pgm_read_XXX macros are defined before enabling PROGMEM.
|
2020-11-10 14:58:31 +01:00 |
|
Benoit Blanchon
|
30da920135
|
Fixed invalid conversion in operator|(Variant, char*) (fixes #1432)
|
2020-11-09 09:21:19 +01:00 |
|
Benoit Blanchon
|
bcdf5b7e52
|
Set version to 6.17.1
|
2020-11-07 10:11:41 +01:00 |
|
Benoit Blanchon
|
c711fe592d
|
Allowed more than 32767 values in non-embedded mode (fixes #1414)
|
2020-10-28 09:59:40 +01:00 |
|
Benoit Blanchon
|
10ec0f21b0
|
Fixed operator|(MemberProxy, JsonObject) (fixes #1415)
|
2020-10-23 10:48:33 +02:00 |
|
Benoit Blanchon
|
2664a2d0da
|
Fixed error "ambiguous overload for operator|" (fixes #1411)
|
2020-10-22 09:30:31 +02:00 |
|
Benoit Blanchon
|
1f7350658e
|
Set version to 6.17.0
|
2020-10-19 11:35:09 +02:00 |
|
Benoit Blanchon
|
712005219c
|
Added filtering for MessagePack (closes #1298, closes #1394)
|
2020-10-13 09:40:39 +02:00 |
|
Benoit Blanchon
|
8385d5fa3a
|
Added wildcard key (*) for filters (closes #1309)
|
2020-09-28 21:11:38 +02:00 |
|
Benoit Blanchon
|
726f8be341
|
Added operator|(JsonVariantConst, JsonVariantConst)
|
2020-09-26 14:48:17 +02:00 |
|
Benoit Blanchon
|
fee029b86e
|
Moved float tables to PROGMEM
|
2020-09-19 16:12:49 +02:00 |
|
Benoit Blanchon
|
6a878ee444
|
Fixed error "No such file or directory WString.h" (fixes #1381)
|
2020-09-16 10:29:20 +02:00 |
|
Benoit Blanchon
|
c4ec2ba88f
|
Added DeserializationError::f_str() (issue #846)
|
2020-09-14 18:40:00 +02:00 |
|
Benoit Blanchon
|
c907ca6e5d
|
Added DeserializationError::EmptyInput
|
2020-09-13 10:27:29 +02:00 |
|
Benoit Blanchon
|
d04669d0cc
|
Fixed result of JsonVariant::set((char*)0) (fixes #1368)
|
2020-09-05 17:33:47 +02:00 |
|
Benoit Blanchon
|
8d37939086
|
Added JsonDocument::overflowed() (closes #1358)
|
2020-09-05 13:44:40 +02:00 |
|
Benoit Blanchon
|
67aa8efd5a
|
Added a build failure when nullptr is defined as a macro (closes #1355)
|
2020-08-23 09:31:40 +02:00 |
|
Benoit Blanchon
|
61a5273aea
|
Set version to 6.16.1
|
2020-08-04 10:33:38 +02:00 |
|
Benoit Blanchon
|
35a39b8d8f
|
Fixed deserializeJson() that stopped reading after {} (fixes #1335)
|
2020-08-04 09:52:42 +02:00 |
|
Benoit Blanchon
|
b85181a6db
|
Set version to 6.16.0
|
2020-08-01 15:17:39 +02:00 |
|
Benoit Blanchon
|
6841b80466
|
Added JsonString::operator!=
|
2020-07-31 14:02:20 +02:00 |
|
Benoit Blanchon
|
298864bafe
|
Set ARDUINOJSON_DECODE_UNICODE to 1 by default
|
2020-07-30 09:49:09 +02:00 |
|
Mikolaj Stawiski
|
0c0bf80074
|
Suppress IAR compiler warning.
|
2020-07-28 10:12:41 +02:00 |
|