UNPKG

jscent

Version:

Node.js client to interact with the Centrifugo HTTP API

26 lines (15 loc) 574 B
0.2.1 ===== * Added `strictSSL` to config options - see [#10](https://github.com/centrifugal/jscent/pull/10) 0.2.0 ===== * fixed deprecated usage of node-uuid in request dep, thanks @skarbovskiy. Details in [#9](https://github.com/centrifugal/jscent/pull/9) 0.1.2 ===== * add `strictSSL` option. When `false` it disables SSL certificate check. See more info in README of [request](https://github.com/request/request) library we use internally. 0.1.1 ===== * fix `url is not defined` error: https://github.com/centrifugal/jscent/issues/1 0.1.0 ===== First release.