Skip to content

Releases: ydah/slim-embedded-minify

v0.2.7

01 Aug 13:38
Compare
Choose a tag to compare
  • Fix incorrect removing when using escaped quotation for css.

Full Changelog: v0.2.6...v0.2.7

v0.2.6

01 Aug 13:27
Compare
Choose a tag to compare
  • Fix incorrect removing when using escaped quotation.

Full Changelog: v0.2.5...v0.2.6

v0.2.5

27 Jul 13:34
7fb0fec
Compare
Choose a tag to compare
  • Fix to not delete anything other than comments.

Full Changelog: v0.2.4...v0.2.5

v0.2.4

27 Jul 07:32
Compare
Choose a tag to compare
  • Fix deletion of strings when /* is present in the string.

Full Changelog: v0.2.3...v0.2.4

v0.2.3

26 Jul 23:56
Compare
Choose a tag to compare

Changes

  • Fix to not removing line when a block comment if it starts at the end of a line.

New Contributors

  • @kei-s made their first contribution in #1

Full Changelog: v0.2.2...v0.2.3

v0.2.2

20 Jul 09:36
091f1a7
Compare
Choose a tag to compare
  • Fix an invalid remove comment.

Full Changelog: v0.2.1...v0.2.2

v0.2.1

18 Jul 06:55
Compare
Choose a tag to compare
  • Refactor code.

Full Changelog: v0.2.0...v0.2.1

v0.2.0

13 Jul 14:17
Compare
Choose a tag to compare
  • Add support for css minify.

v0.1.3

13 Jul 10:17
Compare
Choose a tag to compare
  • Fix to disregard comments if enclosed in quotation marks.
  • Fix deletion of lines when a line is not just a comment.