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

Latest commit

 

History

History
37 lines (31 loc) · 1.08 KB

CHANGELOG.md

File metadata and controls

37 lines (31 loc) · 1.08 KB

Changelog

v1.2.1 (2017-05-24)

  • Prevent unnecessary refresh by using CSS injection on Browsersync. (#2)

v1.2.0 (2017-02-24)

  • Update stylelint and gulpfile.js.
  • Update gulp-sass.

v1.1.0 (2016-11-07)

  • Support Node.js v7.
  • Update ESLint and stylelint.
  • Update gulp plugins.

v1.0.0 (2016-06-20)

  • Breaking changes
    • Revise support environment.
      • Drop Node.js v0.12 / Add Node.js v6 support.
      • Support Windows.
  • Features
  • Fixes
    • Exclude generated sprites/fonts from Git. (#1)
    • Minify sprites image.
    • Prevent outputting empty folder to "dist".
    • Add routing for node_modules on the dev server.
  • Others
    • Improve documents and add Japanese translation.
    • Update ESLint and its config.
    • Update gulp plugins.

v0.1.1 (2016-03-07)

  • Update ESLint to v2.3.0 to prevent config error on npm2.
  • Test gulpfile.js on Node.js v5, v4 and v0.12.

v0.1.0 (2016-02-26)

  • Initial release.