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
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
2020-08-30chore(*) move repo to lunarmodules org (#340)Thijs Schreijer
2020-08-05release 1.8.0Thijs
2020-08-04fix(lexer) recognize numbers without a leading 0 (#333)Thijs Schreijer
2020-08-04fix(path) path.isabs now properly reports drive+rel.pathThijs
2020-08-01fix(strict) minor fixes to strict module (#330)Thijs Schreijer
2020-07-31fix(*) openresty coroutinesThijs
2020-07-31chore(changelog) update changelogThijs
2020-07-30chore(types) adds tests and additional changelog entryThijs
2020-07-30feat(stringx) count option for overlap (#326)Thijs Schreijer
2020-07-29feat(pretty) add a debug function to quickly dump some valuesThijs Schreijer
2020-07-29pl.pretty: fix table write with symbol as key (#319)BuBuaBu
2019-10-14release 1.7.0Thijs Schreijer
2019-05-29fix(readme) added some missing links to reported issuesThijs Schreijer
2019-05-29fix(stringx) rpartition returned bad order args if not foundThijs Schreijer
2019-05-14docs(changelog) update change logThijs Schreijer
2019-05-07fix(path) return original casing instead of normalizedThijs Schreijer
2019-04-29fix(stringx) do not append empty string if hit number of matchesThijs Schreijer
2018-11-28updated pl.app docs, adding examples and testsThijs Schreijer
2018-11-27Added tests and bugfixes in types.is_empty, and types.to_boolThijs Schreijer
2018-11-27Fix Windows exit codes in compat.executeThijs Schreijer
2018-11-27increased test coverage and updated docs: compat + utilsThijs Schreijer
2018-11-23Release 1.6.01.6.0Thijs Schreijer
2018-11-22update changelog with #262 and #275Thijs Schreijer
2018-09-21Fix test.assertraise treating return value of a call as its errorPeter Melnichenko
2018-09-21Update changelog [ci skip]Peter Melnichenko
2018-09-21Fix more cases of incorrect PE evaluation orderPeter Melnichenko
2018-09-21Fix wrong precedence for binary/unary negation in PEsPeter Melnichenko
2018-09-21Add 1.5.x changes to changelogPeter Melnichenko
2018-09-21Move changelog and fix formatting/missing releases [ci skip]Peter Melnichenko