Scribe v1.0.10 - DictOf & ArrayOf Additions
- New
Scribe.ArrayOf,Scribe.DictOf, andScribe.Optional: arrays and dictionaries whose elements have a real schema, so Roblox datatypes finally work inside containers with no manualPack/Unpack, and elements get typing, bounds, andMaxItems/MaxKeyscaps. - Upgrade notes: element records are closed, so an undeclared field is a write error;
Set(nil)on a middle array index is refused (useRemove); a table can no longer mix array indices and string keys.
Full Changelog: v1.0.9...v1.0.10