Releases: stepzen-dev/vscode-stepzen
Releases · stepzen-dev/vscode-stepzen
v0.1.9
What's Changed
- fix(field-access-report): reference policy default in denial reason for root fields without explicit rule by @carloseberhardt in #114
- chore: add pagination and root field linter rules by @ddebrunner in #112
- fixed assertion for field policy tests by @carloseberhardt in #117
- chore: add lint rule for Node type by @ddebrunner in #116
- feat(auth): always prompt for authorization method (admin or JWT) on every request by @carloseberhardt in #119
- fixed incorrect api key usage for debug by @carloseberhardt in #120
- chore(release): bump version to 0.1.9 by @carloseberhardt in #121
Full Changelog: v0.1.8...v0.1.9
v0.1.8
What's Changed
- fix: remove TODO comments and dead code (resolves #64) by @carloseberhardt in #105
- Update gitignore by @carloseberhardt in #106
- update gitignore by @carloseberhardt in #107
- Add GraphQL lint with a number of (configurable) rules. by @ddebrunner in #108
- Field Access Report: show access paths for all reachable types, including direct root field return types by @carloseberhardt in #109
- chore(release): bump version to 0.1.8 by @carloseberhardt in #111
New Contributors
- @ddebrunner made their first contribution in #108
Full Changelog: v0.1.7...v0.1.8
v0.1.7
What's Changed
- stepzen import commands by @carloseberhardt in #94
- doc update by @carloseberhardt in #97
- switched to d3 for schema visualizer. added list of future fixes/enhancements by @carloseberhardt in #100
- chore(release): bump version to 0.1.7 by @carloseberhardt in #102
Full Changelog: v0.1.6...v0.1.7
v0.1.6
What's Changed
- created directiveBuilder utility and refactored add materializer to use it. also added add value directive command. set up to handle more directives in the future. by @carloseberhardt in #88
- first implementation of add tool directive command by @carloseberhardt in #90
- fixup tests by @cckim in #87
- chore(release): bump version to 0.1.6 by @carloseberhardt in #92
New Contributors
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- fix: improve release script for branch protection workflow - Add --tag flag to automate tag creation after PR merge - Improve error messages and validation - Add troubleshooting section for missing tags - Enhance user experience with better colors and instructions by @carloseberhardt in #78
- issue 40 .. mostly just moving code around by @carloseberhardt in #80
- reworked open explorer to use services by @carloseberhardt in #81
- refactor: clean up runRequest command and centralize temp file utilities - fixes #43 by @carloseberhardt in #82
- Enhanced Trace Viewer with Professional UI and VS Code Integration by @carloseberhardt in #84
- chore(release): bump version to 0.1.5 by @carloseberhardt in #86
Full Changelog: v0.1.4...v0.1.5
Release v0.1.4
What's Changed
- added granular activation events by @carloseberhardt in #9
- issue 5 by @carloseberhardt in #10
- updated extension to respect vscode workspace trust by @carloseberhardt in #11
- test(errors): add comprehensive unit tests by @carloseberhardt in #12
- refactor(activation): lazy‑load command modules by @carloseberhardt in #13
- feat(logger): add configurable level‑based logger by @carloseberhardt in #17
- feat(service): introduce StepzenCliService for deploy/request by @carloseberhardt in #18
- $feat(errors): add StepZenError hierarchy and handler by @carloseberhardt in #19
- issue 20 by @carloseberhardt in #24
- $feat(architecture): implement dependency injection service registry by @carloseberhardt in #25
- cleaned up some dead code, stricter type enforcements by @carloseberhardt in #27
- implement debouncer for schema scan by @carloseberhardt in #28
- issue 48 by @carloseberhardt in #50
- feat: standardize all commands per issue #35 by @carloseberhardt in #51
- feat: implement ProjectResolver service with caching and multi-root workspace support by @carloseberhardt in #52
- feat: centralize scattered literals into comprehensive constants structure (#30) by @carloseberhardt in #53
- feat: Add ESLint + ts-prune + depcheck to CI (#32) - Add GitHub Actions workflow, configure linting tools, clean up unused exports, all tools now pass by @carloseberhardt in #54
- issue 49 by @carloseberhardt in #65
- docs: add architecture guide & link from README by @carloseberhardt in #66
- fixed issue with persisted document execution; enhanced some services, tests, etc. by @carloseberhardt in #67
- improved cursor rule, added linter for enforcing architectural boundaries by @carloseberhardt in #68
- added base clase for panels. updated two panels to use base class. added panel tests. by @carloseberhardt in #69
- fixed the broken schema visualizer by @carloseberhardt in #70
- fix: update release script for branch protection workflow by @carloseberhardt in #71
- chore(release): bump version to 0.1.3 by @carloseberhardt in #73
- fixed incorrectly targeting multiple node versions by @carloseberhardt in #75
- chore(release): bump version to 0.1.4 by @carloseberhardt in #77
New Contributors
- @carloseberhardt made their first contribution in #9
Full Changelog: v0.1.2...v0.1.4
Initial release
Initial release of vscode-stepzen Visual Studio Code extension for StepZen