Skip to content

Releases: woutervh-/typescript-is

v0.12.3

27 Aug 08:33

Choose a tag to compare

New Features

  • Added some logic to attempt to detect classes better, especially those declared with a variable declaration and an interface with constructor signatures, such as Date and RegExp. Related: #31.

Breaking Changes

None.

Bug fixes

None.

v0.12.2

12 Jun 13:20

Choose a tag to compare

New Features

None.

Breaking Changes

None.

Bug fixes

v0.12.1

04 Jun 20:15

Choose a tag to compare

New Features

  • Adds feature requested in #27. The ignoreMethods option now also ignores function properties.

Breaking Changes

None.

Bug fixes

None.

v0.12.0

15 May 20:37

Choose a tag to compare

New Features

Adds functions requested in #22.

There are now four new functions:

  • equals
  • createEquals
  • assertEquals
  • createAssertEquals

They allow you to overwrite the disallowSuperfluousObjectProperties configuration property at the function call site. They behave like is, createIs, assertType and createAssertType respectively, but with superfluous properties being disallowed.

Breaking Changes

None.

Bug fixes

None.