Skip to content
This repository was archived by the owner on Apr 19, 2022. It is now read-only.

Making typed schema return types mutable

Choose a tag to compare

@thetutlage thetutlage released this 25 Dec 18:49
· 4 commits to develop since this release

The typed schema props earlier were not mutable, since opaque types required extra readonly __opaque__ property. We have removed it now

  • docs(README): remove @Alpha tag from installation instructions 728d176
  • docs(README): update badges links d1356a9
  • refactor: experimently remove readonly opaque attribute from opaque types b156d00

v7.1.3...v7.1.4