Skip to content

v1.0.3

Latest
Compare
Choose a tag to compare
@peter-leonov peter-leonov released this 27 Jan 23:37
· 5 commits to main since this release
  • enabled checks for never to avoid cases when a series of TS predicates narrows a type down to never which is a bug
  • added lots of comments to the generated code
  • optimized the special case when an array has only one type and it's an alias, before the fix Generator would create a no-op wrapper function, now it uses the external predicate directly
  • fixed a rare but still possible root type vs nested type collision
  • published the in-depth comparison article