|
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 |
|
|
eab13dc565
|
Added Martijn van den Burg to the list of donators
|
2016-05-16 20:35:26 +02:00 |
|
|
bebd1c400c
|
Added OSX build on Travis
|
2016-05-15 09:41:53 +02:00 |
|
|
36d1bb2f52
|
Added Charles-Henri Hallard to the list of donator
|
2016-05-08 20:59:59 +02:00 |
|
|
ae32695c3e
|
Set version to 5.4.0
v5.4.0
|
2016-05-06 08:46:13 +02:00 |
|
|
c5d19a4dbd
|
Changed ::String to ArduinoJson::String (issue #275)
|
2016-05-06 08:44:31 +02:00 |
|
|
78728c6547
|
Set version to 5.3.0
v5.3.0
|
2016-04-30 09:49:45 +02:00 |
|
|
a8032f81d9
|
Added JsonVariant JsonBuffer::parse() (issue #265)
|
2016-04-30 09:47:53 +02:00 |
|
|
a138791964
|
Added custom implementation of ftoa (issues #266, #267, #269 and #270)
|
2016-04-28 18:54:14 +02:00 |
|
|
f9f002c8f7
|
Fix unsigned long printed as signed long (issue #170)
|
2016-04-28 08:42:59 +02:00 |
|
|
f192d5c12e
|
Set version to 5.2.0
v5.2.0
|
2016-04-16 16:17:19 +02:00 |
|
|
a6724bd03f
|
Added RawJson() to insert pregenerated JSON portions (issue #259)
|
2016-04-16 16:15:01 +02:00 |
|
|
c77c3f33ef
|
Added JsonArray::copyTo() and JsonArray::copyFrom() (issue #254)
|
2016-04-14 20:06:38 +02:00 |
|
|
623aeee9bf
|
Added example JsonHttpClient (issue #256)
|
2016-04-08 20:11:36 +02:00 |
|
|
a241d53d28
|
Added JsonVariant::as<char*>() as a synonym for JsonVariant::as<const char*>() (issue #257)
|
2016-04-05 20:47:04 +02:00 |
|
|
11500d2ff5
|
Fixed strange Markdown rendering in README
|
2016-04-05 10:27:50 +02:00 |
|
|
85708bc94f
|
Added Arduino 1.6.8 to the continuous integration
|
2016-04-05 09:49:12 +02:00 |
|
|
ba6e8856f2
|
Added Tweet from @hemalchevli
|
2016-04-04 22:23:51 +02:00 |
|
|
c8448b0abf
|
Added Gustavo Donizeti Gini to the list of donators
|
2016-02-29 09:27:52 +01:00 |
|