Skip to content

Scribe v1.2.1 - .Get() & .Clone() Fixes

Choose a tag to compare

@ericplane ericplane released this 01 Aug 13:21
· 14 commits to main since this release
  • Root whole-data reads (Get, Clone, Observe, Changed) now return exactly your declared roots: no internal _Scribe, and Scribe.Session roots are finally included.
  • Get() is frozen, so a stray Get().Coins = 1 raises instead of writing silently.
  • Scribe.ServerOnly fields left the client type, so reading one there is a build error, not a nil.
  • Use Clone() to edit, Data.Export for internals.

Full Changelog: v1.2.0...v1.2.1