Skip to content

Commit

Permalink
Release v5.0.1 - andMap Example & TCO of takeWhile
Browse files Browse the repository at this point in the history
This is a path release, fixing the example for `andMap` and using
tail-call optimization in `takeWhile` to prevent stack overflows.
  • Loading branch information
prikhi committed Jan 9, 2017
1 parent 8cacaf7 commit c6f1616
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": "5.0.0",
"version": "5.0.1",
"summary": "Convenience functions for working with List",
"repository": "https://github.com/elm-community/list-extra.git",
"license": "MIT",
Expand Down

0 comments on commit c6f1616

Please sign in to comment.