Releases: gcanti/babel-plugin-tcomb
Releases · gcanti/babel-plugin-tcomb
v0.3.25
- New Feature
- Add support for EmptyTypeAnnotation, fix #150 (@gcanti)
v0.3.23
- Bug Fix
- fix regression with de-structuring and default parameters, fix #148 (@gcanti)
v0.3.22
- Bug Fix
- arguments object and arrow functions don't play well together, fix #144 (@gcanti)
v0.3.20
- Internal
- remove
require
s from import type declarations, fix #139 (@gcanti)
- Bug Fix
- "keyword"-style args with function defaults that declare return types cause runtime errors, fix #136 (@gcanti)
v0.3.19
- Bug Fix
- return types on fat-arrow functions lose access to
this
, fix #134 (@gcanti)