split version history
1.0.0-1 (July 16, 2015)
1.1.0-1 (July 19, 2015)
1.1.1-1 (December 5, 2015)
- Test coverage stats are now thanks to codecov.
- Latest stable Lua in the 5.3 series is 5.3.2, so we test against that now.
2.0.0-1 (March 5, 2016)
- Fix a bug when the iterator is used to explode a string. Thanks to Alexey
Melnichuk for reporting the problem.
- Change the information variables to functions. These serve the same purpose,
but don’t use variable names that Lua explicitly warns users about.
3.0.0-1 (April 24, 2016)
- Clean up tests.
- Change the name of
spliterator
to each
. The new name is less silly and
hopefully clearer. NB: For the moment, spliterator
is still provided as
an alias to each
. However, in the next major version release (i.e.,
4.0.0-1), spliterator
will be removed. Please start switching any code that
uses spliterator
to each
.
- Add
first_and_rest
, a string equivalent to a function that splits a list
into its head and tail.
3.0.1-1 (May 2, 2016)
- Fix a few typos and copyright dates
- Fix the string returned by
version()
.
3.1.0-1 (July 21, 2016)
- Updated to test against Lua 5.3.3
3.2.0-1 (February 11, 2017)
- Updated to test against Lua 5.3.4
- The repo is now housed on Github
- CI is now provided by Travis.ci
3.2.1-1 (July 19, 2018)
- Updated to test against LuaJit 2.0.5
- Updated to test against Lua 5.3.5
- Updated to recognize that it’s 2018
Would you rather view the documentation?
© 2012-2018 Peter Aronoff. BSD 3-Clause license; see the license for
details.