Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stevedonovan/Penlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2022-02-13fix(utils.enum) don't allow varargs with nilsThijs Schreijer
2022-02-13feat(utils) add 'kpairs' iteratorThijs Schreijer
2022-02-13feat(utils) enum to accept hash tables as wellThijs Schreijer
2022-01-10chore(xml) add some more testsThijs Schreijer
2022-01-10chore(docs) update xml moduleThijs Schreijer
2022-01-10deprecate(text) deprecate the 'pl.text' moduleThijs Schreijer
2022-01-10feat(stringx) add the functions from `pl.text`Thijs Schreijer
2022-01-06feat(utils) added 'utils.enum' function to create enumsThijs Schreijer
2022-01-05fix(stringx) expandtabs failed on Lua 5.3+Thijs
2022-01-05chore(test) move stringx tests over to bustedThijs Schreijer
2022-01-05feat(text) wrap/fill can break long words, honours widthThijs Schreijer
2022-01-05fix(text) fixed text.wrap (mono-letter, accents, tests)Sygmei
2022-01-03fix(test) text-tests, describe blocksThijs Schreijer
2022-01-03fix(text) dedent now handles declining indents and empty linesThijs Schreijer
2022-01-01chore(tests) migrate `pl.text` tests to bustedThijs Schreijer
2021-09-01feat(utils) add npairs nil-safe numeric iteratorThijs Schreijer
2021-04-27chore(array2d) overhaul of module and tests (#377)Thijs Schreijer
2021-01-31fix(permute) make order logical (#374)Thijs Schreijer
2021-01-07feat(compat) add a 5.4 compatible "warn" function (#366)Thijs Schreijer
2020-10-13feat: deprecation warningsThijs Schreijer
2020-10-09feat(permute) add permutations of values besides orderThijs Schreijer
2020-10-09change(permute) rename function to include typeThijs Schreijer
2020-10-09chore(permute) move tests to bustedThijs Schreijer
2020-10-09test: Port Date format tests to BustedCaleb Maclennan
2020-10-09test: Port Set test to BustedCaleb Maclennan
2020-10-09test: Port pretty number format test to BustedCaleb Maclennan
2020-10-09test: Port MultiMap test to BustedCaleb Maclennan
2020-10-09test: Port app platform detection to BustedCaleb Maclennan
2020-10-09test: Port test for app invocation info to BustedCaleb Maclennan
2020-10-09test: Port text template test to BustedCaleb Maclennan
2020-10-09test: Port date serialization test to BustedCaleb Maclennan