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
AgeCommit message (Expand)Author
2022-07-22release 1.13.1Thijs Schreijer
2022-07-22release 1.13.0Thijs Schreijer
2022-07-22fix(compat) use rawget to bypass "strict" checkers (#437)Thijs Schreijer
2022-07-22fix(path) ensure win paths like "c:\\" are directories (#436)Thijs Schreijer
2022-07-21fix(lapp) support positional args with numbers (#428)nathanrpage97
2022-07-21fix(lapp) add file name to arg table when using the default value (#427)nathanrpage97
2022-07-21fix(pretty) error in pl.pretty table sort function (#430)Stéphane Veyret
2022-07-21fix(app) require_here follow symlink'd main module (#423)Nathaniel Wesley Filardo
2022-07-21fix(xml) fix xml.parse() with filename (#431)Christian Walther
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-15fix(compat): make compat.warn compatible with OpenResty's global scope protec...Piotr Przybylski
2022-01-10release 1.12.0Thijs Schreijer
2022-01-10deprecate(xml) deprecate the 'pl.xml' moduleThijs 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-06feat(utils) added 'utils.enum' function to create enumsThijs Schreijer
2022-01-05fix(pl) import_into using the previous environment's __newindex if setarichard
2022-01-05fix(stringx) expandtabs failed on Lua 5.3+Thijs
2022-01-05feat(text) wrap/fill can break long words, honours widthThijs Schreijer
2022-01-05fix(lapp) enable lapp to have lua-patterns in enumsnathanrpage97
2022-01-05feat(array2d) Automatically parse_range for string index (#404)kalekje
2022-01-05fix(dir) Added default "." for dir and start_path (#405)kalekje
2022-01-03fix(text) dedent now handles declining indents and empty linesThijs Schreijer
2021-12-18fix(xml) xml.maptags hangs on text nodes (#396)Thijs Schreijer
2021-09-01feat(utils) add npairs nil-safe numeric iteratorThijs Schreijer
2021-08-18release 1.11.0Thijs Schreijer
2021-08-18feat(deprecate) make stacktrace optionalThijs Schreijer
2021-06-11fix(path) currentdir does not accept parameterswangqr
2021-05-18fix(stringx) strip using wrong index if # > 200Thijs Schreijer
2021-04-27release 1.10.0Thijs Schreijer
2021-04-27chore(array2d) overhaul of module and tests (#377)Thijs Schreijer
2021-01-31fix(path) makepath would fail to create a top-level dirThijs Schreijer
2021-01-31fix(app) parse values that contain = or :Thijs Schreijer
2021-01-07fix(pretty) do not fail on erroring metamethods (#369)Thijs Schreijer
2021-01-07chore(readme) add versioning policy to the readme (#368)Thijs Schreijer
2021-01-07chore(Date) deprecate the Date module/class (#367)Thijs Schreijer
2021-01-07feat(compat) add a 5.4 compatible "warn" function (#366)Thijs Schreijer
2021-01-06fix(dir.rmtree) remove symlinks without followingThijs Schreijer
2021-01-06fix changelog bad version numberThijs Schreijer
2020-10-13feat: deprecation warningsThijs Schreijer
2020-10-09feat(permute) add permutations of values besides orderThijs Schreijer
2020-09-27release 1.9.2Thijs Schreijer
2020-09-27pl.dir: convert dir.walk from coroutines to iterators, take 2 (#350)Hisham Muhammad
2020-09-25release 1.9.11.9.1Thijs Schreijer
2020-09-24release 1.8.1 (after dropping faulty 1.9.0)Thijs Schreijer
2020-09-22fix(compat) OpenResty implementation of coroutine.wrap (#342)Thijs Schreijer
2020-09-22Allow inheritance of _init from more than one level up (#289)mcclure