|
ed98ea4e43
|
Implemented JsonVariant comparisons with template friends
|
2017-08-06 16:26:38 +02:00 |
|
|
729bf0afd2
|
Made JsonBuffer destructor protected
|
2017-07-18 22:00:06 +02:00 |
|
|
2ea7ea153c
|
Set version to 5.11.1
v5.11.1
|
2017-07-14 11:17:11 +02:00 |
|
|
2772e66064
|
Fixed warning "this statement may fall through" (issue #539)
|
2017-07-14 11:14:56 +02:00 |
|
|
d41f7a8165
|
Fixed too many decimals places in float serialization (issue #543)
|
2017-07-14 10:51:46 +02:00 |
|
|
abfd3997eb
|
Fixed "constant exceeds range of float [-Woverflow]" (issue #544)
|
2017-07-09 15:24:58 +02:00 |
|
|
788c9be016
|
Removed dependency on PGM_P as Particle 0.6.2 doesn't define it (issue #546)
|
2017-07-07 23:04:42 +02:00 |
|
|
c3d7a79a83
|
Travis: Removed Arduino DUE on platformio (fatal error: Ethernet.h: No such file or directory)
|
2017-07-06 20:56:05 +02:00 |
|
|
1782348275
|
Added Charles Walker to the list of donators
|
2017-07-06 20:55:05 +02:00 |
|
|
edfe5c6622
|
Set version to 5.11.0
v5.11.0
|
2017-06-25 15:11:57 +02:00 |
|
|
2b9492317b
|
Added Charles Haynes to the list of donators
|
2017-06-22 21:56:41 +02:00 |
|
|
5da41edf6a
|
Removed implementation of JsonBufferAllocated::delete .
|
2017-06-19 10:05:38 +02:00 |
|
|
476e5aaa86
|
Added DynamicJsonBuffer::clear()
|
2017-06-17 16:48:40 +02:00 |
|
|
789fa507b5
|
Added StaticJsonBuffer::clear()
|
2017-06-17 15:00:46 +02:00 |
|
|
508f936317
|
Made JsonBuffer non-copyable (PR #524 by @luisrayas3)
|
2017-06-17 14:17:01 +02:00 |
|
|
e9d88dda8e
|
Set version to 5.10.1
v5.10.1
|
2017-06-12 21:10:02 +02:00 |
|
|
ecceb71a1e
|
AppVeyor: Added Visual Studio 2017 and restored MinGW
|
2017-06-07 11:15:22 +02:00 |
|
|
bff77abe6a
|
Fixed reading "true" as a float (issue #516)
|
2017-06-03 16:22:26 +02:00 |
|
|
98413089f6
|
Added Google to the list of donators
|
2017-06-01 20:49:50 +02:00 |
|
|
a2446f6c68
|
Fixed compilation in IAR Embedded Workbench (issue #515)
|
2017-06-01 20:47:09 +02:00 |
|
|
c955049207
|
Fixed IntelliSense errors in Visual Micro (issue #483)
|
2017-05-28 15:33:03 +02:00 |
|
|
574c00c096
|
Added links to the ArduinoJson assistant (issue #513)
|
2017-05-27 15:32:12 +02:00 |
|
|
7415f206ea
|
Reduced code size
|
2017-05-27 15:08:11 +02:00 |
|
|
f76017a015
|
Set version to 5.10.0
v5.10.0
|
2017-05-20 09:11:03 +02:00 |
|
|
cda05aec04
|
Removed configurable number of decimal places (issues #288, #427 and #506)
|
2017-05-20 09:06:53 +02:00 |
|
|
639286f8b6
|
Travis: Removed retired images
|
2017-05-04 22:10:43 +02:00 |
|
|
cc66618e70
|
Fixed error forming reference to reference (issue #495)
|
2017-05-04 21:58:28 +02:00 |
|
|
9efc0ec40d
|
Travis: Added GCC 6
|
2017-05-02 21:32:19 +02:00 |
|
|
34674fc282
|
Fixed error IsBaseOf is not a member of ArduinoJson::TypeTraits (issue #495)
|
2017-05-02 21:29:45 +02:00 |
|
|
01c3166043
|
Moved testimonials to https://bblanchon.github.io/ArduinoJson/
|
2017-04-29 17:54:26 +02:00 |
|
|
bf2e3d5669
|
Updated the list of supported hardware (issue #491)
|
2017-04-28 10:28:38 +02:00 |
|
|
4e9f0b2e2e
|
Set version to 5.9.0
v5.9.0
|
2017-04-24 21:43:03 +02:00 |
|
|
223f14710d
|
Now compatible with Particle 0.6.1 (issue #294 and PR #461 by @foodbag)
|
2017-04-24 21:40:19 +02:00 |
|
|
f7ae91b85d
|
Removed unused stuffs
|
2017-04-22 11:35:55 +02:00 |
|
|
445dff499b
|
ctest --output-on-failure
|
2017-04-22 11:34:12 +02:00 |
|
|
9afa05e2f4
|
Removed Print class and converted printTo() to a template method (issue #276)
|
2017-04-22 11:33:40 +02:00 |
|
|
c3e1677b7d
|
Fixed warnings floating constant exceeds range of float and floating constant truncated to zero (issue #483)
|
2017-04-20 14:46:52 +02:00 |
|
|
024976cda2
|
Renamed folder include/ to src/ (issue #461)
|
2017-04-20 10:26:40 +02:00 |
|
|
df541a2a22
|
Changed unit testing framework from Google Test to Catch
|
2017-04-18 18:22:24 +02:00 |
|
|
f2ef338cb8
|
Renamed JsonArray::removeAt() into remove()
|
2017-04-12 21:07:30 +02:00 |
|
|
8c6f64c111
|
Added JsonArray::remove(iterator) and JsonObject::remove(iterator) (issue #479)
|
2017-04-12 21:00:13 +02:00 |
|
|
5a16b2117b
|
Travis: Disabled Teensy (PlatformioException: Could not load broken JSON)
|
2017-04-10 18:55:24 +02:00 |
|
|
71edcaf20f
|
Split unit test into several executables
|
2017-04-10 15:36:59 +02:00 |
|
|
ac89d91db5
|
Organized test files in subfolders
|
2017-04-10 14:32:45 +02:00 |
|
|
e664c1ab05
|
Set version to 5.8.4
v5.8.4
|
2017-03-26 21:33:12 +02:00 |
|
|
adba668109
|
Updated project URL
|
2017-03-25 22:05:06 +01:00 |
|
|
ad972725de
|
Added a script to build a single file distribution
|
2017-03-25 21:56:37 +01:00 |
|
|
185eccf6f5
|
Added custom implementation of strtol() (issue #465)
`char` is now treated as an integral type (issue #337, #370)
|
2017-03-25 21:55:13 +01:00 |
|
|
c4567bac18
|
Added custom implementation of strtod() (issue #453)
|
2017-03-19 15:23:06 +01:00 |
|
|
13409c433a
|
Added OpenEVSE LLC to the list of donators
|
2017-02-22 18:15:21 +01:00 |
|