Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Commit

Permalink
bump version and update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Jan 30, 2016
1 parent ebdb29d commit 438a57e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -12,6 +12,16 @@
**Note**: Gaps between patch versions are faulty/broken releases.
**Note**: A feature tagged as Experimental is in a high state of flux, you're at risk of it changing without notice.

# v2.7.0

- **New Feature**
- `lib/fromJSON` module: generic deserialize, fix #169
- `lib/fromJSON` TypeScript definition file
- **Bug Fix**
- t.update module: $apply doesn't play well with dates and regexps, fix #172
- t.update: cannot $merge and $remove at once, fix #170 (thanks @grahamlyus)
- TypeScript: fix Exported external package typings file '...' is not a module

# v2.6.0

- **New Feature**
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "tcomb",
"version": "2.6.0",
"version": "2.7.0",
"description": "Type checking and DDD for JavaScript",
"main": "index.js",
"typings": "index.d.ts",
Expand Down

0 comments on commit 438a57e

Please sign in to comment.