Skip to content

Releases: Hieromon/PageBuilder

1.5.6

01 Feb 11:32
7c071ad
Compare
Choose a tag to compare

Improvements

  • Improved compatibility with ESP8266 Arduino Core 3.1.0

1.5.5

05 Jan 06:33
6193e09
Compare
Choose a tag to compare

Fixed

  • Fixed memory leak on cancel sending response.

1.5.4

26 Dec 13:23
bd1adaa
Compare
Choose a tag to compare

Enhancements

1.5.3

02 Mar 13:45
Compare
Choose a tag to compare

Enhancements

  • Supports LittleFS_esp32 legacy library with ESP32 Arduino core 1.0.6 or less.
  • Migrate the CI platform to GitHub actions.

1.5.2

21 Nov 11:31
Compare
Choose a tag to compare

Fixed

  • Fixed incorrect declaration for Flash string. (issue #36)

1.5.1

15 Nov 09:04
Compare
Choose a tag to compare

Fixed

  • Content that exceeds PAGEBUILDER_CONTENTBLOCK_SIZE will not be output. (issue #35)

1.5.0

30 Sep 13:16
713a7ee
Compare
Choose a tag to compare

New feature

  • Supports ESP32 arduino core 2.0.0.

1.4.3

20 May 08:16
a2a0e88
Compare
Choose a tag to compare

New feature

  • Supports ESP8266 arduino core 3.0.0.

1.4.2

28 May 08:09
e4362f0
Compare
Choose a tag to compare

New feature

  • Supports LittleFS on ESP8266.

Significant changes

Since PageBuilder 1.4.2 with ESP8266, the default file system has changed SPIFFS to LittleFS. It is a measure to comply with the deprecation of SPIFFS by the core. However, SPIFFS is still available and defines the PB_USE_SPIFFS macro in PageBuilder.h file to enable it as follows:

#define PB_USE_SPIFFS

PB_USE_SPIFFS macro is valid only when the platform is ESP8266 and will be ignored with ESP32 arduino core. (at least until LittleFS is supported by the ESP32 arduino core)

1.4.1

12 May 18:15
Compare
Choose a tag to compare

Fixed

  • Avoid empty-body warning with PB_DEBUG not defined.