Skip to content

Releases: maxdeviant/thaumaturgy

v0.15.0

09 Sep 03:15
Compare
Choose a tag to compare

Added

  • @thaumaturgy/core: Added support for manifesting Refs inside of arrays (#9)

Removed

  • @thaumaturgy/io-ts: Removed global realm functions
    • define
    • manifest
    • persist
    • persistLeaves
  • @thaumaturgy/zod: Removed global realm functions
    • define
    • manifest
    • persist
    • persistLeaves

v0.14.0

16 May 16:50
Compare
Choose a tag to compare

Changed

  • @thaumaturgy/core: persist now takes a context parameter
  • @thaumaturgy/io-ts: persist now takes a context parameter
  • @thaumaturgy/zod: persist now takes a context parameter

v0.13.0

05 May 02:46
Compare
Choose a tag to compare

Changed

v0.12.1

14 Nov 16:52
Compare
Choose a tag to compare

Fixed

  • @thaumaturgy/core: Fixed a regression where unknown records were not being properly detected

v0.12.0

14 Nov 15:26
Compare
Choose a tag to compare

Added

  • @thaumaturgy/io-ts: Added re-exports from @thaumaturgy/core
  • @thaumaturgy/zod: Added re-exports from @thaumaturgy/core

v0.11.0

14 Nov 03:26
Compare
Choose a tag to compare

Added

  • Added @thaumaturgy/zod

Changed

  • thaumaturge is now @thaumaturgy/io-ts

v0.10.0

13 Nov 20:57
Compare
Choose a tag to compare

Added

  • Added persistLeaves for persisting the leaves in an entity hierarchy (#7)

v0.9.0

31 Aug 03:48
Compare
Choose a tag to compare

Added

  • Added uuid to ManifesterOptions
  • Added sequences to ManifesterOptions

Removed

  • Removed faker from ManifesterOptions

v0.8.0

20 Jun 23:56
Compare
Choose a tag to compare

Changed

v0.7.0

19 Apr 20:11
Compare
Choose a tag to compare

Changed

  • Manifesters now work off of the codec's type (A) as opposed to its output type (O)