Skip to content

Releases: miniscruff/changie

v1.21.0

12 Sep 19:16
798b4ad
Compare
Choose a tag to compare

v1.21.0 on 2024-09-12

✨ Added

  • #713 Support filepath globs in replacements

🪲 Fixed

  • #714 Clean up release notes files if any error takes place during the batch process

v1.20.1

08 Sep 08:21
7befa75
Compare
Choose a tag to compare

v1.20.1 on 2024-09-08

🪲 Fixed

  • #688 Validate kinds match config in fragment when batching release notes

v1.20.0

08 Sep 04:26
19d817a
Compare
Choose a tag to compare

v1.20.0 on 2024-09-08

✨ Added

  • #702 Rework replacement to support grouping
  • #706 KindKey and KindLabel values to Change data to be used in formats

v1.19.1

25 Jun 04:24
78b144b
Compare
Choose a tag to compare

v1.19.1 on 2024-06-25

🪲 Fixed

  • #675 New command can now properly create a fragment via custom CLI arguments if using a kind with custom choices.

v1.19.0

13 May 05:10
Compare
Choose a tag to compare

v1.19.0 on 2024-05-13

✨ Added

  • #651 Search upwards for a changie config file
  • #612 Key option to kind configs to separate visual labels from file names and fragment values

v1.18.0

15 Jan 21:21
ec0d23a
Compare
Choose a tag to compare

v1.18.0 on 2024-01-15

Added

  • #591 Replacements can now be configured per project in a monorepo setup

Removed

  • #597 Preview warning when using projects

v1.17.0

15 Dec 08:47
8b97b00
Compare
Choose a tag to compare

v1.17.0 on 2023-12-15

Added

  • #586 VersionNoFormat can be used in the VersionFormat configuration
  • #584 New command will create the unreleased folder if it does not already exist

v1.16.1

08 Dec 06:54
bf07203
Compare
Choose a tag to compare

v1.16.1 on 2023-12-08

Fixed

  • #582 Running changie through NPM did not redirect the input stream, rendering 'changie new' inoperable

v1.16.0

12 Nov 19:45
b7d2abf
Compare
Choose a tag to compare

v1.16.0 on 2023-11-12

Changed

  • #571 Project prompt is now a multichoose prompt to allow one change to affect multiple projects without repeating the prompts
  • #571 Project command line argument for new is now a list of projects and uses --projects instead of --project

v1.15.1

30 Oct 05:42
464aea8
Compare
Choose a tag to compare

v1.15.1 on 2023-10-29

Fixed

  • #569 Merge unreleased now only merges project-specific changes into each project.