All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
- Changed: minimum require
node
version is>=8.9.0
.
- Fixed: protected close
chokidar
watcher
, whenos
already killwatcher
.
- Fixed: check if
watchFileSystem
is available.
- Added:
bail
option for ignore errors. - Refactor: use other generate strategy to avoid infinity loops.
- Added:
webpack@4
support. - Changed: rewrite
watch
logic. - Changed: rename plugin to
webfont-webpack-plugin
. - Changed: drop support
webpack@2
and less version. - Changed: minimum require
node
version is>=6.9.5
. - Changed: minimum require
webfont
version is^8.0.0
.
- Fixed: regression error after fix infinity recompilation.
- Fixed: infinite recompilation.
- Added: config option
dest.outputFilename
.
- Fixed: used
run
andwatch-run
events for the compilation fonts and styles, for avoid endless compilation in watch mode.
- Fixed: used the
webpack
watch system for watching changes.
- Fixed: used the
make
event for the compilation fonts and styles.
- Fixed: flush
errors
on every compilation. - Chore: minimum required
webfont
version is now^7.0.0
. - Chore: minimum required
eslint-plugin-import
version is now^2.2.0
. - Chore: minimum required
eslint-plugin-itgalaxy
version is now^26.0.0
. - Chore: minimum required
eslint-plugin-jsx-a11y
version is now^3.0.0
. - Chore: minimum required
eslint-plugin-react
version is now^6.6.0
. - Chore: refactored for new
webfont
version. - Chore: improved tests.
- Chore: refactoring code.
- Chore: refactoring tests.
- Fixed: problems with
watch
.
- Chore: initial public release.