lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


List,

Happy to announce a new release of Penlight, a general purpose utility
library.

This release is mostly a bug-fix release, with some minor additions:

* feat: app.require_here now follows symlink'd main modules to their
  directory #423
* feat: utils.enum now accepts hash tables, to enable better error
  handling #413
* feat: utils.kpairs new iterator over all non-integer keys (inverse
  of ‘pairs’) #413

Full change log can be found on in CHANGELOG.md[2].


As usual installation is easiest using LuaRocks, the source repo is under
the LunarModules organization at Github[1].


This release was possible due to contributions from Christian Walther,
Nathaniel Wesley Filardo, Stéphane Veyret, Piotr Przybylski,
@nathanrpage97, and Thijs Schreijer.

If there are any issues, please let us know.

Enjoy.

Penlight Team.

[1]: https://github.com/lunarmodules/Penlight
[2]: https://github.com/lunarmodules/Penlight/blob/master/CHANGELOG.md