Releases: geut/chan
Releases · geut/chan
v2.2.1
v2.2.0
v2.1.1
v2.1.0
v2.0.0
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
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
v1.0.0
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