You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v2.0.0 with breaking changes ### Major Releases v2.0.0 1. Make **breaking** changes to permit coexistence with `ESP32 WebServer` and `ESP8266 ESP8266WebServer` libraries 2. Add and modified examples
v1.8.5 to add support to megaAVR ### Releases v1.8.5 1. Restore support to AVR Mega2560 2. Add support to megaAVR boards such as `Arduino Nano Every`, `UNO WiFi Rev 2` using `ATmega4809` MPU 2. Fix libb64 fallthrough compile warning
v1.8.2 to fix wrong http status header ### Releases v1.8.2 1. Fix wrong http status header bug. Check [fix for wrong http status header khoih-prog#42](khoih-prog#42)
v1.8.0 to reduce String usage ### Major Releases v1.8.0 1. Reduce usage of Arduino String with std::string 2. Optimize library code and examples by using **reference-passing instead of value-passing**. 3. Update `Packages' Patches`
v1.7.1 to change PIO lib_compat_mode ### Releases v1.7.1 1. Change option for PIO `lib_compat_mode` from default `soft` to `strict` to minimize compile error in crosss-platform 2. Update `Packages' Patches` for many boards
v1.7.0 to add support to Portenta_H7 ### Major Releases v1.7.0 1. Add support to **Portenta_H7** using [**Arduino mbed_portenta core**](https://github.com/arduino/ArduinoCore-mbed). 2. Update `Packages' Patches` for **Portenta_H7**