Releases: moteus/lua-path
Releases · moteus/lua-path
v0.3.1: Release 0.3.1
v0.3.0: Release 0.3.0
* Add. dot notation to path object * Fix. make nested dir when do recursive copy * Fix. return correct object from win32.fs.dir in case of error
v0.2.4: Release 0.2.4
* Fix. typos in function names (normolize->normalize) * Update examples.
v0.2.3: Release 0.2.3
* Fix. path.split is synonym for `path.splitpath` * Add. Support Lua 5.3.0
v0.2.2: Release 0.2.2
* Fix. use/create incorrect global variables * Fix. path iterator does not raise error on non existing paths
v0.2.1: Release 0.2.1
* Add. `path.fs` supports `syscall.lfs` module. * Add. Impruve `path.fs` interface compatibility with `lfs` interface.
v0.2.0: Release 0.2.0
* Add. `path.fs` module * Change. `path.splitext(".password")` returns `.password` as file name instead of extension * Fix. `path.join` works with absolute paths * Add. `path.splitdrive` function * Update documentation