Current section

Files

Jump to
lens CHANGELOG
Raw

CHANGELOG

0.2.0
+ deflensp for easily defining private lenses
+ Lens.back for focusing after the end of a list
+ Lens.front for focusing before the beginning of a list
+ Lens.behind for focusing after an element in a list
+ Lens.before for focusing before an element in a list
+ Lens.multiple for combining many lenses
+ Lens.indices for focusing on many indices at once
0.1.1
~ Fixed typespec for Lens.at
0.1.0
+ Ability to use Lens with Access/get_in/update_in/get_and_update_in
~ Swap the order of arguments so that the Lens.t is the first argument in Lens
functions
0.0.1
~ Initial release