mirror of
https://github.com/arduino-libraries/ArduinoHttpClient.git
synced 2025-06-07 07:42:01 +03:00
release commit
This commit is contained in:
parent
767ecf2fe9
commit
5bda5b6f07
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,8 +1,14 @@
|
|||||||
## ArduinoHttpClient 0.1.0 - 2016.07.05
|
## ArduinoHttpClient 0.2.0 - 2017.01.12
|
||||||
|
|
||||||
* Initial release
|
* Added PATCH method
|
||||||
|
* Added basic auth example
|
||||||
|
* Added custom header example
|
||||||
|
|
||||||
## ArduinoHttpClient 0.1.1 - 2016.12.16
|
## ArduinoHttpClient 0.1.1 - 2016.12.16
|
||||||
|
|
||||||
* More robust response parser
|
* More robust response parser
|
||||||
|
|
||||||
|
## ArduinoHttpClient 0.1.0 - 2016.07.05
|
||||||
|
|
||||||
|
* Initial release
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name=ArduinoHttpClient
|
name=ArduinoHttpClient
|
||||||
version=0.1.1
|
version=0.2.0
|
||||||
author=Arduino
|
author=Arduino
|
||||||
maintainer=Arduino <info@arduino.cc>
|
maintainer=Arduino <info@arduino.cc>
|
||||||
sentence=[EXPERIMENTAL] Easily interact with web servers from Arduino, using HTTP and WebSocket's.
|
sentence=[EXPERIMENTAL] Easily interact with web servers from Arduino, using HTTP and WebSocket's.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user