Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@sondr3 sondr3 released this 28 Nov 19:50
· 1 commit to main since this release
22aa143

v1.0.0

2024-11-28

Summary

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.

Commits

  • [8892cf1] Use AstroIntegrationLogger over custom logger
  • [4853f21] Update README
  • [2b9a0ab] Run CI against latest and LTS NodeJS
  • [2150125] Extract out compression login to shared function
  • [e7bc27d] Parallelize and batch process files
  • [8c56e05] And run correct lint tasks in CI
  • [18cdd9c] Use pnpm@9 in CI
  • [3d55b57] Bump remaining packages
  • [b2ed13e] Bump typescript, use @tsconfig/bases packages for config
  • [e28eb3a] Add test step to CI
  • [ce437bd] Add a test site to run integration tests against
  • [0db2b37] Remove prettier and eslint, move to biome
  • [f125d43] Bump pnpm/action-setup from 3.0.0 to 4.0.0
  • [633c1a9] Bump pnpm/action-setup from 2.4.0 to 3.0.0
  • [ec3bff9] Bump actions/setup-node from 3 to 4