1.1.8 • Published 6 years ago

changes-since v1.1.8

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

npm CircleCIdownloads GitHub issuesConventional Commits

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:

import changesSince, {format} from 'changes-since';

const changeLog = "# Change Log ...";

const filtered = changesSince(changeLog, {since: "1.0.0"}); //returns a chast object

console.log(format(ast)); //will log a formatted representation of all the changes (grouped together) 
1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago