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

Releases: gcanti/babel-plugin-tcomb

v0.4.0

06 Jun 08:33
Compare
Choose a tag to compare

v0.3.27

04 Jul 16:26
Compare
Choose a tag to compare
  • New Feature

v0.3.26

11 Jun 15:30
Compare
Choose a tag to compare
  • Experimental

v0.3.25

15 Mar 07:15
Compare
Choose a tag to compare
  • New Feature
    • Add support for EmptyTypeAnnotation, fix #150 (@gcanti)

v0.3.24

28 Nov 12:41
Compare
Choose a tag to compare
  • New Feature

v0.3.23

21 Nov 10:48
Compare
Choose a tag to compare
  • Bug Fix
    • fix regression with de-structuring and default parameters, fix #148 (@gcanti)

v0.3.22

02 Nov 11:52
Compare
Choose a tag to compare
  • Bug Fix
    • arguments object and arrow functions don't play well together, fix #144 (@gcanti)

v0.3.21

26 Oct 05:14
Compare
Choose a tag to compare
  • Bug Fix
    • Assertions on object destructuring, fix #141 (@gcanti)

v0.3.20

25 Oct 07:04
Compare
Choose a tag to compare
  • Internal
    • remove requires 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

13 Oct 13:31
Compare
Choose a tag to compare
  • Bug Fix
    • return types on fat-arrow functions lose access to this, fix #134 (@gcanti)