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

Releases: gcanti/tcomb

v3.2.18

02 Mar 13:14
Compare
Choose a tag to compare
  • Bug Fix
    • fix define in typescript definition (@gcanti)

v3.2.17

20 Feb 18:17
Compare
Choose a tag to compare
  • Bug Fix
    • add missing t.Integer to typescript definition (@gcanti)

v3.2.16

24 Dec 17:42
Compare
Choose a tag to compare
  • Bug Fix
    • strict structs with additional methods should not throw on updating, fix #267 (@gcanti)

v3.2.15

26 Sep 13:19
Compare
Choose a tag to compare
  • New Feature
    • Added support for overwriting defaultProps in t.struct.extend, fix #257 (@tehnomaag)

v3.2.14

24 Sep 17:21
Compare
Choose a tag to compare
  • Bug Fix
    • replace instanceof Array with Array.isArray, fix #255 (@ewnd9)

v3.2.13

30 Aug 12:59
Compare
Choose a tag to compare
  • Bug Fix
    • fromJSON: typecasting of values inside t.intersection, fix #250 (@gcanti)

v3.2.12

17 Aug 13:27
Compare
Choose a tag to compare
  • Bug Fix
    • now interface doesn't filter additional props when props contain a struct, fix #245 (@gcanti)

3.2.11

16 Aug 13:52
Compare
Choose a tag to compare
  • Bug Fix
    • allow declare'd unions with custom dispatch, fix #242 (@gcanti)

3.2.10

10 Aug 06:06
Compare
Choose a tag to compare
  • Bug Fix
    • handle nully values in interface is function (@gcanti)

3.2.9

30 Jul 10:30
Compare
Choose a tag to compare
  • New Feature
  • Internal
    • change shallow copy in order to improve perfs (@gcanti)