- Initial public release
- Various small improvements, thanks to luacheck.
- Test coverage stats, thanks to luacov, luacov-coveralls, and coveralls.
- 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.
- 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.
- Clean up tests.
- Change the name of
spliterator
toeach
. The new name is less silly and hopefully clearer. NB: For the moment,spliterator
is still provided as an alias toeach
. However, in the next major version release (i.e., 4.0.0-1),spliterator
will be removed. Please start switching any code that usesspliterator
toeach
. - Add
first_and_rest
, a string equivalent to a function that splits a list into its head and tail.
- Fix a few typos and copyright dates
- Fix the string returned by
version()
.
- Updated to test against Lua 5.3.3
- 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?
---
(c) 2012-2023 Peter Aronoff. BSD 3-Clause license; see LICENSE.md for details.