Khoi Hoang
b691c1b98b
v1.1.2
...
### Releases v1.1.2
1. Rename _lock and _unlock to avoid conflict with [**ESP32/ESP8266 AsyncWebServer**](https://github.com/me-no-dev/ESPAsyncWebServer ) library. Check [**compatibility with ESPAsyncWebServer #11**](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/11 )
2. Fix compiler warnings.
2021-02-11 14:48:08 -05:00
Khoi Hoang
87984ddf22
Add example AsyncHTTPMultiRequests_ESP
2021-02-03 23:09:11 -05:00
Khoi Hoang
233dbbbbcd
v1.1.1
...
### Releases v1.1.1
1. Prevent crash if request and/or method not correct.
2020-12-23 23:35:07 -05:00
Khoi Hoang
e7dabe52bc
Releases v1.1.0
...
### Releases v1.1.0
1. Add HTTP PUT, PATCH, DELETE and HEAD methods. Check [Add support for sending PUT, PATCH, DELETE request](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/5 )
2. Add Table of Contents
3. Add Version String
2020-12-23 17:35:01 -05:00
Khoi Hoang
b5831c36a1
v1.0.2
...
### Releases v1.0.2
1. Make Mutex Lock and delete more reliable and error-proof to prevent random crash.
2020-11-09 03:59:44 -05:00
Khoi Hoang
7635f3df69
v1.0.1
...
### Releases v1.0.1
1. Restore cpp code besides Impl.h code to use in case of `multiple definition` linker error. Thanks to [Daniel Brunner](https://github.com/0xFEEDC0DE64 ) to report and make PR in [**Fixed linker errors when included in multiple .cpp files**](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/pull/1 ). See [**HOWTO Fix `Multiple Definitions` Linker Error**](https://github.com/khoih-prog/AsyncHTTPRequest_Generic#HOWTO-Fix-Multiple-Definitions-Linker-Error )
2020-10-09 16:06:03 -04:00
Khoi Hoang
47fd60f7ca
Add more examples
2020-09-15 14:24:44 -04:00
Khoi Hoang
8c53d9534b
Add more examples
2020-09-15 13:46:54 -04:00
Khoi Hoang
34e655efb8
v1.0.0
...
### Releases v1.0.0
1. Initial coding to add support to STM32F/L/H/G/WB/MP1 using built-in Ethernet (Nucleo-144, DISCOVERY, etc).
2. Add examples using STM32 boards.
2020-09-13 23:05:46 -04:00