Skip to content

Releases: vultuk/node-tide

v0.3.0

06 Aug 19:08
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

A full collection of error messages has been added to throw error messages
in sync with the tide API. These are all appropriately typed so it is easy
to find out which error has been thrown and handle it appropriately.

v0.2.0

05 Aug 23:24
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

To aid tests which need to be added I have refactored the whole project to allow
the service class to be injected instead of extended. This has not changed any
general useage of the module only the internal workings.

Docblocs have been added to all code for ease of understanding.

v0.1.1

04 Aug 22:38
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release
Updated .npmignore file

v0.0.1

20 Jul 22:17
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Initial commit of the module with Services, Transformers and Types
implemented ready for Auth and actual connections to be created.