New Features & Improvements
- Added style field
- This field accepts one of two values:
off: Disables all styling (plain console output).css: Applies CSS-based styling (default).
- Coming soon: A third option,
ansi, will allow switching from CSS to ANSI escape sequences for styling.
- This field accepts one of two values:
- Error & Warning Badges
- A red badge now appears when a request fails (processed with an error).
- If a request completes without a response (e.g., missing the required data field), the operation-type badge also turns red to indicate the issue.
Full Changelog: v1.0.3...v1.1.1