Release Notes
Breaking Changes
dot:add_scheme: Removed __network__ scheme support. Use dv:dl and dot:add_scheme("cur", ... ) instead.
dv.op: Removed and replaced with dv:sync.
um, pm, dot: Get instances via dv:um(), dv:pm(), and dv:dot().
Bug Fixes
Dot: sync must actually copy files.
Improvements
dv:dl: Support downloading files from URLs to local paths.
dv:json: Added dv:json.encode and dv:json.decode for JSON handling.
Install dv4lua 0.1.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/km0e/dv4lua/releases/download/v0.1.6/dv4lua-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/km0e/dv4lua/releases/download/v0.1.6/dv4lua-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install km0e/tap/dv4lua
Download dv4lua 0.1.6