1.1.0
Added support for Kuzzle v0.7.1:
- added multi-indexes support
- implemented the new
type
argument for thekuzzle.listCollections
method ⚠️ breaking change:kuzzle.connect
does not accept a callback argument anymore. When using theconnect: manual
option, either use the constructor callback (called byconnect
once a connection has been established), or add a listener to theconnected
event