Skip to content

Releases: iway1/trpc-panel

v1.2.8

01 Feb 19:22
Compare
Choose a tag to compare

Fixes styling issue with long lines in response text (now wraps)

Full Changelog: 1.2.7...1.2.8

v1.2.7

31 Jan 03:50
445bc69
Compare
Choose a tag to compare

What's Changed

  • fixes issue with object arrays and checkboxes by @iway1 in #40

Full Changelog: 1.2.6...1.2.7

v1.2.6

14 Jan 23:23
3dfc065
Compare
Choose a tag to compare

What's Changed

  • Number fields now allow leading minus sign and 0 by @iway1 in #37

Full Changelog: 1.2.5...1.2.6

v1.2.5

14 Jan 14:56
3ee4bdf
Compare
Choose a tag to compare

What's Changed

  • removes type: module from package.json by @iway1 in #35

Full Changelog: 1.2.4...1.2.5

v1.2.4 - Housekeeping

10 Jan 00:41
5296ce2
Compare
Choose a tag to compare

What's Changed

  • Subscription Support: Part 1 by @ahoopes16 in #26
  • Adds readme copy script to npm publish, updates test-app to use nodemon by @iway1 in #31

New Contributors

Full Changelog: 1.2.3...1.2.4

v1.2.3

22 Dec 17:05
4d537f7
Compare
Choose a tag to compare

What's Changed

  • allows void / undefined inputs to send requests, no longer resends re… by @iway1 in #24

Full Changelog: 1.2.2...1.2.3

v1.2.2

22 Dec 15:06
d92f7bc
Compare
Choose a tag to compare

What's Changed

  • fixes bug stopping form submission after resetting form (x button) by @iway1 in #23

v1.2.1

22 Dec 01:26
3a8e290
Compare
Choose a tag to compare
  • Fixes issue with headers not applying
  • Adds support for non z.object() inputs (IE z.string)

v1.2.0 - Search

21 Dec 22:46
8d700eb
Compare
Choose a tag to compare

What's Changed

Adds vscode-like router / procedure search

Full Changelog: 1.1.0...1.2.0

v1.1.0 - Documentation

18 Dec 21:50
e792ea6
Compare
Choose a tag to compare

What's Changed

trpc-panel now supports procedure documentation via .meta and input parameter documentation via zods .describe() method!