Skip to content

Releases: FriendsOfShopware/FroshPlatformHtmlMinify

2.1.0

15 Sep 15:46
Compare
Choose a tag to compare
  • Feat: add dedicated options for javascript and html

2.0.3

22 Jan 22:00
Compare
Choose a tag to compare
  • Feat: add support for Shopware 6.6

2.0.2

15 Jan 20:19
Compare
Choose a tag to compare
  • Perf: change comparison of string length to byte length for the compression header which is also faster
  • Perf: change internal cache key for JavaScript from sha1 to xxh128 hash
  • Feat: enable compressionHeader for fresh installations

2.0.1

03 Oct 11:16
Compare
Choose a tag to compare

2.0.1 (2023-10-03)

Features

  • disable compressionHeader on default (#17) (07e2c31)

2.0.0

21 Feb 22:33
Compare
Choose a tag to compare

2.0.0 (2023-02-21)

Features

  • shopware 6.5 compatibility (f00a86f)

1.0.5

09 Aug 10:56
Compare
Choose a tag to compare

1.0.5 (2022-08-09)

Features

  • add cache for JS compression (158d1c6)
  • extract minification to own service (cee9290)

1.0.4

18 Mar 13:12
Compare
Choose a tag to compare

1.0.4 (2022-03-18)

Bug Fixes

  • catch error with division by zero (a9a11b7)

1.0.3

08 Oct 09:48
Compare
Choose a tag to compare

Changelog

  • Feat: Compression is only performed in production mode

1.0.2

19 Sep 19:15
Compare
Choose a tag to compare

Changelog

  • Fix: Fix errors caused by empty content

1.0.1

07 Jun 10:48
Compare
Choose a tag to compare

Changelog

  • Feat: keep spaces around span tags
  • Feat: Keep spaces around button tags
  • Feat: Remove standard types `text/javascript` and` text/css`
  • Feat: Put semicolons at the end of each Javascript block
  • Fix: Correct behavior when installing plug-ins via composer