Releases: gcanti/monocle-ts
Releases · gcanti/monocle-ts
2.3.2
- Experimental
At
Ix
Lens
Prism
Optional
2.3.1
- Experimental
- Internal
- implement old APIs through new APIs (@gcanti)
2.2.0
- New Feature
At
Index
- add
ReadonlyArray
module (@gcanti)
- add
ReadonlyNonEmptyArray
module (@gcanti)
- add
ReadonlyRecord
module (@gcanti)
2.1.0
- New Feature
- Bug Fix
- handle nullable values in
fromNullableProp
, fix #106 (@gcanti)
2.0.0
- Breaking Change
- upgrade to
fp-ts@2.x
(@gcanti)
- remove deprecated APIs (@gcanti)
- uncurried
Lens.fromProp
- uncurried
Lens.fromProps
- uncurried
Lens.fromNullableProp
- uncurried
Optional.fromNullableProp
- uncurried
Optional.fromOptionProp
- remove
At/StrMap
(@gcanti)
- remove
Index/StrMap
(@gcanti)
2.0.0-rc.1
upgrade to fp-ts@2.0.0-rc.6
1.7.2
output ES modules to better support tree-shaking (@gcanti)
1.7.1
- Polish
- move
fp-ts
to peerDependencies (@gcanti)