astro-compressor
Advanced tools
Changelog
v1.0.0
2024-11-28
The main change is that the compression is now batch parallelized to speed up compression for larger sites and the custom logger was replaced with the Astro logger. Bumped packages and moved from ESLint/Prettier to Biome.
8892cf1
] Use AstroIntegrationLogger over custom logger4853f21
] Update README2b9a0ab
] Run CI against latest and LTS NodeJS2150125
] Extract out compression login to shared functione7bc27d
] Parallelize and batch process files8c56e05
] And run correct lint tasks in CI18cdd9c
] Use pnpm@9 in CI3d55b57
] Bump remaining packagesb2ed13e
] Bump typescript, use @tsconfig/bases packages for confige28eb3a
] Add test step to CIce437bd
] Add a test site to run integration tests against0db2b37
] Remove prettier and eslint, move to biomef125d43
] Bump pnpm/action-setup from 3.0.0 to 4.0.0633c1a9
] Bump pnpm/action-setup from 2.4.0 to 3.0.0ec3bff9
] Bump actions/setup-node from 3 to 4Changelog
v0.4.0
2023-03-20
Add configurable file extensions to options, allowing the user to change the default files that are compressed.