svg-sprite / svg-sprite

SVG sprites & stacks galore — A low-level Node.js module that takes a bunch of SVG files, optimizes them and bakes them into SVG sprites of several types along with suitable stylesheet resources (e.g. CSS, Sass, LESS, Stylus, etc.)

Home Page:https://github.com/svg-sprite/svg-sprite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Removing support for a node version should be a major version bump

MartijnCuppens opened this issue · comments

In https://github.com/jkphl/svg-sprite/releases/tag/v1.6.0-alpha, support for Node 8 was dropped, which is a breaking change and which should result in a major version bump.

I'm sorry if you encounter any inconveniences. There will be a new major release as soon as I resolved / merged #284. That's also the reason why v1.6.0 was marked as alpha pre-release and also not published on npm (it won't be).

Allright!