Skip to content

Releases: geut/chan

v2.2.1

23 Jun 12:09
Compare
Choose a tag to compare

2.2.1 - 2020-05-11

Fixed

  • Fixed error messsages.

v2.2.0

23 Jun 12:08
Compare
Choose a tag to compare

2.2.0 - 2020-04-23

Added

  • Support for direct GitHub Releases.

Removed

  • Browser option from release.

v2.1.1

22 Jul 14:45
Compare
Choose a tag to compare

2.1.1 - 2019-07-22

Fixed

  • Duplicated actions with --merge-prereleases.

v2.1.0

20 Jul 17:27
Compare
Choose a tag to compare

2.1.0 - 2019-07-20

Fixed

  • Issue doing a release with external git urls. #36

Added

  • New flag: --no-git.

v2.0.0

17 Apr 19:48
Compare
Choose a tag to compare

2.0.0 - 2019-04-17

Added

  • Lerna and a new organization of packages.
    • chast: Unist compatible spec for changelogs and helpers to nodes creation.
    • remark-chan: Parser mdast to chast.
    • chan-stringify: Stringify chast to keepachangelog markdown.
    • chan-core: API and transforms to work with chast.
    • chan: The original CLI but we new shiny features and using the new core modules.
  • Support for prereleases.
  • Support for gh-releases.

Removed

  • Plugins system.

v1.2.0

24 Sep 18:45
Compare
Choose a tag to compare

Changed

  • changed yargs config in favor of a custom config function

    We made a function that create a configuration for the CLI where you can set global arguments, command arguments and define plugins using a config JSON file or the package.json.

    Yargs has a similar functionality but is not working as we want.

v1.1.0

22 Sep 02:41
Compare
Choose a tag to compare

Added

  • allow create empty releases (YANKED)

v1.0.0

21 Sep 16:11
Compare
Choose a tag to compare

Added

  • default commands: init, release, added, changed, deprecated, fixed, removed and security
  • tests for each command handler
  • MTREE structure to work with the markdown

Changed

  • readme file
  • make commands cli as a map to avoid looping to found a command

Fixed

  • show help for each command

Removed

  • git-first-commit dependency