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
The new `IsNever` only works with 3.5, so all older versions need to be
dropped. This will bump the major version of `simplytyped` to avoid any
breaking changes.
I think it is worth it to drop older versions of the language to keep
this package from rotting too severely, as long as we are careful with
updating the major version whenever we change the supported TS versions.
BREAKING CHANGE: no longer supporting typescript < 3.5
0 commit comments