Skip to content

Commit ba1823b

Browse files
committed
2.0.0
1 parent 4249fc2 commit ba1823b

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# [2.0.0](https://github.com/devex-web-frontend/remote-data-ts/compare/v0.6.0...v2.0.0) (2019-08-23)
2+
3+
4+
### Code Refactoring
5+
6+
* fp-ts@2 support added ([#34](https://github.com/devex-web-frontend/remote-data-ts/issues/34)) ([b7ad152](https://github.com/devex-web-frontend/remote-data-ts/commit/b7ad152))
7+
8+
9+
### feature
10+
11+
* classless ([#35](https://github.com/devex-web-frontend/remote-data-ts/issues/35)) ([7351a88](https://github.com/devex-web-frontend/remote-data-ts/commit/7351a88))
12+
* update RemoteDataT ([#36](https://github.com/devex-web-frontend/remote-data-ts/issues/36)) ([4249fc2](https://github.com/devex-web-frontend/remote-data-ts/commit/4249fc2))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* transformer was completely rewritten
18+
* removed classes
19+
* simplified `io-ts` codec
20+
* fp-ts and io-ts-types dependencies updated to latest stable version
21+
22+
23+
124
# [0.6.0](https://github.com/devex-web-frontend/remote-data-ts/compare/v0.5.0...v0.6.0) (2019-05-26)
225

326

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devexperts/remote-data-ts",
3-
"version": "0.6.0",
3+
"version": "2.0.0",
44
"main": "dist/index.js",
55
"typings": "dist/index.d.ts",
66
"scripts": {

0 commit comments

Comments
 (0)