Releases: luvit/luvi
Releases · luvit/luvi
v1.0.0
Stability is Here!
- luvi: Add bundle.action API for using objects from the zip bundle. [Tim Caswell]
- luvi: Remove auto coroutine.wrap, ub.start, and uv.stop. [Tim Caswell]
- luvi: Use proper mainpath for auto-require. [Tim Caswell]
- luvi: fix packaging, add -Wall and fix warning [Ryan Phillips]
- luv: expose O_EXLOCK constant on platforms that have it. [Tim Caswell]
- lua-openssl: Update upstream.
v0.8.1
v0.8.0
Luvi v0.8.0 Release
Add a little convention to taste.
- luvi: Add conventions to make bootstrapping for apps easier. [Tim Caswell]
- If deps/require.lua exists, auto-register it as luvit require system.
- If deps/pretty-print module exists, use it to set _G.p and _G.print.
- Run main.lua in a coroutine off the main lua "thread".
- Auto-start uv loop after starting main.lua.
- Auto-stop uv loop after main.lua finishes.
- luvi: export libuv externs for binary addons to use. [Ryan Phillips]
- luvi: Add basic packaging code using cpack. [Ryan Phillips]
v0.7.1
- luvi: Add ability to run from zips with folder at root [Tim Caswell]
- luvi: Export makeBundle as an API [Tim Caswell]
- windows: Tweak build to allow for shared libraries at runtime. [Ryan Phillips]
v0.7.0
- lua-openssl: Update to latest [Tim Caswell]
- luvi: Use LUVI_MAIN instead of package.lua for custom main
- luvi: Add
publish-src
,publish-tiny
,publish-static
, etc targets
which publish to github releases for tags.
v0.6.6-full
Full git tree with submodules as a single tarball ready to build.