8000 Tags · sharp-m/ArduinoJson · GitHub
[go: up one dir, main page]

Skip to content

Tags: sharp-m/ArduinoJson

Tags

v5.6.4

Toggle v5.6.4's commit message
ArduinoJson 5.6.4

* Fixed error in float serialization (issue bblanchon#324)

v5.6.3

Toggle v5.6.3's commit message
ArduinoJson 5.6.3

* Improved speed of float serialization (about twice faster)
* Added `as<JsonArray>()` as a synonym for `as<JsonArray&>()`... (issue bblanchon#291)
* Fixed `call of overloaded isinf(double&) is ambiguous` (issue bblanchon#284)

v5.6.2

Toggle v5.6.2's commit message
ArduinoJson 5.6.2

* Fixed build when another lib does `#undef isnan` (issue bblanchon#284)

v5.6.1

Toggle v5.6.1's commit message
ArduinoJson 5.6.1

* Added missing `#pragma once` (issue bblanchon#310)

v5.6.0

Toggle v5.6.0's commit message
ArduinoJson 5.6.0

* ArduinoJson is now a header-only library (issue bblanchon#199)

v5.5.1

Toggle v5.5.1's commit message
ArduinoJson 5.5.1

* Fixed compilation error with Intel Galileo (issue bblanchon#299)

v5.5.0

Toggle v5.5.0's commit message
ArduinoJson 5.5.0

* Added `JsonVariant::success()` (issue bblanchon#279)
* Renamed `JsonVariant::invalid<T>()` to `JsonVariant::defaultValue<T>()`

v5.4.0

Toggle v5.4.0's commit message
ArduinoJson 5.4.0

* Changed `::String` to `ArduinoJson::String` (issue bblanchon#275)
* Changed `::Print` to `ArduinoJson::Print` too

v5.3.0

Toggle v5.3.0's commit message
ArduinoJson 5.3.0

* Added custom implementation of `ftoa` (issues bblanchon#266, bblanchon#267, bblanchon#269 and bblanchon#270)
* Added `JsonVariant JsonBuffer::parse()` (issue bblanchon#265)
* Fixed `unsigned long` printed as `signed long` (issue bblanchon#170)

v5.2.0

Toggle v5.2.0's commit message
ArduinoJson 5.2.0

* Added `JsonVariant::as<char*>()` as a synonym for `JsonVariant::as<const char*>()` (issue bblanchon#257)
* Added example `JsonHttpClient` (issue bblanchon#256)
* Added `JsonArray::copyTo()` and `JsonArray::copyFrom()` (issue bblanchon#254)
* Added `RawJson()` to insert pregenerated JSON portions (issue bblanchon#259)
0