Releases: woutervh-/typescript-is
Releases · woutervh-/typescript-is
v0.12.3
v0.12.2
New Features
None.
Breaking Changes
None.
Bug fixes
- Fix generic types which are used more than once with different type arguments. Unit test: https://github.com/woutervh-/typescript-is/blob/4509f69871a9c18729b11d464ae12f037e8af2c5/test/case-19.ts
v0.12.1
v0.12.0
New Features
Adds functions requested in #22.
There are now four new functions:
equalscreateEqualsassertEqualscreateAssertEquals
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.