Skip to content

Releases: purescript-contrib/purescript-profunctor-lenses

v0.5.1

16 Apr 17:13
Compare
Choose a tag to compare

Export itraverseOf and element (@zrho)

v0.5.0

27 Feb 19:18
Compare
Choose a tag to compare

Convert functions to Forget, including to (@zrho)

v0.4.2

28 Jan 23:26
Compare
Choose a tag to compare

Add IndexedTraversal and friends (@zrho)

v0.4.1

24 Jan 02:45
Compare
Choose a tag to compare

v0.4.0

12 Jan 17:50
Compare
Choose a tag to compare
  • Add zoom and MonadState combinators.
  • Add Re profunctor to turn around isos into isos, lenses into reviews, etc.

By @zrho

v0.3.5

20 Nov 12:22
Compare
Choose a tag to compare
  • Removed unused imports

v0.3.4

07 Nov 22:31
Compare
Choose a tag to compare

Reexport first, second, left and right.

v0.3.3

02 Nov 12:05
Compare
Choose a tag to compare
  • Removed unused imports

v0.3.2

30 Oct 02:06
Compare
Choose a tag to compare
  • 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

v0.3.1

29 Oct 23:55
Compare
Choose a tag to compare

Add At and Index (@jonsterling)