Skip to content

Releases: patrickhulce/fontmin-webpack

v4.0.0

21 Mar 14:34
174cd6f
Compare
Choose a tag to compare

v4.0.0 (2022-03-21)

  • fix: match asset filenames containing querystring (#59) (2d018ba), closes #59
  • fix: handle 2-bytes to 6-bytes unicode characters (#58) (174cd6f), closes #58
  • chore: update to fontmin@0.9.9 and remove ttf2woff2 (#60) (a2cc27a), closes #60

BREAKING CHANGE

  • automatically includes 2-byte unicode characters with autodetect

v3.2.0

23 Nov 20:33
fcfcad4
Compare
Choose a tag to compare

v3.2.0 (2021-11-23)

  • feat: add an option to append a content hash (#51) (fcfcad4), closes #51

v3.1.0

14 Sep 14:57
4c72d42
Compare
Choose a tag to compare

v3.1.0 (2021-09-14)

  • feat: filter optimized fonts with an allowlist/skiplist (#48) (4c72d42), closes #48
  • fix: prefer ExtractTextPlugin version of fonts (#45) (9a27b9e), closes #45

v3.0.1

21 Apr 21:18
Compare
Choose a tag to compare

v3.0.1 (2021-04-21)

  • fix: noop on no modules or assets (f306975), closes #34
  • fix: handle multi-byte unicode sequences (e0743ba)
  • chore: update deps (#36) (2b35657), closes #36
  • chore: revert to old lint cli (e6e9808)
  • chore: switch to github actions (5e2e12a)

v3.0.0

31 Oct 22:35
Compare
Choose a tag to compare

v3.0.0 (2020-10-31)

  • feat: support webpack 5 (5220f70)
  • docs: update readme for webpack 5 version (bca31d0)
  • tests: remove prettier spacing (d91f389)
  • tests: clear dist before running (eec43bf)
  • tests: assert against glyphs too (e7aa785)
  • tests: update lint rules (2f0be20)
  • tests: remove NukecssPlugin from test suite (a69d417)
  • chore: publish on node 10 (17d4780)
  • chore: update peerDep for webpack 5 (a261644)
  • chore: update devDeps to webpack 5 (92c3288)
  • chore(ci): remove node 8 support (9a9af3e)

BREAKING CHANGE

  • no longer supports webpack 4

v2.0.7

17 Jul 14:40
51068ea
Compare
Choose a tag to compare

v2.0.7 (2020-07-17)

  • chore(deps): bump lodash from 4.17.13 to 4.17.19 (#30) (51068ea), closes #30

v2.0.6

22 Feb 23:50
1d6fe00
Compare
Choose a tag to compare

v2.0.6 (2020-02-22)

v2.0.5

02 Nov 18:43
Compare
Choose a tag to compare

v2.0.5 (2019-11-02)

  • chore(deps): bump lodash from 4.17.4 to 4.17.13 (#18) (64e2b98), closes #18

v2.0.4

21 Jun 19:14
Compare
Choose a tag to compare

v2.0.4 (2019-06-21)

  • fix: handle missing font buffers (f4b5407)
  • tests: remove not a font svg (c387334)
  • tests: lint fixes (413dfbc)
  • chore: upgrade nukecss dependency (5f73c90)
  • chore: add integrity hashes to yarn.lock (874589a)

v2.0.3

12 Feb 15:55
Compare
Choose a tag to compare

v2.0.3 (2019-02-12)

  • tests: better coverage for ExtractTextPlugin use cases (#15) (2e993af), closes #15 #13