Skip to content

Commit a85fa55

Browse files
committed
edit readme
1 parent 873ad2b commit a85fa55

File tree

1 file changed

+3
-22
lines changed

1 file changed

+3
-22
lines changed

README.md

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,18 @@
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
3211
npm install --save ravendb
3312
```
3413

14+
## Releases and Changelog - [click here](https://github.com/ravendb/ravendb-nodejs-client/releases)
15+
3516
## Getting started
3617

3718
1. Require `DocumentStore` class from package

0 commit comments

Comments
 (0)