Releases: partio-scout/kuksa-event-api-client
Releases · partio-scout/kuksa-event-api-client
v5.0.1
v5.0.0
Update dependencies
Updates all the dependencies, fixing some security vulnerabilities in them.
Switch superagent for node-fetch
Removes some dependencies.
This is breaking since also the custom promise type was removed in favor of the default one, which uncovered some problems with the custom promise type. One of the event api types was typed as a single object when it was supposed to be an array (it was always returned as an array at runtime)
Add validation for data incoming from the kuksa api
This might break if my available test data doesn't cover all cases where a value can be nullable.
v2.4.3
2.4.0
2.3.1
Add documentation for proxy server usage.
2.3.0
Add support for HTTP(S)/SOCKS proxies
v2.2.3
Fix bug that caused null billed/paid dates to be mapped to unix epoch.