Skip to content

Releases: mobizt/FirebaseJson

v2.6.3

20 Dec 09:42
Compare
Choose a tag to compare
  • Fixed bug and rename the cJSON functions and variables.

v2.6.1

29 Nov 02:14
Compare
Choose a tag to compare
  • Add support ESP8266 external virtual RAM (SRAM or PSRAM).
  • Fixed compilation error due to multiple sources of cJSON.

v2.5.3

31 Oct 03:03
Compare
Choose a tag to compare
  • Add support PSRAM in ESP32
  • Reduce memory usage by moving from std::string and Arduino String to MB_String.

v2.5.2

20 Oct 03:18
Compare
Choose a tag to compare
  • Fix samd and teensy supports.

v2.5.0

15 Aug 09:27
Compare
Choose a tag to compare
  • 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.4.1

26 Jun 02:48
Compare
Choose a tag to compare

Optimized memory usage.

v2.3.15

12 May 13:26
Compare
Choose a tag to compare

Fix the tokens extraction issue.

v2.3.14

04 May 03:10
Compare
Choose a tag to compare

Fix the remove issue.

v2.3.13

04 Apr 05:15
Compare
Choose a tag to compare

Fix memory leaks.

2.3.12

26 Mar 05:57
Compare
Choose a tag to compare

Code optimization.