Skip to content

Releases: mobizt/ESP-Line-Notify

v2.1.1

30 May 08:23
Compare
Choose a tag to compare

May 30, 2023

v2.1.1 stable release

Updates:

  • Fix ESP8266 core v3.x.x compilation error.
  • Update internal string and Json classes.

v2.1.0

06 May 08:53
Compare
Choose a tag to compare

May 6, 2022

v2.1.0 important bugs fixed

Updates:

  • Important fix for memory leaks issue.

v2.0.1

05 May 23:51
Compare
Choose a tag to compare

May 5, 2022

v2.0.1 stable release

Updates:

  • Add support external Arduino Clients for network interfces e.g. WiFiClient, EthernetClient and GSMClient.
  • Add support native ethernet in ESP32 and ESP8266.
  • Add support more flash and SD filesystems.
  • Add more examples for ethernet, external clients and SD filesystem.
  • Bump version to v2.0.1 due to PlatformIO repo property file issue.

v2.0.0

05 May 13:27
Compare
Choose a tag to compare

May 5, 2022

v2.0.0 stable release

Updates:

  • Add support external Arduino Clients for network interfces e.g. WiFiClient, EthernetClient and GSMClient.
  • Add support native ethernet in ESP32 and ESP8266.
  • Add support more flash and SD filesystems.
  • Add more examples for ethernet, external clients and SD filesystem.

v1.0.10

01 Dec 14:44
Compare
Choose a tag to compare

December 1, 2021

v1.0.10 stable release

Updates:

  • Add support SRAM/PSRAM for external Heap in ESP8266.

v1.0.9

31 Oct 04:09
Compare
Choose a tag to compare

October 31, 2021

v1.0.9 stable release

Updates:

  • Add support PSRAM in ESP32.
  • Reduce memory usage.

v1.0.8

26 Jun 03:47
Compare
Choose a tag to compare

June 26, 2021

v1.0.8 stable release

Updates:

  • Optimized memory usage.

v1.0.7

19 May 12:09
Compare
Choose a tag to compare

May 19, 2021

v1.0.7 stable release

Updates:

  • Add support ESP8266 Arduino Core SDK v3.0.0.

v1.0.6

12 May 13:48
Compare
Choose a tag to compare

May 12, 2021

v1.0.6 stable release

Updates:

  • Fix FirebaseJson tokens extraction issue.

v1.0.5

04 Apr 05:26
Compare
Choose a tag to compare

April 4, 2021

v1.0.5 stable release

Updates:

  • Fix the memory leaks in internal JSON parser.