partial.lenses
Advanced tools
Changelog
14.1.0
Previously L.uri
, L.uriComponent
, and L.json
threw an exception on invalid
inputs. Now they instead produce the error object as their result. This
behaviour was neither documented nor tested earlier, so the change is considered
a bug fix.
Changelog
4.0.0
removeAll
.Changelog
3.9.2
Although never explicitly specified in documentation, many of the operations and
combinators were curried using Ramda's curry
. Unfortunately Ramda's curry
is
very slow. From this version forward partial lenses no longer supports the
special features of Ramda's curry
like placeholders.