Skip to content

Releases: iway1/trpc-panel

v1.0.9 - Error Messages / Zod Support

16 Dec 00:55
03bce89
Compare
Choose a tag to compare

What's Changed

Thanks to StefanTerdell/zod-to-json-schema#30 we can now support custom error messages on the front end!

207989878-dafb880f-00bc-4425-82bc-eacbb464145b

Also big improvements to the zod parser, it now can handle any of the types that can be easily converted to input nodes.

  • Improve zod parser by @iway1 in #11
  • Adds custom error messages to supported checks (string regex, etc) by @iway1 in #12

Full Changelog: 1.0.8...1.0.9

v1.0.8

15 Dec 00:17
caacd3f
Compare
Choose a tag to compare

Adds parser for zod nullable (which adds support to zod nullish as well).

(Should have the rest of the zod parsing up by EOD)

v1.0.7 - Remove React, improve stability, refactor

14 Dec 03:21
26fab7c
Compare
Choose a tag to compare
  • Render / parsing code now used zod internally for type validation (should make that code more reliable)
  • Remove React as a peer dependency (shouldn't have been there, the react app comes prebundled)
  • Big refactor of the parsing code to be more readable / maintainable in anticipation of setting up tests.

What's Changed

  • Zod 3.20 stability and refactor by @iway1 in #9

v1.0.6 - Email / uuid / url support on string fields

10 Dec 23:00
b16088a
Compare
Choose a tag to compare

What's Changed

  • Adds format support for strings (url, uuid, email) by @iway1 in #6

New Contributors

  • @iway1 made their first contribution in #6

v1.0.5

09 Dec 21:19
519600d
Compare
Choose a tag to compare

Initial public release