@ezy/webp
Version:
libwebp wrapper for nodejs
87 lines (30 loc) • 2.01 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [2.0.1](https://github.com/ezylean/webp/compare/v2.0.0...v2.0.1) (2019-11-03)
### Build System
* **.npmignore:** fix missing files due to bad pattern matching in .npmignore ([ed293fd](https://github.com/ezylean/webp/commit/ed293fd))
## [2.0.0](https://github.com/ezylean/webp/compare/v1.0.7...v2.0.0) (2019-11-03)
### refactor
* **execute:** execute now handle a nodeCallback or return a promise ([70127a9](https://github.com/ezylean/webp/commit/70127a9))
### BREAKING CHANGES
* **execute:** execute function signature
### [1.0.7](https://github.com/ezylean/webp/compare/v1.0.6...v1.0.7) (2019-10-17)
### Build System
* **package.json:** update repository url ([173ab51](https://github.com/ezylean/webp/commit/173ab51))
### [1.0.6](https://github.com///compare/v1.0.5...v1.0.6) (2019-10-17)
### Bug Fixes
* **postinstall:** fix postinstall cleanup ([17b02d6](https://github.com///commit/17b02d6))
### [1.0.5](https://github.com///compare/v1.0.4...v1.0.5) (2019-10-17)
### Bug Fixes
* **postinstall:** fix cleanup ([b6c0136](https://github.com///commit/b6c0136))
### [1.0.4](https://github.com///compare/v1.0.3...v1.0.4) (2019-10-17)
### [1.0.3](https://github.com///compare/v1.0.2...v1.0.3) (2019-10-17)
### Build System
* **postinstall:** remove postinstall dependencies once libwebp downloaded ([8ec4cd4](https://github.com///commit/8ec4cd4))
### [1.0.2](https://github.com///compare/v1.0.1...v1.0.2) (2019-10-17)
### Bug Fixes
* **postinstall:** fix module not found (first attempt) ([691330c](https://github.com///commit/691330c))
### [1.0.1](https://github.com///compare/v1.0.0...v1.0.1) (2019-10-17)
### Build System
* **install:** reduce build size by downloading libwebp on postinstall ([b1cfc29](https://github.com///commit/b1cfc29))
## 1.0.0 (2019-10-17)