1.2.0
Second stable release.
I did not carefully test this, but since it appears the library does not work as is, I'm willing to risk it.
Release notes:
+Use HTTP stream update (this was required due to external breaking interface changes in the according arduino library)
+Move credentials from main example files
+Give error messages for router errors
+Many more small improvements
Known problem/bug
One some hardware (e.g. Wemos D1) and/or http and wifiClient library versions, all 1.2.x version do not work (apparently you cannot satisfy the old and new versions at the same time). Either try using a NodeMCU (the platform I primarily test on) with latest versions of http and wifiClient, or use >1.3.0 (to be released soon). Please read the release notes of the 1.3.0 version as well - you will have to modify your code slightly!