-
Notifications
You must be signed in to change notification settings - Fork 756
glossy:0.9.0 #3323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
glossy:0.9.0 #3323
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This release introduces the `term-map` parameter for automatic term transformations, refactors the internal term processing pipeline, and migrates to Tytanic for comprehensive panic testing.
### New Features
- **term-map parameter**: Apply automatic transformations to terms (e.g., converting to uppercase, adding prefixes/suffixes)
- **Enhanced modifier system**: Better handling of term modifiers with proper validation and error messages
- **Improved pluralization**: More robust plural form handling with better article determination
### Testing Infrastructure
- Migrated entire test suite to Tytanic runner for panic testing support
- Added comprehensive error testing using `catch()` and `assert-panic()` functions
- New test coverage for invalid parameter combinations (`short:long`, `short:both`, etc.)
- Reorganized test files for better maintainability
### Internal Improvements
- **Refactored term processing**: Complete overhaul of how terms are parsed, validated, and displayed
- **Better error handling**: More descriptive error messages for invalid configurations
- **Code organization**: Cleaner separation of concerns between parsing, validation, and rendering
- **Performance**: Optimized term lookup and processing pipeline
### Build System
- Updated Justfile to use Tytanic for image generation
- Fixed preview image generation to work with test files containing panic assertions
- Improved artifact generation workflow
### Documentation
- Updated README with clearer examples
- Added documentation for term-map feature
- Improved examples for all modifier combinations
- Better explanation of term reference syntax
### Bug Fixes
- Fixed edge cases in article determination ("a" vs "an")
- Resolved issues with nested modifier combinations
- Fixed sorting behavior for special characters
- Corrected plural form generation for edge cases
All changes maintain backward compatibility with v0.8.0. Existing glossaries will continue to work without modification.
This release introduces the `term-map` parameter for automatic term transformations, refactors the internal term processing pipeline, and migrates to Tytanic for comprehensive panic testing.
### New Features
- **term-map parameter**: Apply automatic transformations to terms (e.g., converting to uppercase, adding prefixes/suffixes)
- **Enhanced modifier system**: Better handling of term modifiers with proper validation and error messages
- **Improved pluralization**: More robust plural form handling with better article determination
### Testing Infrastructure
- Migrated entire test suite to Tytanic runner for panic testing support
- Added comprehensive error testing using `catch()` and `assert-panic()` functions
- New test coverage for invalid parameter combinations (`short:long`, `short:both`, etc.)
- Reorganized test files for better maintainability
### Internal Improvements
- **Refactored term processing**: Complete overhaul of how terms are parsed, validated, and displayed
- **Better error handling**: More descriptive error messages for invalid configurations
- **Code organization**: Cleaner separation of concerns between parsing, validation, and rendering
- **Performance**: Optimized term lookup and processing pipeline
### Build System
- Updated Justfile to use Tytanic for image generation
- Fixed preview image generation to work with test files containing panic assertions
- Improved artifact generation workflow
### Documentation
- Updated README with clearer examples
- Added documentation for term-map feature
- Improved examples for all modifier combinations
- Better explanation of term reference syntax
### Bug Fixes
- Fixed edge cases in article determination ("a" vs "an")
- Resolved issues with nested modifier combinations
- Fixed sorting behavior for special characters
- Corrected plural form generation for edge cases
All changes maintain backward compatibility with v0.8.0. Existing glossaries will continue to work without modification.
This was referenced Oct 26, 2025
Member
|
Can you please delete the |
Member
|
Thank you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I am submitting
Description:
This release introduces the
term-mapparameter for automatic term transformations, refactors the internal term processing pipeline, and migrates to Tytanic for comprehensive panic testing.New Features
Testing Infrastructure
catch()andassert-panic()functionsshort:long,short:both, etc.)Internal Improvements
Build System
Documentation
Bug Fixes
All changes maintain backward compatibility with v0.8.0. Existing glossaries will continue to work without modification.