Skip to content

Releases: anthonyjoeseph/spectacles-ts

1.0.7

07 Apr 14:03
Compare
Choose a tag to compare
  • Nested sum types
  • Guard against the 'never' type when building Paths
  • Default to readonly Build objects

1.0.6

07 Apr 12:36
Compare
Choose a tag to compare

Updates all recursive types to be tail-recursive, for optimization and special treatment in TS > v.5. Besides being a compile-time performance gain, this allows us to remove the 4-operator restriction and operate on any type of any size

Uses template literals instead of tuples for pathnames, side-stepping this TS bug

Adds support for narrowing discriminated unions in pathnames

Removes support for:

0.0.8

26 Aug 12:20
Compare
Choose a tag to compare

Traversals for records sort their keys alphabetically

0.0.7

25 Aug 15:19
Compare
Choose a tag to compare

Published w/ fp-ts as a peer dependency

0.0.4

25 Aug 02:31
Compare
Choose a tag to compare

First working release

0.0.1

24 Aug 20:28
Compare
Choose a tag to compare

Initial release