Jac-Super Release Notes#
This document provides a summary of new features, improvements, and bug fixes in each version of Jac-Super. For details on changes that might require updates to your existing code, please refer to the Breaking Changes page.
jac-super 0.1.7 (Unreleased)#
- Style: Remove Bold from CLI Console Output: Removed bold from all Rich theme entries and inline styles, keeping only color for a cleaner look.
jac-super 0.1.6 (Latest Release)#
- 1 small refactor/change.
jac-super 0.1.5#
jac-super 0.1.4#
jac-super 0.1.3#
jac-super 0.1.2#
- Various refactors
jac-super 0.1.1#
- KWESC_NAME syntax changed from
<>to backtick: Updated keyword-escaped names from<>prefix to backtick prefix to match the jaclang grammar change.
jac-super 0.1.0#
- Rich-Enhanced Console Output: Introduced
jac-superas a plugin that provides elegant, colorful terminal output for Jac CLI commands. The plugin overrides the base console implementation to add Rich-based formatting with: - Themed Output: Custom color themes for success (green), error (red), warning (yellow), and info (cyan) messages
- Formatted Panels: Beautiful bordered panels for next steps and structured information
- Styled Tables: Rich table formatting for tabular data with proper column alignment
- Spinners & Status: Animated spinners and status indicators for long-running operations
- URL Styling: Underlined, clickable URL formatting in terminal output
- Emoji Support: Smart emoji usage with automatic fallback to text labels when emojis aren't supported