Releases: anthonyjoeseph/spectacles-ts
Releases · anthonyjoeseph/spectacles-ts
1.0.7
1.0.6
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:
- monocle
props
- monocle
filter
- narrowing rename, remove and update pathnames (hopefully can be added back in)
0.0.8
Traversals for records sort their keys alphabetically
0.0.7
Published w/ fp-ts as a peer dependency
0.0.4
First working release
0.0.1
Initial release