| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2022-01-29 | 387 Bytes | |
| Release 0.4.1 source code.tar.gz | 2022-01-29 | 4.7 MB | |
| Release 0.4.1 source code.zip | 2022-01-29 | 4.7 MB | |
| Totals: 3 Items | 9.4 MB | 0 | |
This release fixes some bugs that caused random crashes and added libuv.
All other features will be postponed to later releases.
Breaking changes
async_exec was removed. It was initially created to give the user a possibility to execute bash commands without having to wait. you can do that now with Action.exec("bash command", function() / callback function / end) instead.