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.