Skip to content

Releases: skytable/client-nodejs

v0.2.0

29 Dec 07:12
ed5cd24
Compare
Choose a tag to compare
Refactor client library (#4)

* Add query impls

* Add config module

* Refactor entire client library

We make several changes including:
- A separate `Connection` object
- A special `Empty` class for empty response (to differentiate from
null values)
- Only allow query objects to be sent
- Use a buffer list for all parameters

* Fix query packet generation and update README

v0.1.2

28 Dec 06:22
2666485
Compare
Choose a tag to compare
Set 0.1.2 release