Skip to content

Commit

Permalink
Release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kondi committed Mar 19, 2019
1 parent 5b05e51 commit 0f5ac6d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="0.2.2"></a>

# [0.2.2](https://github.com/kondi/rxjs-grpc/compare/v0.2.1...v0.2.2) (2019-03-19)

### Code Refactoring

- Extract generic functions from index.ts to utils.ts ([3c50d39](https://github.com/kondi/rxjs-grpc/commit/3c50d39))

### Experimental

- Add experimental rawClientFactory and service codecs ([495ebfc](https://github.com/kondi/rxjs-grpc/commit/495ebfc))
- Add notes about the experimental API ([5b05e51](https://github.com/kondi/rxjs-grpc/commit/5b05e51))

<a name="0.2.1"></a>

# [0.2.1](https://github.com/kondi/rxjs-grpc/compare/v0.2.0...v0.2.1) (2019-03-13)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"main": "js/index",
"typings": "js/index",
"name": "rxjs-grpc",
"version": "0.2.1",
"version": "0.2.2",
"description": "Typesafe gRPC with RxJS in TypeScript",
"license": "MIT",
"keywords": [],
Expand Down

0 comments on commit 0f5ac6d

Please sign in to comment.