change 0.3.0-dev.1 copy "change: ^0.3.0-dev.1" to clipboard
change: ^0.3.0-dev.1 copied to clipboard

outdated

A Changelog manipulation library. Read/modify/write your CHANGELOG.md. Inspired by keepachangelog.com.

Changelog #

This project follows Semantic Versioning 2.0.0.

Unreleased #

Changed #

  • This is another complete rewrite of the library, not compatible with previous versions!
  • Release date is now required for each version.
  • Change types are not limited by the ones listed by semver.

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

0.1.1 - 2020-10-18 #

Changed #

  • Bump dependencies versions

0.1.0 - 2020-07-26 #

Changed #

  • API has been reworked substantially

Removed #

0.0.13 - 2020-07-24 #

Added #

  • Support for changelogs with missing dates

0.0.12 - 2020-07-23 #

Added #

  • Ability to parse changelog with missing change type

0.0.11 - 2020-07-20 #

Changed #

  • Upgraded dependencies

0.0.10 - 2020-07-18 #

Fixed #

  • Missing diff link was breaking the app

0.0.9 - 2020-07-18 #

Added #

  • Collection.addText()
  • MarkdownLine.parse()

0.0.8 - 2020-07-18 #

Added #

  • A static fromLines() factory method

0.0.7 - 2020-07-12 #

Changed #

  • Updated dependencies

0.0.6 - 2020-07-08 #

Added #

  • New command 'print' to output a released version

0.0.5 - 2020-07-05 #

Added #

  • Create CHANGELOG.md when missing

0.0.4 - 2020-06-24 #

Added #

  • Support for multiple major versions in a single file

0.0.3 - 2020-06-23 #

Added #

  • Console app
  • Changelog model

Changed #

  • BREAKING Total rework of the package

0.0.2 - 2018-10-18 #

Added #

  • Changelog.writeFile()

0.0.1 - 2018-10-18 #

Added #

  • Parsing from markdown
  • Writing to markdown
8
likes
0
pub points
74%
popularity

Publisher

verified publisherkarapetov.com

A Changelog manipulation library. Read/modify/write your CHANGELOG.md. Inspired by keepachangelog.com.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

markdown, marker, pub_semver

More

Packages that depend on change