@@ -7,18 +7,27 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v1.0.2] - 2018-01-24
11
+
10
12
### Added
11
- - Wrapper classes for certain proto classes to simplify the api and avoid repetitive
12
- serialization/deserialization code
13
- - Add ` DgraphClientStub#close ` to close the grpc client associated with ` DgraphClientStub `
14
- - Add ` DgraphClientStub#grpcClient ` to return the grpc client associated with
13
+ - Method ` DgraphClientStub#close ` to close the grpc client associated with ` DgraphClientStub `
14
+ - Method ` DgraphClientStub#grpcClient ` to return the grpc client associated with
15
15
` DgraphClientStub `
16
- - Add ` DgraphClientStub#waitForReady ` to provide a promisified version of
16
+ - Method ` DgraphClientStub#waitForReady ` to provide a promisified version of
17
17
` grpc.Client#waitForReady `
18
18
19
- ## [ 1 .0.0 ] - 2017-12 -20
19
+ ## [ v1 .0.1 ] - 2018-01 -20
20
20
21
- - Fully compatible with Dgraph v1.0
21
+ ### Added
22
+ - Wrapper classes for certain proto classes to simplify the api and avoid repetitive
23
+ serialization/deserialization code
24
+
25
+ ## [ v1.0.0] - 2017-12-20
26
+
27
+ ### Added
28
+ - Full compatibility with Dgraph v1.0.0
22
29
23
- [ Unreleased ] : https://github.com/dgraph-io/dgraph-js/compare/v1.0.0...HEAD
24
- [ 1.0.0 ] : https://github.com/dgraph-io/dgraph-js/tree/v1.0.0
30
+ [ Unreleased ] : https://github.com/dgraph-io/dgraph-js/compare/v1.0.2...HEAD
31
+ [ v1.0.2 ] : https://github.com/dgraph-io/dgraph-js/compare/v1.0.1...v1.0.2
32
+ [ v1.0.1 ] : https://github.com/dgraph-io/dgraph-js/compare/v1.0.0...v1.0.1
33
+ [ v1.0.0 ] : https://github.com/dgraph-io/dgraph-js/tree/v1.0.0
0 commit comments