Skip to content

Changelog

Compare
Choose a tag to compare
@tancredi tancredi released this 13 Apr 09:06
· 27 commits to master since this release

Migrating from v1.x.x

The main three changes to keep in mind are:

  • The default classname was changed from icons- to icon- (to match the --help text) - you can make if behave as before by just adding --prefix icons to 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 codepoints option that allows feeding a codepoints JSON map
  • Change default classname prefix from icons- to icon-
  • Fix parser for Windows environments: #23
  • Set font-family for only i elements with classPrefix: #26