Releases: Shivix/prefix
Releases · Shivix/prefix
v1.2.1
What's Changed
- Allow --tag to translate tag name to number
- Adjust --summary behaviour
No longer automatically prefixes template with a translated 35 unless template is empty. Can get the previous output by putting in "35 " at the start of your template and include --value/ -v - Optimised case insensitive comparison on --tag
- Updated dependencies
Full Changelog: v1.2.0...v1.2.1
v1.2.0
- Fix a bug with summary where numbers could be partially replaced
- Handle stdin line by line
- Add --porcelain
Full Changelog: v1.1.5...v1.2.0
v1.1.5
v1.1.4
v1.1.3
v1.1.2
- chore: Add new test script
- chore: general clean ups
- feat: add only-fix flag to only print FIX messages
- chore: removed once_cell dependency
Full Changelog: v1.1.1...v1.1.2
v1.1.1
- fix: change incorrect -z short arg to -S
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- feat: optimize incase of large inputs
- chore: simplify error handling
- feat: add colour output
- chore: clean up/ simplify
- chore: update Clap to version 4.5.9
- feat: Add ability to summarise FIX messages
- feat: implement --tags to translate lone tags
- chore: add macro to write example fields
Full Changelog: v1.0.4...v1.1.0