File tree Expand file tree Collapse file tree 1 file changed +3
-22
lines changed Expand file tree Collapse file tree 1 file changed +3
-22
lines changed Original file line number Diff line number Diff line change 1- # RavenDB client for Node.js
1+ # RavenDB Client for Node.js
22
33[ ![ NPM] ( https://nodei.co/npm/ravendb.png?compact=true )] ( https://nodei.co/npm/ravendb/ )
44
55[ ![ build status] ( https://travis-ci.org/ravendb/ravendb-nodejs-client.svg?branch=v4.0 )] ( https://travis-ci.org/ravendb/ravendb-nodejs-client ) [ ![ Known Vulnerabilities] ( https://snyk.io/test/github/ravendb/ravendb-nodejs-client/badge.svg )] ( https://snyk.io/test/github/ravendb/ravendb-nodejs-client )
66
7- ## Changelog
8-
9- ### 4.0.4 - 2018-10-18
10- - added support for [ Subscriptions] ( #subscriptions )
11- - added support for storing timezone info and dates in UTC
12- - enhanced load and bulk insert performance
13- - other bug fixes
14-
15- ### 4.0.3 - 2018-10-01
16- Added support for the following features:
17- - [ Streaming] ( #streaming )
18- - More like this
19- - [ Suggestions] ( #suggestions )
20- - [ Revisions] ( #revisions )
21- - [ Advanced patching] ( #advanced-patching )
22-
23- ### 4.0.2 - 2018-09-14
24- Added support for the following features:
25- - [ Attachments] ( #attachments )
26- - [ Bulk Insert] ( #bulk-insert )
27- - [ Changes API] ( #changes-api )
287
298## Installation
309
3110``` bash
3211npm install --save ravendb
3312```
3413
14+ ## Releases and Changelog - [ click here] ( https://github.com/ravendb/ravendb-nodejs-client/releases )
15+
3516## Getting started
3617
37181 . Require ` DocumentStore ` class from package
You can’t perform that action at this time.
0 commit comments