v3.0.1
Breaking Change
- API was cleaned up and these methods were updated with
const
:
const AsyncWebHeader* getHeader(...)
const AsyncWebParameter* getParam(...)
request->beginResponse_P
was removed for ESP32 (will add back equivalent methods in 3.0.2)
What's Changed
- ESP IDF Compatibility by @p0p-x in #32
- Refactor code - replace DYI structs with STL objects by @vortigont in #39
- Code reformat and small cleanups by @mathieucarbou in #43
- feat: add rp2040 support by @ayushsharma82 and @mathieucarbou in #31
New Contributors
Full Changelog: v2.10.8...v3.0.0