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
2
2
3
3
[ ![ NPM] ( https://nodei.co/npm/ravendb.png?compact=true )] ( https://nodei.co/npm/ravendb/ )
4
4
5
5
[ ![ 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 )
6
6
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 )
28
7
29
8
## Installation
30
9
31
10
``` bash
32
11
npm install --save ravendb
33
12
```
34
13
14
+ ## Releases and Changelog - [ click here] ( https://github.com/ravendb/ravendb-nodejs-client/releases )
15
+
35
16
## Getting started
36
17
37
18
1 . Require ` DocumentStore ` class from package
You can’t perform that action at this time.
0 commit comments