Skip to content

Releases: orestesgaolin/dart_utilities

slack_cli-v0.2.2

10 Nov 21:02
8a95a1d

Choose a tag to compare

chore(slack_cli): update to 0.2.2

slack_cli-v0.2.1

11 Nov 10:48
867fe92

Choose a tag to compare

Bug Fixes

  • slack_cli: make sure messages without blocks but with message param get sent (2024-11-13)

changelog_cli-v0.9.1

10 Nov 21:01
8f76499

Choose a tag to compare

chore(changelog_cli): update to 0.9.1

changelog_cli-v0.9.0

10 Nov 11:52
3cd59d6

Choose a tag to compare

Features

  • changelog_cli: add jira project key support and output path configuration

changelog_cli-v0.8.0

10 Sep 19:50

Choose a tag to compare

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

10 Sep 10:10

Choose a tag to compare

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

10 Sep 09:48

Choose a tag to compare

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

30 Jul 10:11
e1723ed

Choose a tag to compare

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

12 Nov 21:37
56f4b4d

Choose a tag to compare

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

24 Oct 23:22
e0a2cdc

Choose a tag to compare

Bug Fixes

  • changelog_cli: use single asterix for bold text in slack-markdown printer