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
2020-09-22release 1.9.0 docs1.9.0Thijs Schreijer
2020-09-22release 1.9.0Thijs 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-09-02chore(docs) Use relative links for local MD files (#341)Caleb Maclennan
2020-08-30chore(*) move repo to lunarmodules org (#340)Thijs Schreijer
2020-08-24chore(ci) add CI support for Lua 5.4 (#337)Thijs Schreijer
2020-08-23chore(docs) some minor doc updatesThijs Schreijer
2020-08-05release 1.8.0 docs1.8.0Thijs
2020-08-05release 1.8.0Thijs
2020-08-05docs(*) fix rendering issuesThijs
2020-08-05chore(ci) enable Windows coverall stats (#281)Thijs Schreijer
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-04chore(path) refactor tests and add docs to path moduleThijs
2020-08-01fix(strict) minor fixes to strict module (#330)Thijs Schreijer
2020-07-31fix(*) openresty coroutinesThijs
2020-07-31chore(*) add .editorconfig fileThijs
2020-07-31chore(changelog) update changelogThijs
2020-07-31fix(path) path.package_path improved error messagesThijs
2020-07-31fix(compat) Lua 5.1 package.search_path implementationThijs
2020-07-30chore(ci) do not use newproxy, deprecated after Lua 5.1Thijs
2020-07-30chore(pretty) added docs on 'write' for alternativesThijs
2020-07-30chore(types) adds tests and additional changelog entryThijs
2020-07-30docs(stringx) updated docs for stringx, mainly examples added (#327)Thijs Schreijer
2020-07-30feat(stringx) count option for overlap (#326)Thijs Schreijer
2020-07-29fix(stringx) rfind skipped the whole substring when looking at the next result.spacewander
2020-07-29feat(pretty) add a debug function to quickly dump some valuesThijs Schreijer
2020-07-29chore(*) additional tests and docs for tablex moduleThijs
2020-07-29chore(style) indentsThijs
2020-07-29pl.pretty: fix table write with symbol as key (#319)BuBuaBu
2020-07-29chore(comment) update description workaround Windows exitcodes (#324)Thijs Schreijer
2020-07-28do not run luacheck or luacov on Lua 5.4Thijs
2020-07-28fix(tests) fix tests failing on Lua 5.4Thijs
2020-07-28chore(ci) add Lua 5.4 to the matrixThijs
2020-02-02fix(tests) do not require luacov if not specifiedThijs Schreijer
2019-11-01pl.config: use consistent variabilizeCarlo Landmeter
2019-10-15typoTsT
2019-10-15chore(docs) update release instructionsThijs Schreijer
2019-10-14release 1.7.0 docs1.7.0Thijs Schreijer
2019-10-14release 1.7.0Thijs Schreijer
2019-10-14added a rockspecs folderThijs 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-14feat(pretty) force ordered output in pretty.write (#293)Håkan Thörngren
2019-05-07missing assert_stringTsT
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
2019-01-07fix(map) setdefault will now honor a 'false' valueThijs Schreijer