Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed Nov 28, 2024
1 parent 8892cf1 commit 22aa143
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## 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`](https://github.com/sondr3/astro-compressor/commit/8892cf1)] Use AstroIntegrationLogger over custom logger
- [[`4853f21`](https://github.com/sondr3/astro-compressor/commit/4853f21)] Update README
- [[`2b9a0ab`](https://github.com/sondr3/astro-compressor/commit/2b9a0ab)] Run CI against latest and LTS NodeJS
- [[`2150125`](https://github.com/sondr3/astro-compressor/commit/2150125)] Extract out compression login to shared function
- [[`e7bc27d`](https://github.com/sondr3/astro-compressor/commit/e7bc27d)] Parallelize and batch process files
- [[`8c56e05`](https://github.com/sondr3/astro-compressor/commit/8c56e05)] And run correct lint tasks in CI
- [[`18cdd9c`](https://github.com/sondr3/astro-compressor/commit/18cdd9c)] Use pnpm@9 in CI
- [[`3d55b57`](https://github.com/sondr3/astro-compressor/commit/3d55b57)] Bump remaining packages
- [[`b2ed13e`](https://github.com/sondr3/astro-compressor/commit/b2ed13e)] Bump typescript, use @tsconfig/bases packages for config
- [[`e28eb3a`](https://github.com/sondr3/astro-compressor/commit/e28eb3a)] Add test step to CI
- [[`ce437bd`](https://github.com/sondr3/astro-compressor/commit/ce437bd)] Add a test site to run integration tests against
- [[`0db2b37`](https://github.com/sondr3/astro-compressor/commit/0db2b37)] Remove prettier and eslint, move to biome
- [[`f125d43`](https://github.com/sondr3/astro-compressor/commit/f125d43)] Bump pnpm/action-setup from 3.0.0 to 4.0.0
- [[`633c1a9`](https://github.com/sondr3/astro-compressor/commit/633c1a9)] Bump pnpm/action-setup from 2.4.0 to 3.0.0
- [[`ec3bff9`](https://github.com/sondr3/astro-compressor/commit/ec3bff9)] Bump actions/setup-node from 3 to 4

## v0.4.1

> 2023-09-29
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-compressor",
"version": "0.4.1",
"version": "1.0.0",
"description": "A gzip and brotli compressor for Astro",
"type": "module",
"main": "./dist/index.js",
Expand Down

0 comments on commit 22aa143

Please sign in to comment.