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

Commit

Permalink
version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Jun 6, 2019
1 parent e0a78e0 commit 461c805
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 172 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

> **Tags:**
>
> - [New Feature]
> - [Bug Fix]
> - [Breaking Change]
Expand All @@ -12,12 +13,18 @@
**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.

# v0.4.0

- **Breaking Change**
- upgrade to babel 7, fix #174 (@minedeljkovic)

# v0.3.27

- **New Feature**
- add support for `$Values` (@jeantimex)

# v0.3.26

- **Experimental**
- Add support for object type spread, fix #169 (@voldern)

Expand All @@ -39,6 +46,7 @@
# v0.3.22

- **Bug Fix**

- arguments object and arrow functions don't play well together, fix #144 (@gcanti)

- **Bug Fix**
Expand Down Expand Up @@ -193,11 +201,10 @@
## v0.2.0

- **Breaking Change**
- upgrade to babel ^6.0.0 https://github.com/gcanti/babel-plugin-tcomb/pull/12 (thanks @ctrlplusb)
- support for default values https://github.com/gcanti/babel-plugin-tcomb/pull/15
- upgrade to babel ^6.0.0 https://github.com/gcanti/babel-plugin-tcomb/pull/12 (thanks @ctrlplusb)
- support for default values https://github.com/gcanti/babel-plugin-tcomb/pull/15

## v0.1.4 (babel ^5.0.0)

- **New Feature**
- support for default values

- support for default values
Loading

0 comments on commit 461c805

Please sign in to comment.