Changelog for microlens-0.4.4.1
0.4.4.1
- Pointed to microlens-platform in the synopsis.
0.4.4.0
- Added
mapAccumLOf.
0.4.3.0
- Added
?~.
0.4.2.1
- Added forgotten copyright/authorship information.
0.4.2.0
- Added
singular.
0.4.1.0
- Added
strictandlazy.
0.4.0.1
- Fixed a bug that wasn't letting the package compile with GHC 8.0 (see issue #63).
0.4.0.0
- Added
folding. - Renamed
GetterandFoldtoSimpleGetterandSimpleFoldand put them intoLens.Micro. GenuineGetterandFoldare available in microlens-contra. - Replaced
Applicative (Const r)constraints withMonoid rbecause it's the same thing but easier to understand.
0.3.5.1
- Backported the fix for the bug that wasn't letting the package compile with GHC 8.0 (see issue #63).
0.3.5.0
- Added
Lens.Micro.Extraswithview,preview,Getter, andFold. Now you no longer need microlens-mtl if the only thing you need from it isview.
0.3.4.1
- Changed the description of the package from “A tiny part of the lens library which you can depend upon” to “A tiny part of the lens library with no dependencies” because the previous one was ambiguous (I admit I kinda liked that ambiguity, tho).
0.3.4.0
- Added
non.
0.3.3.0
- Added
filtered. - Added Safe Haskell pragmas.
0.3.2.0
- Added
toListOfback. - Added
to.
0.3.1.0
- Added
LensLikeandLensLike'. - Added
failing.
0.3.0.0
- Moved
Lens.Micro.ClassesintoLens.Micro.Internal. - Added
<%~,<<%~,<<.~. - Added
_head,_tail,_init,_last.
0.2.0.0
- Removed
toListOf. - Removed
+~,-~,*~,//~and theLens.Micro.Extrasmodule.
0.1.5.0
- Added
ixandat. - Added
traversed. - Moved some things into
Lens.Micro.Internal. - Bumped base version.
0.1.3.0
- Moved some things into
Lens.Micro.TypeandLens.Micro.Classes. EachandField*aren't exported byLens.Micronow.
0.1.2.0
- Added
each.
0.1.1.0
- Added
ASetter', which is useful because we can't provide realSetterandSetter'.
0.1.0.0
First release.