Releases: ballercat/jambox
Releases · ballercat/jambox
0.0.22 - Enable UI cache edits
See #25
- feat: users may now edit the cached responses
- feat: persist cache filters
- patch: use routing to navigate acrsoss the ui
- patch: clean-up global state management
- patch: attempt to close any jambox process prior to e2e tests
- fix: crash when deleting unknown cached id
- fix: waterfall ui
- feat: css filter
- fix: unknown props warnings
0.0.21
0.0.20 - UI improvements
- feat: searchable cache
- feat: searchable statusCode
- feat: cache detail modal
0.0.19 - Delete cache from UI
- feat: delete cache from UI
- feat: new json editor
- feat: add /api/cache POST api
- fix: collect coverage on cypress tests via c8
- fix: properly run github actions
0.0.18 Add Cache view
Resolves #13
Adds a very basic cache view with the same modal behavior as the waterfall page. Also a side-nav.
- feature: cache view
- feature: side nav
- chore: update CSS variables, colors
0.0.17
0.0.16 - Port configs, Request info tabs, auto-reconnect
0.0.16 - Port configs, Request info tabs, auto-reconnect
- feature: jambox can be configured with a port now
- feature: request Info has "tabs" for headers, request & response info
- fix: extension will attempt to re-connect to the WebSocket server so a panel refresh is no longer necessary to reconnect.
- chore: added support for typescript JSDoc comments and typechecks.
See #17
Display raw response & request json in info modal
0.0.14 - Add a proxy pause API
- add: #10, add
/api/pause
- fix: extension formatting
- fix: waterfall svg viewBox responds to resize events
- fix: resolve Svelte warnings
0.0.13 - Improved Extension Styles
- add: styling based on system preferences to extension
- fix: typo in README.md