Skip to content

Latest commit

 

History

History
277 lines (121 loc) · 8.43 KB

CHANGELOG.md

File metadata and controls

277 lines (121 loc) · 8.43 KB

1.2.4 (2020-06-01)

Features

1.2.3 (2020-02-04)

1.2.2 (2019-05-04)

Bug Fixes

  • deps: update dependency jsdom to v14 (2b52376)
  • deps: update dependency jsdom to v15 (b99d990)

Features

1.2.1 (2019-02-19)

Bug Fixes

  • potential security vulnerability (c12fac6)

1.2.0 (2019-02-05)

Bug Fixes

  • package: update jsdom to version 13.0.0 (81e0ec1)
  • tasks: non-base64 inline svg are not escaped correctly (0986e7d)

1.1.3 (2018-10-17)

Features

  • task: refine relative url for assetsUrlPrefix (a763ad2)
  • cleanup default outpu (0f0cb4a)

1.1.2 (2018-09-23)

Features

  • task: refine relative url for assetsUrlPrefix (10a3831)

1.1.1 (2018-09-22)

Features

  • tasks: Add option to return non-serialized dom. (95345d0)

1.1.0 (2018-09-11)

Bug Fixes

  • tarsks: revert 8766c08, it doesn't work when assetsUrlPrefix is set (712f0ac)

1.0.1 (2018-08-25)

Bug Fixes

  • tasks: wrong assets url replaced (8766c08)

1.0.0 (2018-08-20)

Features

  • update uglifyjs@3 (0b3c38a)
  • test: add test for file size limit (5b6c2b3)

0.1.20 (2018-08-15)

Bug Fixes

Features

  • no more cheerio, jsdom to the rescue (369e7a8)
  • update output (5aa0908)

0.1.19 (2017-01-20)

Bug Fixes

  • travis: remove old node support (482e98a)

0.1.18 (2017-01-20)

Features

  • add assetsKeep and assetsDelete support (09ce376)

0.1.17 (2017-01-20)

Bug Fixes

0.1.16 (2017-01-20)

Features

  • add inlineLinkTags support (1092f13)

0.1.15 (2017-01-20)

Features

  • add inlineLinkTags support (1007e73)

0.1.14 (2016-04-06)

Bug Fixes

  • travis: avoid deps hard errors (e32e315)

0.1.13 (2016-02-22)

Features

0.1.12 (2016-02-22)

Features

0.1.11 (2015-09-09)

Bug Fixes

  • core: inlined assets not deleted (10cfe91)

0.1.10 (2015-09-09)

Bug Fixes

Features

  • core: smoosh SVG in inlined <style> [hidden tracks] (b899425)
  • docs: update badges (46e15ee)

0.1.9 (2015-09-01)

Features

  • core: add deleteOriginals option (d2beef7)
  • core: add verbose log option (ff8c550)
  • core: better verbose output (28b68c1)

0.1.8 (2015-08-12)

Bug Fixes

  • core: remove line breaks in SVGs (676235a)
  • core: wrong processInput for CSS (06cb9dd)
  • grunt: avoid es5 warning (180e52a)

Features

  • test: add missing tests (8d4fb88)

0.1.7 (2015-08-12)

Features

  • core: add assetsDir, inlineSvg, and inlineSvgBase64 support (915b972)
  • core: rebrand with new name grunt-assets-inline (3ac1b9c)
  • core: rename task from inline to assets_inline (0b36f99)
  • core: update options.includeTag to target file queries (de012a2)
  • grunt: try auto build (4637df0)