change 0.7.5
change: ^0.7.5 copied to clipboard
A Changelog manipulation library. Read/modify/write your CHANGELOG.md. Inspired by keepachangelog.com.
Changelog #
This project follows Semantic Versioning 2.0.0.
0.7.1 - 2023-06-11 #
Added #
- The `printChanges() function to print changes only and skip the header part
0.7.0 - 2023-06-11 #
0.6.0 - 2023-02-14 #
Added #
- You may pass an instance of markdown
Document
to theparseChangelog()
to have fine-grained control over parsing, e.g. whether to encode HTML entities - Support for [YANKED] releases
Changed #
- Bumped
markdown
to 7.0.0 - Bumped
marker
to 0.5.0 - HTML entities (ampersands, quotes, etc) are NOT encoded by default
0.4.0 - 2022-05-09 #
Changed #
- Bumped the versions of dependencies: markdown to 5.0.0, marker to 0.3.0, pub_semver to 2.1.1
- Bumped the SDK version to 2.16.2
0.3.0 - 2021-04-11 #
Changed #
- Release date is now required for each version.
- Change types are not limited by the ones listed by semver.
- Parsing and printing moved to standalone functions.
Removed #
- Dependency on
maybe_just_nothing
. - Dependency on
dart:io
. - Markdown-related parts of the API.
- The
Changelog.release()
method. This logic will be added directly to Cider.
0.2.0 - 2021-03-22 #
Changed #
- Migrated to null safety
- The "Unreleased" section is hidden when empty