From c6f1616ae1a8bdb226638944464f9a7088c6b3f7 Mon Sep 17 00:00:00 2001 From: Pavan Rikhi Date: Mon, 9 Jan 2017 01:32:35 -0500 Subject: [PATCH] Release v5.0.1 - andMap Example & TCO of takeWhile This is a path release, fixing the example for `andMap` and using tail-call optimization in `takeWhile` to prevent stack overflows. --- elm-package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm-package.json b/elm-package.json index 0294e57..c08d156 100644 --- a/elm-package.json +++ b/elm-package.json @@ -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",