Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Releases: sebinbenjamin/image-res-generator

v0.6.2

20 Jul 04:24
Compare
Choose a tag to compare

2019-07-20

Added (dev-features)

  • Project contribution guidelines, pull request template, to enable easier contribution.
  • Setup ESlint and commitlint to enforce coding standards and conventional commits.

Security

  • Updated several dependency packages to their latest versions.

v0.6.1

01 Jul 13:14
Compare
Choose a tag to compare

2019-07-01

Fixed

  • Bug in PWA resources filename character.

v0.6.0

01 Jul 12:54
Compare
Choose a tag to compare

2019-07-01

Added

  • Support for Ionic 4 PWA resource generation.
  • Support for SVG file format
  • New resource image sizes - 'icon-1024.png', name: 'icon-20.png', '[email protected]', 'Default-Portrait-iphonex.png', 'Default-Landscape-iphonex.png'
  • 'configPath' CLI option to use custom configs.

Changed

  • New image processing library - Sharp image processor.
  • Image resize behaviour changed to 'cover' instead of 'crop'

Security

  • Updated all packages to the latest stable version, including several with critical vulnerabilities.