Filter your CHANGELOG to view/format changes since a specific version. Uses chast to parse the changelog.
CLI
Install
For CLI:
yarn global add change-since
Usage
> cd /path/with/changelog > changes-since 1.0.0### Bug Fixes * added std-version * added tests & build business * deleted old changelog ### Features * first version, based on changelog-parser
API
Install
yarn add changes-since
Usage:
; const changeLog = "# Change Log ..."; const filtered = ; //returns a chast object console; //will log a formatted representation of all the changes (grouped together)