Changelog
Migrating from v1.x.x
The main three changes to keep in mind are:
- The default classname was changed from
icons-toicon-(to match the--helptext) - you can make if behave as before by just adding--prefix iconsto the execution - Node v8.1.0 or higher is now required - Please upgrade node or downgrade the module - nothing wrong with using
v1.1.2! - Change in the CSS template that is generated: #26
Full Changelog
- Refactoring and clean-up
- Rewrite using async / await
- Add eslint and dependencies as
devDependencies, make it easier to contribute - Add
codepointsoption that allows feeding a codepoints JSON map - Change default classname prefix from
icons-toicon- - Fix parser for Windows environments: #23
- Set
font-familyfor onlyielements withclassPrefix: #26