All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.13.2 (2020-04-06)
0.13.1 (2019-11-07)
- Strip metadata from output images (c73f735)
- package: update commander to version 3.0.0 (f8ba45d)
- package: update rimraf to version 3.0.0 (911ad83)
0.13.0 (2019-07-04)
0.12.0 (2019-05-04)
- Refactor code to take advantage of async/await (326d26f)
- Support for Node 6 deprecated, now minimum Node 8
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.11.1 (2019-04-26)
- security: Update mocha to resolve security vulnerabilities (9bd8dc3)
- tests: Update regex for node error messages (0939dfe)
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.11.0 (2019-04-25)
- standardise icons (#90) (9c65dcf)
- support adaptive icons for 'generate' (#86) (3423491)
- support adaptive icons for
init
command (#81) (c55dc2e)
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.10.0 (2019-04-22)
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.9.0 (2019-04-19)
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.8.1 (2019-02-18)
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
- Allow package to be required, thanks cadesalaberry!
- Icons are always produced in the same order, fixes #67.
- Added support for the new iOS marketing icon sizes, see this, thanks sampsasaarela!
- Fixed a bug where the source icon was not being passed properly, thanks SamyPesse!
- Fixed bug where the -i flag was being ignored, thanks morcerf!
- Added some missing iOS Icon Sizes, thanks robbiet480.
- Fixed some goofy scaling bugs, thanks raldred!
- Added xxxhdpi support for very high density phones, thanks pabloppp!