Skip to content

Releases: srenauld/loriot-sdk

Minor changes - gateway events

26 Oct 23:54
4d2dc26
Compare
Choose a tag to compare

A small addition to the methods on the data object, allowing users to catch-all gateway events.

I also clarified the related example a bit on the readme.

v1.0.2 - ES2015 transpiling as default

08 Oct 19:37
3c7c060
Compare
Choose a tag to compare

This release comes with a transpiled version of the library as its default export (index.js). This default export is therefore accessible to anybody running nodeJS > 6.x, as defined in the transpiler config.

Users wishing to use the ES7-featured library directly (and transpile on their own, if needed) can import src/index.js instead.

v1.0.1 release

07 Oct 10:19
5a820d1
Compare
Choose a tag to compare

This release contains a stable LORIOT connector for both websocket & REST APIs available on all backoffices.