Skip to content

Releases: maxdeviant/thaumaturgy

v0.15.0

Choose a tag to compare

@maxdeviant maxdeviant released this 09 Sep 03:15

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

Choose a tag to compare

@maxdeviant maxdeviant released this 16 May 16:50

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

Choose a tag to compare

@maxdeviant maxdeviant released this 05 May 02:46

Changed

v0.12.1

Choose a tag to compare

@maxdeviant maxdeviant released this 14 Nov 16:52

Fixed

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

v0.12.0

Choose a tag to compare

@maxdeviant maxdeviant released this 14 Nov 15:26

Added

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

v0.11.0

Choose a tag to compare

@maxdeviant maxdeviant released this 14 Nov 03:26

Added

  • Added @thaumaturgy/zod

Changed

  • thaumaturge is now @thaumaturgy/io-ts

v0.10.0

Choose a tag to compare

@maxdeviant maxdeviant released this 13 Nov 20:57

Added

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

v0.9.0

Choose a tag to compare

@maxdeviant maxdeviant released this 31 Aug 03:48

Added

  • Added uuid to ManifesterOptions
  • Added sequences to ManifesterOptions

Removed

  • Removed faker from ManifesterOptions

v0.8.0

Choose a tag to compare

@maxdeviant maxdeviant released this 20 Jun 23:56

Changed

v0.7.0

Choose a tag to compare

@maxdeviant maxdeviant released this 19 Apr 20:11

Changed

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