You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning message in README about ts-loader with transpileOnly flag (#69 thanks to @b-zurg)
Replaced ignoreFunction flag with functionBehavior option. functionBehavior can be used to ignore functions, do a simple typeof check on functions, or throw compile-time errors.
Breaking Changes
None.
Bug fixes
Fixed bug with type aliases that have generics (#59)
Fixed bug where null would not be considered valid when used in combination with the strictNullChecks compiler option (#73)
Fixed wrong type definition of TypeGuardError (#74)
Fixed bug where parameters type checks would cause an error if they are preceded by parameters that don't have a type check (#75)
Fixed issue #67. Errors thrown by types that cannot be serialized by JSON.stringify are now caught, and the message without serialized input is returned as a fall back.