Skip to content

Latest commit

 

History

History
90 lines (40 loc) · 3.27 KB

CHANGELOG.md

File metadata and controls

90 lines (40 loc) · 3.27 KB

Change Log

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

1.0.1 (2018-03-03)

Bug Fixes

  • index: revert to CJS exports (module.exports) (#116) (7b60cc2)

1.0.0 (2018-03-03)

Bug Fixes

  • index: use Buffer.from instead of deprecated new Buffer (#113) (457618b)

1.0.0-beta.0 (2017-12-17)

Code Refactoring

BREAKING CHANGES

  • Sets engines to "node": ">= 6.9.0 || >= 8.9.0"
  • Drops support for webpack =< v2.0.0

0.6.2 (2017-10-04)

Bug Fixes

0.6.1 (2017-10-04)

Bug Fixes

  • schema: allow additionalProperties (#94) (2b01ea2)

0.6.0 (2017-10-03)

Features

Security

  • Updates Mime pacakge due to Regex DOS security vulnerability (#87) (d19ee2d)

0.5.9 (2017-06-12)

Bug Fixes

  • String not being base64 encoded (#67) (e9496b9)
  • don't default to 0 (options.limit) (#74) (020c2a8)

Change Log

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