Skip to content

Releases: azu/jsdoc-to-assert

2.8.0

Choose a tag to compare

@azu azu released this 18 Jan 10:54

Features

  • tag: Generate assertion for Object Type Application (#17) (1a0625b)

2.7.1

Choose a tag to compare

@azu azu released this 19 Dec 12:41

Bug Fixes

  • tag: fix Syntax error in generated assertion for @param {function} (#13) (cf8e3b4), closes #11

2.7.0

Choose a tag to compare

@azu azu released this 19 Dec 09:30

Features

  • tag: add check for RecordType-self (6c474a3)

2.6.2

Choose a tag to compare

@azu azu released this 19 Dec 09:13

Bug Fixes

  • tag: fix handling of unknown Record Type. (#10)

2.6.1

Choose a tag to compare

@azu azu released this 18 Nov 15:01
2.6.1

2.6.0

Choose a tag to compare

@azu azu released this 16 Nov 12:10

Features

  • tag: support Symbol.hasInstance (#6) (3bba0a9)

2.5.3

Choose a tag to compare

@azu azu released this 07 Sep 11:12

Bug Fixes

  • Expression: should ignore Object.Property type like @param {My.Type} arg (#5) (4d89452), closes #4

2.5.2

Choose a tag to compare

@azu azu released this 28 Aug 14:57

Bug Fixes

  • generator: use Object.assign to merge object (7889dc4)

2.5.1

Choose a tag to compare

@azu azu released this 28 Aug 14:52

Bug Fixes

  • generator: pass node that filled with name (5162c1d)

Features

2.5.0

Choose a tag to compare

@azu azu released this 28 Aug 11:00

Features

  • src: support TypeApplication like Array.<string> (ee9a94a)