Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ilias committed Jun 3, 2017
1 parent ffd07ae commit cd64c94
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
### 2.1.1
### 2.2.0

**Additions:**
- `parseInt` and `parseFloat` for weird api's that return numbers as strings
- `doubleEncoded` for a more generic _json as a string in json_ issues

**Fixes:**
- `optionalField` decodes the field, rather than the surrounding object now.

**Other Stuff:**
- Code Style conforms to elm-format@exp
Expand Down
2 changes: 1 addition & 1 deletion elm-package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.0",
"version": "2.2.0",
"summary": "Convenience functions for working with Json",
"repository": "https://github.com/elm-community/json-extra.git",
"license": "MIT",
Expand Down

0 comments on commit cd64c94

Please sign in to comment.