Skip to content

Latest commit

 

History

History
203 lines (110 loc) · 6.05 KB

CHANGELOG.md

File metadata and controls

203 lines (110 loc) · 6.05 KB

ChangeLog

4.0.0

Breaking Changes

  • feat: [Breaking Cgange] support Node.js v18 #149

Chore

3.0.1

Features

3.0.0

Breaking Changes

SVG files are rendering to PNG file in sharp. Rendering files is output to a temporary directory of the each OS.

Stopped using svg2png because of its dependency on phantomjs, which is deprecated.

The quality of PNG generated from SVG will change, so if you need the previous results, use icon-gen v2.1.0.

$ npm install icon-gen@2.1.0

In the future, I may add SVG to PNG conversion by Chromium via puppeteer-core in addition to sharp.

2.1.0

Breaking Changes

Please be sure to read the README because there are many changes.

  • Drop Node 8
  • Change CLI/Node options

Features

  • To TypeScript and bundle d.ts file #108

Bug Fixes

Documentation

v2.0.0

Breaking Changes

Please be sure to read the README because there are many changes.

  • Drop Node 6 #101
  • Change CLI/Node options #98

Features

  • Support size specification of PNG (in Favicon) #97

v1.2.3

Bug Fixes

v1.2.2

Features

  • Support Node v10.x #90

Bug Fixes

  • CLI size specification is not working #89

v1.2.1

Features

  • Support Node 9 #87

v1.2.0

Features

  • Supports is32 and il32 #71

v1.1.5

Bug Fixes

  • Fail if the sizes option is not specified #66

v1.1.4

Features

v1.1.3

Bug Fixes

  • Close a write stream #57 by satorf
  • Close stream explicitly #58

v1.1.2

Bug Fixes

  • npm install fails #56

v1.1.0

Features

Bug Fixes

  • Icon can not be set as Finder's Folder #54
  • ICNS displays incorrectly in Launchpad folder #53

1.0.8

Features

  • Drop transpile by Babel #48

v1.0.7

Features

1.0.6

Features

  • Node v7 support #41

Bug Fixes

1.0.5

Features

1.0.4

Features

  • Allow specifying icon file name #38

v1.0.3

Features

  • ICNS size adjustments #32

Bug Fixes

  • It is an error to omit the modes in options #33

v1.0.2

Features

  • Update a node modules
  • Node v6 support

v1.0.1

Features

  • Update a node modules
  • All of the file is output in a mode other than all #25
  • Wrong PNG mode of message #24
  • Implement an output mode #22

v1.0.0

  • First release