Skip to content

Releases: sondr3/astro-html-minifier

v0.5.1

06 Sep 13:11
ffede7c
Compare
Choose a tag to compare

v0.5.1

2023-09-06

Summary

Mark package as deprecated.

Commits

  • [d7dbd16] Mark package as deprecated
  • [049b3ad] Bump actions/checkout from 3 to 4
  • [c1b0f15] Bump pnpm/action-setup from 2.3.0 to 2.4.0
  • [270973e] Bump pnpm/action-setup from 2.2.4 to 2.3.0

v0.5.0

19 Jun 17:32
7664c25
Compare
Choose a tag to compare

0.5.0

2023-06-19

Summary

No new functional changes, only dependency bumps.

Commits

v0.4.1

31 Jan 10:19
ea4623a
Compare
Choose a tag to compare

v0.4.1

2023-01-31

Summary

Bump Astro dependency to 2.0, update README.

Commits

  • [aaf22aa] Add configuration to README
  • [ee086d0] Bump dependencies, minor refactor of default export

v0.4.0

29 Dec 13:06
92fe8d8
Compare
Choose a tag to compare

v0.4.0

2022-12-29

Summary

Remove globby dependency and use standard library functionality. Fix paths on Windows.

Commits

  • [55f723e] Use fileUrlToPath to fix path on Windows
  • [3eab843] Remove globby dependency, use stdlib
  • [ea9c2c5] Use shields.io over badge.fury.io

v0.3.0

27 Dec 12:14
7d21c8d
Compare
Choose a tag to compare

v0.3.0

2022-12-27

Summary

Bump HTML minifier and other dependencies.

Commits

  • [e548841] Fix release CI step
  • [fa91401] Bump dependencies, fix formatting
  • [3b04925] Release v0.3.0
  • [a147ed3] Bump pnpm/action-setup from 2.2.3 to 2.2.4
  • [7abb719] Bump pnpm/action-setup from 2.2.2 to 2.2.3
  • [7487f66] Add publish step to build pipeline

v0.2.0

27 Aug 21:47
7fd1f52
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

v0.2.0

2022-08-27

Summary

Initial release of a HTML minifier for Astro.

Commits

  • [7003730] Bump version to 0.2.0, fix dist/ not being clean
  • [a3016b5] Set version to 0.1.0
  • [d54c019] Rename package again
  • [93809bd] Set version number to 0.0.1
  • [ad80149] Add 'files' property to package.json
  • [40580f2] Update README, name
  • [43a85a2] Rename library as Astro does CSS/JS minification
  • [f394beb] Actually, use console.{log,info,..}
  • [11d9d40] Newline added to logger
  • [7ddc64f] Add JS configuration using esbuild
  • [0ea7d17] Update logger to use process.stdout/process.stderr
  • [38f26b0] Disable CSS minifier if using Tailwind
  • [71b8ee7] Update built HTML log message
  • [78e10f2] Minify CSS with Parcel CSS
  • [27e4b11] Extract mergeOptions to utils, make it generic
  • [1f1b193] Add configuration for HTML minifier, extract to own file
  • [0e2fb7c] Add a simple logger, try/catch for HTML minification
  • [416cd8e] Minify HTML files
  • [8907411] Add lint scripts
  • [4c31cac] First pass at minifying HTML pages
  • [111c5fe] In the beginning there was darkness