|
a002393716
|
Replaced donation link
|
2021-04-14 11:45:01 +02:00 |
|
|
a889f6560c
|
Added VSCode settings
|
2021-04-14 11:43:51 +02:00 |
|
|
4db17ecd93
|
CI: format YAML file with Prettier
|
2021-04-08 09:46:01 +02:00 |
|
|
2a57f2b365
|
CI: fix installation of GCC and Clang
|
2021-04-08 09:45:04 +02:00 |
|
|
803e07c188
|
Updated folders list in .mbedignore (closes #1515)
|
2021-03-31 09:58:51 +02:00 |
|
|
ff44d93e68
|
Removed buggy blank line in CHANGELOG
|
2021-03-29 19:35:25 +02:00 |
|
|
d5d2209d09
|
Added "https://" prefix to all URLs so they are clickable in VS Code
|
2021-03-29 19:35:25 +02:00 |
|
|
c81e8fc93a
|
README: added a link to ARDUINOJSON_ENABLE_ARDUINO_STREAM
|
2021-03-29 18:10:00 +02:00 |
|
|
347ac422f4
|
Added support for Printable (closes #1444)
|
2021-03-27 14:35:15 +01:00 |
|
|
d7f5b56ca4
|
Added support for custom converters (closes #687)
|
2021-03-20 14:52:47 +01:00 |
|
|
53d6f0d492
|
CI: Fixed build on Arduino 1.6.7
|
2021-03-19 11:50:29 +01:00 |
|
|
e4ce75e20c
|
Simplified JsonVariant::as<T>() to always return T
|
2021-03-08 19:33:52 +01:00 |
|
|
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 |
|