Skip to content

Releases: cipharius/msgpack-luau

v0.3.0

25 Feb 19:07
Compare
Choose a tag to compare
  • Transitions to the Luau binary buffer datatype

v0.2.0

09 Nov 02:32
Compare
Choose a tag to compare

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
Choose a tag to compare

Changelog

  • Fixes stack overflow when encoding cyclic tables
  • Improves error messages

v0.1.1

08 Nov 14:24
Compare
Choose a tag to compare

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