Skip to content

Releases: RodrigoTomeES/astro-rename

v2.0.0-alpha6

20 Jun 21:20
Compare
Choose a tag to compare
v2.0.0-alpha6 Pre-release
Pre-release

[2.0.0-alpha6] - 2024-06-20

Added

  • Support for compressing CSS variables.
  • Support SSR and hybrid mode.

Changed

  • Regular expresion to match class names now is more strict, avoiding matches with incomplete class names.

Fixed

  • Config types are now correctly exported, so now the plugin has suggestion in options.

New Contributors

Full Changelog: v1.1.2...v2.0.0-alpha6

v1.1.2

04 Nov 20:27
Compare
Choose a tag to compare

[1.1.2] - 2023-11-04

Changed

  • Now the required version of Node.js is the latest LTS 18 or higher.
  • Updated dependencies.

v1.1.1

21 Oct 13:20
Compare
Choose a tag to compare

[1.1.1] - 2023-10-21

Changed

  • Now the required version of Node.js is the latest LTS 18.18 or higher.

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

11 Aug 14:48
Compare
Choose a tag to compare

[1.1.0] - 2023-08-11

Added

  • Show size of the result files with gzip and brotli
  • Improve stadistics of file size reduction

Fixed

  • Regex expression matches incomplete class names, leading to errors: h-2 class match instances of h-20

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

29 May 21:53
Compare
Choose a tag to compare

[1.0.0] - 2023-05-29

Added

  • Support for compressing CSS classes.
  • The options for postcss-rename support excluding IDs.
  • Replacement of CSS class references in HTML, JS, and other files.
  • Support for custom class name prefixes.
  • Option to set the target file extensions to process.