Skip to content

Scribe v1.0.10 - DictOf & ArrayOf Additions

Choose a tag to compare

@ericplane ericplane released this 21 Jul 22:37
· 33 commits to main since this release
  • New Scribe.ArrayOf, Scribe.DictOf, and Scribe.Optional: arrays and dictionaries whose elements have a real schema, so Roblox datatypes finally work inside containers with no manual Pack/Unpack, and elements get typing, bounds, and MaxItems/MaxKeys caps.
  • Upgrade notes: element records are closed, so an undeclared field is a write error; Set(nil) on a middle array index is refused (use Remove); a table can no longer mix array indices and string keys.

Full Changelog: v1.0.9...v1.0.10