Releases: cipharius/msgpack-luau
Releases · cipharius/msgpack-luau
v0.3.1
17 Jul 16:43
Compare
Sorry, something went wrong.
No results found
Fixes variable length extension decoding.
v0.3.0
25 Feb 19:07
Compare
Sorry, something went wrong.
No results found
Transitions to the Luau binary buffer datatype
v0.2.0
09 Nov 02:32
Compare
Sorry, something went wrong.
No results found
Changelog
Added msgpack.utf8Encode and msgpack.utf8Decode utilities, to make binary string safe for storing in DataStore.
v0.1.2
08 Nov 20:35
Compare
Sorry, something went wrong.
No results found
Changelog
Fixes stack overflow when encoding cyclic tables
Improves error messages
v0.1.1
08 Nov 14:24
Compare
Sorry, something went wrong.
No results found
This marks the first msgpack-luau release.
To use this module in your project you have multiple options:
Using the attached Roblox model with msgpack ModuleScript
Install it using wally package manager, by adding this line to your Wally.toml under [dependencies] section: msgpack = "cipharius/[email protected] "
Copy the source directly from GitHub