Releases: purescript-contrib/purescript-profunctor-lenses
Releases · purescript-contrib/purescript-profunctor-lenses
v0.5.1
Export itraverseOf
and element
(@zrho)
v0.5.0
Convert functions to Forget
, including to
(@zrho)
v0.4.2
Add IndexedTraversal
and friends (@zrho)
v0.4.0
- Add
zoom
and MonadState
combinators.
- Add
Re
profunctor to turn around isos into isos, lenses into reviews, etc.
By @zrho
v0.3.4
Reexport first
, second
, left
and right
.
v0.3.2
- Added isomorphisms for
Product
/Tuple
and Coproduct
/Either
- Added lenses and prisms for
Product
and Coproduct
- Split up the existing common predefined lenses and prisms so they can be imported individually by type
- Added more re-exports throughout