Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: mythmon/ganzu

v0.0.9

09 Apr 20:23
75ecc97

Choose a tag to compare

What's Changed

  • Fix bug that prevented used .optional() on any real fields.
  • Update README.md by @Fil in #11

New Contributors

  • @Fil made their first contribution in #11

Full Changelog: v0.0.8...v0.0.9

v0.0.8

02 Apr 15:42
5f3285e

Choose a tag to compare

  • Show original types in validation errors for string sources
  • Add boolean field type

Full Changelog: v0.0.7...v0.0.8

v0.0.7

31 Mar 22:02
6e6ba7d

Choose a tag to compare

  • Allow NPM authentication environment variable in publish-package job

Full Changelog: v0.0.6...v0.0.7

v0.0.6

31 Mar 14:41

Choose a tag to compare

  • Export ConfigDefinition

Full Changelog: v0.0.5...v0.0.6

v0.0.5

31 Mar 00:43
ce25f2a

Choose a tag to compare

Republish of 0.0.4 to fix README.

Full Changelog: v0.0.4...v0.0.5

v0.0.4

31 Mar 00:34
6b2dd96

Choose a tag to compare

  • Support loading config from JSON via ganzu-json.
  • Support loading config from YAML via ganzu-json.

Full Changelog: v0.0.3...v0.0.4

v0.0.3

30 Mar 22:31
d2c319f

Choose a tag to compare

  • Build with tsup instead of tsc
  • Include field name in error messages
  • Make parameter to EnvLoader optional

Full Changelog: v0.0.2...v0.0.3

v0.0.2

30 Mar 17:37

Choose a tag to compare

Fields are now immutable. Configuring them produces new instances instead of modifying the existing one. This makes extending configurations easier.

Full Changelog: v0.0.1...v0.0.2

v0.0.1

30 Mar 17:05

Choose a tag to compare

Initial release