Changelog for fused-effects-lens-1.1.0.0
v1.1.0.0
Introduce +=
, -=
, *=
, and //=
.
Change fixity of %=
to infix
rather than infixr
.
v1.0.0.0
Upgrade to fused-effects v1.
v0.2.0.0
- Use
microlens
for lens primitives to enable use with other lens libraries. - Add explicit
forall
s toviews
anduses
.
v0.1.0.0
Initial release.