Changes since 5.8.4
- Added
JsonArray::remove(iterator)
(issue #479)
- Added
JsonObject::remove(iterator)
- Renamed
JsonArray::removeAt(size_t)
into remove(size_t)
⚠️
- Renamed folder
include/
to src/
- Fixed warnings
floating constant exceeds range of float
and floating constant truncated to zero
(issue #483)
- Removed
Print
class and converted printTo()
to a template method (issue #276) ⚠️
- Removed example
IndentedPrintExample.ino
- Now compatible with Particle 0.6.1, thanks to Jacob Nite (issue #294 and PR #461 by @foodbag)
⚠️ = breaking change, you may need to change your code.
View version history