e75e843c88
Moved JsonBuffer size calculator to https://bblanchon.github.io/ArduinoJson/
2016-11-13 20:48:03 +01:00
146a76247c
Set version to 5.7.1
v5.7.1
2016-11-13 20:21:16 +01:00
f28157cab7
Fixed compilation error when index is not an int
(issue #381 )
2016-11-13 20:19:36 +01:00
1ce16ce449
Added support for PROGMEM (issue #76 )
2016-11-13 20:16:12 +01:00
c310e7e8b7
Set version to 5.7.0
v5.7.0
2016-11-06 17:52:57 +01:00
aa2ef79e55
Templatized all functions using String
or std::string
...
* Removed `ArduinoJson::String`
* Removed `JsonVariant::defaultValue<T>()`
* Removed non-template `JsonObject::get()` and `JsonArray.get()`
* Fixed support for `StringSumHelper` (issue #184 )
* Replaced `ARDUINOJSON_USE_ARDUINO_STRING` by `ARDUINOJSON_ENABLE_STD_STRING` and `ARDUINOJSON_ENABLE_ARDUINO_STRING` (issue #378 )
* Added example `StringExample.ino` to show where `String` can be used
2016-11-06 17:52:18 +01:00
7ad57f1c33
Added Yoeri Kroon to the list of donators
2016-10-27 15:19:13 +02:00
cbfd331e50
JsonBuffer calculator now generates more compact expression
2016-09-30 10:44:05 +02:00
e6f55b1f6f
Increased default nesting limit to 50 when compiled for a computer (issue #349 )
2016-09-21 22:11:38 +02:00
bb805e93cb
Set version to 5.6.7
v5.6.7
2016-09-20 10:11:19 +02:00
deb57b960b
Fixed parser that incorrectly rejected floats containing a +
(issue #349 )
2016-09-19 10:08:14 +02:00
8a9b918bf4
Fixed undefined behavior in Prettyfier
and Print
(issue #354 )
2016-09-17 13:51:54 +02:00
2f6f3d0629
Fixed return value of JsonObject::set()
(issue #350 )
2016-09-16 10:10:31 +02:00
a60b35f41c
Extracted class JsonSerializer
2016-09-11 13:43:21 +02:00
6757f35a3a
Set version to 5.6.6
v5.6.6
2016-08-29 20:55:36 +02:00
ffb9b6d1ba
Fixed JsonVariant::success()
which didn't propagate JsonArray::success()
nor JsonObject::success()
(issue #342 ).
2016-08-29 20:54:39 +02:00
e401498e4a
Fixed JsonBuffer size calculator
2016-08-26 10:10:19 +02:00
d30e940b3b
Added JsonBuffer size calculator
2016-08-25 19:08:12 +02:00
05ea5e04c8
Added Darlington Adibe to the list of donators
2016-08-25 11:40:31 +02:00
a7ef99d0fe
Added .mbedignore for ARM mbdeb (PR #334 by @nuket)
2016-08-25 11:40:04 +02:00
f2a8b52c2c
PlatformIO: Use the same name as for Arduino IDE (PR #339 )
2016-08-24 13:44:10 +02:00
409ca7ee4e
Fixed -Wparentheses
warning introduced in v5.6.5 (PR #335 by @nuket)
2016-08-17 20:37:44 +02:00
387b565705
Set version to 5.6.5
v5.6.5
2016-08-15 12:25:48 +02:00
96f486001d
as<char*>()
now returns true
when input is null
(issue #330 )
2016-08-15 12:24:08 +02:00
a498abc14a
Set version to 5.6.4
v5.6.4
2016-07-20 13:16:14 +02:00
c64340a9bb
Fixed error in float serialization (issue #324 )
2016-07-20 13:15:17 +02:00
79d80a5dbf
Set version to 5.6.3
v5.6.3
2016-07-19 08:59:42 +02:00
7ebff5949f
Fixed call of overloaded isinf(double&) is ambiguous
(issue #284 )
2016-07-19 08:57:19 +02:00
434080572c
AppVeyor: Disabled build on MinGW32
2016-07-17 18:29:38 +02:00
c87a0e97ab
Added as<JsonArray>()
as a synonym for as<JsonArray&>()
... (issue #291 )
2016-07-17 17:22:58 +02:00
2dbd94951c
Improved speed of float serialization (about twice faster)
2016-07-10 16:12:49 +02:00
1e044f50c7
Set version to 5.6.2
v5.6.2
2016-06-30 20:23:58 +02:00
a7aa98510c
Restored Travis build on all clang version
2016-06-30 20:23:21 +02:00
729ab56878
Fixed build when another lib does #undef isnan
(issue #284 )
2016-06-30 20:22:47 +02:00
907b627e16
Set version to 5.6.1
v5.6.1
2016-06-24 09:24:44 +02:00
10fcca20f8
Added missing #pragma once
(issue #310 )
2016-06-23 21:27:24 +02:00
59cd1f1433
Fix packaging script
2016-06-22 21:51:37 +02:00
4a2c570270
Set version to 5.6.0
v5.6.0
2016-06-22 21:42:55 +02:00
8c7edbd9c3
ArduinoJson is now a header-only library (issue #199 )
2016-06-22 21:41:19 +02:00
0801e16327
Added GitHub issue template
2016-06-15 10:13:43 +02:00
0df2a365f5
Set version to 5.5.1
v5.5.1
2016-06-06 22:12:48 +02:00
c7d6d33e6c
Fixed compilation error with Intel Galileo (issue #299 )
2016-06-06 22:10:28 +02:00
c705f3cfeb
Disabled build on Clang 3.5, 3.6, 3.7 and 3.8 because llvm.org/apt is down
2016-06-06 22:09:34 +02:00
7fecb36aee
Added Kestutis Liaugminas to the list of donators
2016-06-03 20:16:47 +02:00
657a2ea8d9
Added Jon Williams to the list of donators
2016-05-23 11:02:19 +02:00
dd064f4c96
Added Arduino 1.6.9 to the continuous integration
2016-05-22 22:24:31 +02:00
3bc05b97ea
Set version to 5.5.0
v5.5.0
2016-05-22 15:00:09 +02:00
bbd515f6f6
Added Nick Koumaris to the list of donators
2016-05-22 14:58:48 +02:00
9b3e3a3d9c
Renamed JsonVariant::invalid<T>()
to JsonVariant::defaultValue<T>()
2016-05-18 09:17:45 +02:00
a3a2ca4796
Added JsonVariant::success()
(issue #279 )
2016-05-18 09:15:49 +02:00