Skip to content

2.8.0

Choose a tag to compare

@james-pre james-pre released this 26 Feb 23:31
· 33 commits to main since this release
v2.8.0
e0467e2
  • Changed Split to correctly handle unions of strings as the delimiter (e.g. '-' | '_')
  • Added NonEmptyString type
  • Renamed Filter to FilterOut to resolve confusion
  • Added actual Filter type
  • Added Some, Every, and FromKeyed array types
  • Added FlattenKeys type
  • Changed GetByString to be more robust
  • Changed type math tests to be less precise because of TS depth limits
  • Enabled isolatedModules