Releases: mobizt/FirebaseJson
Releases · mobizt/FirebaseJson
v2.6.3
- Fixed bug and rename the cJSON functions and variables.
v2.6.1
- Add support ESP8266 external virtual RAM (SRAM or PSRAM).
- Fixed compilation error due to multiple sources of cJSON.
v2.5.3
- Add support PSRAM in ESP32
- Reduce memory usage by moving from std::string and Arduino String to MB_String.
v2.5.2
- Fix samd and teensy supports.
v2.5.0
- Move to cJSON, code optimization and refactoring, more features added.
- Search is now supported.
- Value casting from FirebaseJsonData object supported.
- Serialize and deserialize to/from writable object and readable object supported.
v2.3.15
Fix the tokens extraction issue.