|
9094179856
|
CI: added a clang-format job
|
2021-02-26 13:13:11 +01:00 |
|
|
3aab36fec2
|
Changed JsonVariantConst::is<JsonArray/JsonObject>() to return false (closes #1412)
|
2021-02-25 19:19:23 +01:00 |
|
|
744d61f6fd
|
Added JsonVariant::is<JsonVariant/JsonVariantConst>() (issue #1412)
|
2021-02-23 08:41:24 +01:00 |
|
|
05498aa178
|
Added JsonVariant::is<JsonVariant>() (issue #1412)
|
2021-02-23 08:39:58 +01:00 |
|
|
b1eb273d5b
|
Added JsonVariant::is<JsonArrayConst/JsonObjectConst>() (issue #1412)
|
2021-02-23 08:33:28 +01:00 |
|
|
8a3f8510d6
|
Simplified tests of JsonVariant::is<T>()
|
2021-02-23 08:27:48 +01:00 |
|
|
22904a48a6
|
Added a default implementation in the Visitor class
|
2021-02-21 13:37:07 +01:00 |
|
|
1730304f46
|
Funding: added paypal.me
|
2021-02-21 12:24:46 +01:00 |
|
|
1038fc35df
|
Removed DeserializationError::NotSupported
|
2021-02-18 19:41:15 +01:00 |
|
|
71f44aaee1
|
deserializeMsgPack() inserts null instead of returning NotSupported
|
2021-02-18 19:40:25 +01:00 |
|
|
cc7ebfd11e
|
deserializeJson() leaves \uXXXX instead of returning NotSupported
|
2021-02-18 19:40:11 +01:00 |
|
|
54d4b308f4
|
Remove JsonVariant::set(char)
|
2021-02-18 08:48:28 +01:00 |
|
|
5234c8124b
|
Removed JsonVariant::as<char>() (fixes #1498)
|
2021-02-18 08:48:10 +01:00 |
|
|
e22d4bf31f
|
Set version to 6.17.3
v6.17.3
|
2021-02-15 09:53:10 +01:00 |
|
|
21f7b90f03
|
PlatformIO: set framework compatibility to * (closes #1490)
|
2021-02-15 09:49:56 +01:00 |
|
|
769e8440f5
|
CI: skip Particle job for Pull Requests
|
2021-02-05 13:00:56 +01:00 |
|
|
33de2b6cf3
|
Added GitHub sponsors
|
2021-02-05 12:03:50 +01:00 |
|
|
3975b07371
|
Moved CI from Travis to GitHub Actions (fixes #1493)
|
2021-02-03 21:33:18 +01:00 |
|
|
abd64102aa
|
Fixed compilation error on Clang 10
|
2021-02-03 12:56:26 +01:00 |
|
|
d2174d1580
|
Fixed compilation error when isdigit() is a macro (fixes #1487)
|
2021-02-02 10:08:10 +01:00 |
|
|
c72eccdd35
|
Added missing calls to client.stop() in JsonHttpClient.ino (fixes #1485)
|
2021-02-01 09:16:23 +01:00 |
|
|
ab902128dc
|
Upgrade to Lock Threads 2
|
2021-01-31 11:00:05 +01:00 |
|
|
c70a491f59
|
Made JsonDocument's destructor protected (fixes #1480)
|
2021-01-27 10:00:10 +01:00 |
|
|
322d13de0d
|
Examples: add a note about performance issues with streams (#1476)
|
2021-01-25 09:26:29 +01:00 |
|
|
97b7161d78
|
Update copyright notice for 2021
|
2021-01-25 09:14:15 +01:00 |
|
|
1360b6a396
|
Set version to 6.17.2
v6.17.2
|
2020-11-14 10:38:21 +01:00 |
|
|
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 |
|
|
aa7cc5351c
|
Travis: added smoke test for Particle Argon
|
2020-11-10 14:46:45 +01:00 |
|
|
30da920135
|
Fixed invalid conversion in operator|(Variant, char*) (fixes #1432)
|
2020-11-09 09:21:19 +01:00 |
|
|
bcdf5b7e52
|
Set version to 6.17.1
v6.17.1
|
2020-11-07 10:11:41 +01:00 |
|
|
c711fe592d
|
Allowed more than 32767 values in non-embedded mode (fixes #1414)
|
2020-10-28 09:59:40 +01:00 |
|
|
9d5c1b3742
|
Added an assert to detect too large variants (issue #1414)
|
2020-10-24 09:39:03 +02:00 |
|
|
6b26cd0977
|
Add JsonDocument to keywords.txt
see #1413
|
2020-10-24 09:37:16 +02:00 |
|
|
10ec0f21b0
|
Fixed operator|(MemberProxy, JsonObject) (fixes #1415)
|
2020-10-23 10:48:33 +02:00 |
|
|
ff66182dc6
|
Gathered the tests of MemberProxy in one file
|
2020-10-22 09:37:05 +02:00 |
|
|
d02ce2f1bb
|
Gathered the tests of ElementProxy in one file
|
2020-10-22 09:37:05 +02:00 |
|
|
2664a2d0da
|
Fixed error "ambiguous overload for operator|" (fixes #1411)
|
2020-10-22 09:30:31 +02:00 |
|
|
1f7350658e
|
Set version to 6.17.0
v6.17.0
|
2020-10-19 11:35:09 +02:00 |
|
|
41132b701b
|
Fixed error "no matching function for pgm_read<double>()" on AVR
|
2020-10-17 14:02:26 +02:00 |
|
|
712005219c
|
Added filtering for MessagePack (closes #1298, closes #1394)
|
2020-10-13 09:40:39 +02:00 |
|
|
0bd17aff8a
|
Coverage: use -O0 instead of -Og
|
2020-10-11 15:10:52 +02:00 |
|
|
f3f44d7812
|
Renamed StdStringAdapter to StlStringAdapter (internal use only)
|
2020-10-01 10:01:33 +02:00 |
|
|
8385d5fa3a
|
Added wildcard key (* ) for filters (closes #1309)
|
2020-09-28 21:11:38 +02:00 |
|
|
726f8be341
|
Added operator|(JsonVariantConst, JsonVariantConst)
|
2020-09-26 14:48:17 +02:00 |
|
|
fee029b86e
|
Moved float tables to PROGMEM
|
2020-09-19 16:12:49 +02:00 |
|
|
c3504ddf0a
|
Added tests for DeserializationError::f_str()
|
2020-09-18 19:06:21 +02:00 |
|
|
6a878ee444
|
Fixed error "No such file or directory WString.h" (fixes #1381)
|
2020-09-16 10:29:20 +02:00 |
|
|
c4ec2ba88f
|
Added DeserializationError::f_str() (issue #846)
|
2020-09-14 18:40:00 +02:00 |
|
|
c907ca6e5d
|
Added DeserializationError::EmptyInput
|
2020-09-13 10:27:29 +02:00 |
|
|
8993a093e9
|
Travis: run sanitizer on recent GCC version to avoid false positives
|
2020-09-13 10:25:34 +02:00 |
|