Skip to content

Releases: eskimor/purescript-bridge

Optional lens generation

28 May 11:48
v0.13.0.0
Compare
Choose a tag to compare

Breaking changes

Some "internal" functions now take an additional Settings parameter, but as
they are exported and potentially used by people, this has to be considered
being a breaking change. If all you used was writePSTypes, you should be
fine though.

New features:

Optics generation is now optional

Thanks to @CarstenKoenig!
Just use writePSTypesWith noLenses ...

Bug fixes:

purescript-prim package is no longer shown as package to install.

This package no longer exists. Thanks to @CarstenKoenig for this!

Lens & Prism Generator

14 Jan 23:25
v0.9.0.0
Compare
Choose a tag to compare

Thanks to @Boothead purescript-bridge now generates lenses and prisms for your translated datatypes!

v0.6.0.2

23 Jul 10:49
v0.6.0.2
Compare
Choose a tag to compare

Bug fix + switch to purescript-argonaut-generic-codecs

  • Imports are now correctly added also for types only used as type parameters
  • Fixed docs to point purescript-argonaut-generic-codecs