Skip to content

Releases: itgalaxy/webfont-webpack-plugin

0.2.2

11 May 15:19
Compare
Choose a tag to compare

0.2.2 - 2018-05-11

  • Fixed: protected close chokidar watcher, when os already kill watcher.

0.2.1

31 Mar 11:48
Compare
Choose a tag to compare
  • Fix: check if watchFileSystem is available.

0.2.0

28 Mar 10:13
Compare
Choose a tag to compare
  • Added: bail option for ignore errors.
  • Refactor: use other generate strategy to avoid infinity loops.

0.1.0

22 Mar 12:28
Compare
Choose a tag to compare
  • 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.

0.0.1-alpha.10

22 Sep 09:57
Compare
Choose a tag to compare
  • Fixed: regression error after fix infinity recompilation.

0.0.1-alpha.9

21 Sep 18:07
Compare
Choose a tag to compare
  • Fixed: infinite recompilation.

0.0.1-alpha.8

29 Aug 09:58
Compare
Choose a tag to compare
Style: fix code style using `prettier`.

0.0.1-alpha.7

11 Jan 15:50
Compare
Choose a tag to compare
  • Fixed: used run and watch-run events for the compilation fonts and styles, for avoid endless compilation
    in watch mode.

0.0.1-alpha.6

11 Jan 14:49
Compare
Choose a tag to compare
  • Chore: used the webpack watch system for watching changes.

0.0.1-alpha.5

11 Jan 13:44
Compare
Choose a tag to compare
  • Chore: used the make event for the compilation fonts and styles.