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!