Skip to content

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.

  • Various refactors
  • KWESC_NAME syntax changed from <> to backtick: Updated keyword-escaped names from <> prefix to backtick prefix to match the jaclang grammar change.
  • Rich-Enhanced Console Output: Introduced jac-super as 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