Releases: hardfau1t/qwicket
Releases · hardfau1t/qwicket
Release 0.5.0
Version 0.4.0
Changelog
All notable changes to this project will be documented in this file.
[0.4.0] - 2024-09-27
🚀 Features
- (args) Add --environment flag to manually set environment
🐛 Bug Fixes
- (substitution) Do not substitute headers which are not used
- (registry) Don't append : two times for port number
- (environment) Properly push endpoint to prefix regardless of /
- (registry) Fix adding prefix to url
- (ci) Don't run tests
- (registry) Add proper error message for missing body file
🚜 Refactor
- (registry) Using miette errors instead of eyre
🎨 Styling
- (format) Reformat with cargo-fmt
⚙️ Miscellaneous Tasks
- (github) Add basic checks for push and pull requests
- (cliff) Adds git cliff for generating changelog
- (release) Bump version to v0.3.3
Build
- (cargo) Bump version to 0.3.2
- (cargo) Remove color-eyere and move to miette
Full Changelog: v0.3.2...v0.4.0
Release 0.3.2
Features
- feat(environment): add per environment prefix and default headers
- feat(main): skip hooks based on cmdline args
- feat(main): add dry-run option
- feat(nu): adds nu completion script
other changes
- docs(readme): update readme for 0.3 version change
- fix(hooks): deserialize response headers as simple map
- refactor(headers)!: make headers as simple map
Release v0.3.1
Features
- json dump entire internal structure on request, useful for creating completion
Release v0.3
Breaking change
- adds description and alias for module and endpoints
- move names to toml map header
- this applies to
environment
endpoint
- this applies to
NOTE: alias is not yet usable
- pretty print info
v0.2.4
Release v0.2.3 Bugfixes
- fix issue not being able to read nested submodules
feat(hook): pass args to hooks from cmdline args
Merge pull request #3 from hardfau1t/dev feat(hook): pass args to hooks from cmdline args
Release v0.2.1
- config store is passed to hooks
release v0.2.0 with nested configuration and config store
Breaking release
- Adds nested configuration structure
- config store for storing hooks outputs