Releases: iway1/trpc-panel
Releases · iway1/trpc-panel
v1.2.8
Fixes styling issue with long lines in response text (now wraps)
Full Changelog: 1.2.7...1.2.8
v1.2.6
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.4 - Housekeeping
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
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
What's Changed
- fixes bug stopping form submission after resetting form (x button) by @iway1 in #23
v1.2.1
- Fixes issue with headers not applying
- Adds support for non
z.object()
inputs (IE z.string)
v1.2.0 - Search
What's Changed
Adds vscode-like router / procedure search
Full Changelog: 1.1.0...1.2.0
v1.1.0 - Documentation
What's Changed
trpc-panel
now supports procedure documentation via .meta
and input parameter documentation via zods .describe()
method!