Highlights
We've added a number of new utility functions:
Cmd.Extra.andThenfor composing update functionsList.Extra.appendTo,List.Extra.prependToandList.Extra.pushfor pipeline friendly ways to add to listsArray.Extra.lastas a nice one-liner to get the last element of a list.Order.Extra.nothingFirstandOrder.Extra.nothingLastto compose ordering functions overMaybe
Plus the usual slew of minor bug fixes and performance enhancements.
Details
- Add
Cmd.Extra.andThenby @Janiczek in #66 - Update packages to reduce vulnerabilities by @miniBill in #67
- More efficient
liftNby @miniBill in #69 - Update elm-review by @miniBill in #68
- Faster
Maybe.Extra.andMapby @miniBill in #72 - Simplify
List.Extra.notMemberby @miniBill in #73 - Add
Array.Extra.lastby @MartinSStewart in #74 - Inline call to
Result.mapinResult.Extra.andMapfor performance by @miniBill in #71 - Adds
List.Extra.pushandList.Extra.prependby @gampleman in #70 - Fixes
String.Extra.rightOf/String.Extra.leftOfmisbehaving with newlines by @gampleman in #75 - Adds helpers for dealing with
Maybevalues inOrder.Extraby @gampleman in #77
New Contributors
- @MartinSStewart made their first contribution in #74
Full Changelog: 2.1.0...2.2.0