Skip to content

Commit

Permalink
Version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin COMBRIAT committed Aug 29, 2018
1 parent 3a1cff1 commit e35f4e5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## [Unreleased]

## [0.4.0] - 2018-08-29

### Added

- New `int` decoder

### Changed

- `decodeString` and `decodeValue` both support partial application out of the box
- Messages and types on errors improved

### Fixed

- Errors
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-json-decode",
"version": "0.3.0",
"version": "0.4.0",
"description": "A library ensuring type safety when decoding JSON data inspired by Elm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit e35f4e5

Please sign in to comment.