diff --git a/docs/index.html b/docs/index.html index 59b7c86..850bddb 100644 --- a/docs/index.html +++ b/docs/index.html @@ -79,7 +79,7 @@

Iterable

Info:

@@ -2096,7 +2096,7 @@

Returns:

generated by LDoc 1.4.6 -Last updated 2021-09-20 12:55:29 +Last updated 2021-10-06 13:17:03
diff --git a/functional-1.5-0.rockspec b/functional-1.5-1.rockspec similarity index 96% rename from functional-1.5-0.rockspec rename to functional-1.5-1.rockspec index e96ff3a..f2acfd9 100644 --- a/functional-1.5-0.rockspec +++ b/functional-1.5-1.rockspec @@ -1,8 +1,8 @@ package = "functional" -version = "1.5-0" +version = "1.5-1" source = { url = "git://github.com/wqferr/functional", - tag = "v1.5.0" + tag = "v1.5.1" } description = { diff --git a/functional.lua b/functional.lua index d6406d2..71b790a 100644 --- a/functional.lua +++ b/functional.lua @@ -32,7 +32,7 @@ --

-- @module functional -- @alias M --- @release 1.5.0 +-- @release 1.5.1 -- @author William Quelho Ferreira -- @copyright 2021 -- @license MIT @@ -49,7 +49,7 @@ local iter_meta = {} local unpack = table.unpack or unpack --- Module version. -M._VERSION = "1.5.0" +M._VERSION = "1.5.1" --- Iterate over the given iterable. --

If iterable is an array, create an Iterator instance