Skip to content

Releases: partio-scout/kuksa-event-api-client

v5.0.1

25 Sep 20:32
Compare
Choose a tag to compare

Workaround for TS compiling the dynamic import import() into a plain require

v5.0.0

18 Sep 19:37
Compare
Choose a tag to compare

Updated the exported types of the package. The input types are now all readonly

Also fixes an issue with node-fetch, in how it's imported

Update dependencies

12 Sep 10:41
Compare
Choose a tag to compare

Updates all the dependencies, fixing some security vulnerabilities in them.

Switch superagent for node-fetch

01 Sep 21:12
v4.0.0
b577593
Compare
Choose a tag to compare

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

28 Aug 13:25
v3.0.0
6172692
Compare
Choose a tag to compare

This might break if my available test data doesn't cover all cases where a value can be nullable.

v2.4.3

25 Aug 16:39
v2.4.3
9057e4f
Compare
Choose a tag to compare
2.4.3

2.4.0

18 Jun 18:32
v2.4.0
188f03f
Compare
Choose a tag to compare

Add participationId to participants

2.3.1

06 Jun 18:13
Compare
Choose a tag to compare

Add documentation for proxy server usage.

2.3.0

06 Jun 18:10
Compare
Choose a tag to compare

Add support for HTTP(S)/SOCKS proxies

v2.2.3

06 Jul 22:14
Compare
Choose a tag to compare

Fix bug that caused null billed/paid dates to be mapped to unix epoch.