All Versions
92
Latest Version
Avg Release Cycle
41 days
Latest Release
1120 days ago
Changelog History
Page 8
Changelog History
Page 8
-
v5.6.5 Changes
as<char*>()
now returnstrue
when input isnull
(issue #330)
-
v5.6.4 Changes
- 🛠 Fixed error in float serialization (issue #324)
-
v5.6.3 Changes
- 👌 Improved speed of float serialization (about twice faster)
- ➕ Added
as<JsonArray>()
as a synonym foras<JsonArray&>()
... (issue #291) - 🛠 Fixed
call of overloaded isinf(double&) is ambiguous
(issue #284)
-
v5.6.2 Changes
- 🛠 Fixed build when another lib does
#undef isnan
(issue #284)
- 🛠 Fixed build when another lib does
-
v5.6.1 Changes
- ➕ Added missing
#pragma once
(issue #310)
- ➕ Added missing
-
v5.6.0 Changes
- ArduinoJson is now a header-only library (issue #199)
-
v5.5.1 Changes
- 🛠 Fixed compilation error with Intel Galileo (issue #299)
-
v5.5.0 Changes
- ➕ Added
JsonVariant::success()
(issue #279) - 0️⃣ Renamed
JsonVariant::invalid<T>()
toJsonVariant::defaultValue<T>()
- ➕ Added
-
v5.4.0 Changes
- 🔄 Changed
::String
toArduinoJson::String
(issue #275) - 🔄 Changed
::Print
toArduinoJson::Print
too
- 🔄 Changed
-
v5.3.0 Changes
- ➕ Added custom implementation of
ftoa
(issues #266, #267, #269 and #270) - ➕ Added
JsonVariant JsonBuffer::parse()
(issue #265) - 🛠 Fixed
unsigned long
printed assigned long
(issue #170)
- ➕ Added custom implementation of