Releases: nvim-neorg/norgopolis-client.lua
Releases · nvim-neorg/norgopolis-client.lua
v0.2.0
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
0.1.0 (2024-01-03)
⚠ BREAKING CHANGES
- change
require("norgopolis_client")
->require("norgopolis")
ref
- change
require("norgopolis_client")
->require("norgopolis")
(ba8dc3a)
Features
- add conversion between lua types and msgpack types (excluding userdata) (3cf5bd5)
- add luarocks workflow (cab8c5a)
- first working version (19362fd)
- initial commit (712bd51)
Bug Fixes
- make new name change work with
luarocks build
(8c0e3b6)