All Versions
92
Latest Version
Avg Release Cycle
41 days
Latest Release
1120 days ago

Changelog History
Page 8

  • v5.6.5 Changes

    • as<char*>() now returns true when input is null (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 for as<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)
  • v5.6.1 Changes

    • ➕ Added missing #pragma once (issue #310)
  • 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>() to JsonVariant::defaultValue<T>()
  • v5.4.0 Changes

    • 🔄 Changed ::String to ArduinoJson::String (issue #275)
    • 🔄 Changed ::Print to ArduinoJson::Print too
  • 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 as signed long (issue #170)