Releases: eskimor/purescript-bridge
Releases · eskimor/purescript-bridge
Optional lens generation
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
Thanks to @Boothead purescript-bridge now generates lenses and prisms for your translated datatypes!