Releases: orestesgaolin/dart_utilities
Releases · orestesgaolin/dart_utilities
slack_cli-v0.2.2
chore(slack_cli): update to 0.2.2
slack_cli-v0.2.1
Bug Fixes
- slack_cli: make sure messages without blocks but with message param get sent (2024-11-13)
changelog_cli-v0.9.1
chore(changelog_cli): update to 0.9.1
changelog_cli-v0.9.0
Features
- changelog_cli: add jira project key support and output path configuration
changelog_cli-v0.8.0
0.8.0
Features
- detect reverted commits and mark them as reverted in changelog (e.g. crossed out in markdown)
changelog_cli-v0.7.0
0.7.0
Features
- add support for output file parameter for changelog generation - will prepend new content to the existing file
Bug Fixes
- handle argument precendence correctly (arguments>config file>defaults) as it was not working for some arguments with default values, improve verbose logging
changelog_cli 0.6.1
0.6.1
Bug Fixes
- update image URL in README to use the correct reference
- update version to 0.6.1 to get rid of unnecessary update prompt - no functional changes (fixes #16)
changelog_cli-v0.6.0
Features
- add configuration management for changelog generation with YAML and JSON support
Full Changelog: changelog_cli-v0.5.1...changelog_cli-v0.6.0
slack_cli-v0.2.0
Features
- slack_cli: add delete command (2024-11-12)
Bug Fixes
- slack_cli: handle messages longer than 50 blocks and text blocks longer than 3000 characters (2024-11-12)
changelog_cli-v0.5.1
Bug Fixes
- changelog_cli: use single asterix for bold text in slack-markdown printer