All notable changes to this project will be documented in this file.
The format is based on the Keep a Changelog post.
- #17 BREAKING:
setRno longer reverses the list that it is setting in the pivot. For an immediate fix, replacesetRwith(List.reverse >> setR).
toListas alias forgetA.
- #13 Performance:
has*,getA(toList),length*optimized.
Updated to Elm 0.19!
- #10
indexRelative. appendListLandappendListR.
- #10
zipreplaced byindexAbsolute. - #11 Left side is considered starting from the center in mapping using one of the
mapL_and similar methods (now namedmapWholeL). This improves performance as internally this saves on a couple ofList.reverses. To retain same functionality as before, simply useList.reverse >> f >> List.reversein place offas what is mapped over the left side. - In all methods
addreplaced byappend. - In all methods
map*_replaced bymapWhole*. goByreplaced bygoRelativeandgoToreplaced bygoAbsolute.
Changlog started.