Skip to content

Commit

Permalink
5.0.0 - flip andMap args, fix isPrefixOf, isInfixOf
Browse files Browse the repository at this point in the history
This is a breaking release, but the only such change is to flip the
argument order of `andMap` to work better with |> pipes in the absence
of backticks (thanks, 0.18!).

Also fix a bug with `isPrefixOf` treating its arguments interchangably.
This cascaded into a bug with `isInfixOf`.
  • Loading branch information
mgold committed Dec 25, 2016
1 parent 4cc9dfd commit fcd9e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elm-package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.0",
"version": "5.0.0",
"summary": "Convenience functions for working with List",
"repository": "https://github.com/elm-community/list-extra.git",
"license": "MIT",
Expand Down

0 comments on commit fcd9e73

Please sign in to comment.