Skip to content

Releases: logicsquad/minifier

1.3

28 Oct 09:43

Choose a tag to compare

Fixed

  • Fixed an edge case where a valid comment syntax was being flagged as unterminated. #4
  • Fixed over-simplification of parameters to grid-template-columns, grid-template-rows. #7

1.2

14 Dec 06:25

Choose a tag to compare

1.2

Fixed

  • Toned down some overly-aggressive whitespace removal. #5

1.1

06 Jul 05:33

Choose a tag to compare

1.1

Changed

  • Updated some dependency versions (Surefire, JUnit).

Fixed

  • Changed log4j-slf4j-implslf4j-api (but adds log4j-slf4j2-impl for unit tests).
  • Fixed issue with over-eager property truncation, leading to occasional invalid CSS.

1.0

29 Dec 07:29

Choose a tag to compare

1.0

We've been using minifier (via minifier-maven-plugin) in Logic Squad projects for nearly a year now. It would appear to be solid enough for its 1.0 release.

Changed

  • Updated some dependency versions.

0.2

10 Jan 09:39

Choose a tag to compare

0.2

Added

  • Updated README.md with instructions for getting started.
  • Added missing pmd.version property to POM.
  • Improved exception handling in JSMinifier and CSSMinifier.

0.1

01 Jan 06:32

Choose a tag to compare

0.1 Pre-release
Pre-release

This is an initial internal release while the repository is still private. Basically, this release just tests deployment to Maven Central via GitHub Actions.