Skip to content

Release 0.4.1

Compare
Choose a tag to compare
@werererer werererer released this 29 Jan 19:33
· 151 commits to master since this release
8e14dcf

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.