partial.lenses
Advanced tools
Changelog
14.2.1
Fixed L.query
, L.findWith
, and L.orElse
(and other optics using L.orElse
underneath including e.g. L.choice
and L.choices
) to pass the outer index to
the optics passed as parameters.
Changelog
14.2.0
Previously L.uriComponent
only allowed strings to be encoded through it. Now
it also allows booleans and numbers similarly to e.g. Node's
Query String module. Because this
behavior was not previously documented or tested earlier, the change is
considered a bug fix.