Releases: maxdeviant/thaumaturgy
Releases · maxdeviant/thaumaturgy
Release list
v0.15.0
Added
- @thaumaturgy/core: Added support for manifesting
Refs inside of arrays (#9)
Removed
- @thaumaturgy/io-ts: Removed global realm functions
definemanifestpersistpersistLeaves
- @thaumaturgy/zod: Removed global realm functions
definemanifestpersistpersistLeaves
v0.14.0
Changed
- @thaumaturgy/core:
persistnow takes acontextparameter - @thaumaturgy/io-ts:
persistnow takes acontextparameter - @thaumaturgy/zod:
persistnow takes acontextparameter
v0.13.0
Changed
- @thaumaturgy/core: Replaced
uuidimplementation withcrypto.randomUUID
v0.12.1
Fixed
- @thaumaturgy/core: Fixed a regression where unknown records were not being properly detected
v0.12.0
Added
- @thaumaturgy/io-ts: Added re-exports from
@thaumaturgy/core - @thaumaturgy/zod: Added re-exports from
@thaumaturgy/core
v0.11.0
Added
- Added
@thaumaturgy/zod
Changed
thaumaturgeis now@thaumaturgy/io-ts
v0.10.0
Added
- Added
persistLeavesfor persisting the leaves in an entity hierarchy (#7)
v0.9.0
Added
- Added
uuidtoManifesterOptions - Added
sequencestoManifesterOptions
Removed
- Removed
fakerfromManifesterOptions
v0.8.0
v0.7.0
Changed
- Manifesters now work off of the codec's type (
A) as opposed to its output type (O)