Skip to content

Latest commit

 

History

History
167 lines (85 loc) · 6.79 KB

CHANGELOG.md

File metadata and controls

167 lines (85 loc) · 6.79 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.3.5 (2021-03-09)

Bug Fixes

1.3.4 (2021-03-09)

Bug Fixes

1.3.3 (2021-03-09)

Bug Fixes

  • html attribute placeholders throwing split error #28 (b1e14dc)
  • minify multiline svg elements (9f37d2d)
  • parse errors with JS comments in HTML attributes with no quotes (0f5a842)
  • spaces in pseudo classes (like ::part) are not removed (85526fc), closes #26

1.3.2 (2020-08-18)

Bug Fixes

  • css tagged templates not respecting semicolons (#22) (3651a0b)

1.3.1 (2020-06-10)

Bug Fixes

  • don't remove attribute quotes by default. Fixes #12. (#13) (e18ae65)

1.3.0 (2020-02-08)

Features

Bug Fixes

  • update to html-minifier v4.0.0 (6ddfd10)
  • update to parse-literals v1.2.0 (bba4c7d)

1.2.2 (2019-02-13)

Bug Fixes

  • failure to minify templates prefixed with comments (8805f69)

1.2.1 (2019-02-13)

Bug Fixes

  • remove source files from package (b53c052)

1.2.0 (2019-02-13)

Features

  • add ability to minify css-tagged templates (d37a037), closes #3

1.1.2 (2018-11-29)

Bug Fixes

  • update to html-minifier 3.5.21 (11a9f6b)
  • strategy: error when minifying inline CSS style placeholders #1 (2226ae2)

1.1.1 (2018-10-25)

Bug Fixes

  • fail to minify with <style> placeholders (64b9b6f)

1.1.0 (2018-10-24)

Bug Fixes

  • do not fail on empty template literals (b74973a)
  • update parse-literals to 1.1.0 (5ba1e99)

Features

  • allow partial minify options to make it easier to customize (f007988)
  • do not require options or filename (6649ac9)

1.0.7 (2018-10-05)

Bug Fixes

  • do not remove tag whitespace (89f362a)

1.0.6 (2018-10-03)

Bug Fixes

  • do not collapse boolean attributes for Polymer binding syntax (80df154)

1.0.5 (2018-09-27)

Bug Fixes

  • update parse-literals to fix escaped character minifying (93922c8)

1.0.4 (2018-09-19)

Bug Fixes

  • do not sort attributes or class names (b72a5c4)

1.0.3 (2018-09-19)

Bug Fixes

  • use hires sourcemaps by default (7f132b2)

1.0.2 (2018-09-13)

Bug Fixes

1.0.1 (2018-07-24)

Bug Fixes

Features