Skip to content

Latest commit

 

History

History
106 lines (47 loc) · 2.63 KB

CHANGELOG.md

File metadata and controls

106 lines (47 loc) · 2.63 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.0 (2018-02-24)

Features

  • deps: bundle runtime deps (88fe1b3)
  • license: switch to MIT (dbc92bc)

misc

  • drop support for node@<8 (8dfe90d)

BREAKING CHANGES

  • srisum will no longer be supported on older Node versions
  • license: License has been changed from CC0-1.0 to MIT

1.3.1 (2018-02-24)

1.3.0 (2017-04-03)

Features

  • deps: upgraded to latest ssri (9307ca5)

1.2.0 (2017-03-27)

Features

  • digest-only: add option to only output file digests (81faf19)

1.1.1 (2017-03-26)

Bug Fixes

  • build: only build docs before release (ca16eae)
  • check: accept non-newline terminated files (d3669d5)
  • check: stay appropriately quiet on --ignore-missing (b1e3b64)
  • files: treat - as stdin (6e9677d)

1.1.0 (2017-03-25)

Features

  • cli-flags: add -h and -v aliases (598f524)

1.0.1 (2017-03-25)

Bug Fixes

1.0.0 (2017-03-25)

Bug Fixes

  • semver: oops. forgot to mark a breaking change (e18ec5a)

BREAKING CHANGES

  • semver: Initial API implemented

0.1.0 (2017-03-25)

Features

  • cli: features implemented (d57283e)