Socket
Book a DemoInstallSign in
Socket

changes-since

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

changes-since

[![npm][npm-img]][npm-url] [![CircleCI](https://img.shields.io/circleci/project/github/RedSparr0w/node-csgo-parser.svg)](https://circleci.com/gh/benmonro/changes-since)[![downloads][downloads-img]][npm-url] [![GitHub issues](https://img.shields.io/github/

latest
npmnpm
Version
1.1.8
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

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) 

FAQs

Package last updated on 13 Mar 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts