Skip to content

Commit 37d59dc

Browse files
authored
Merge pull request #94 from venveo/fix/preparse-autovals
Fix/preparse autovals
2 parents b215f2b + 895e71a commit 37d59dc

File tree

9 files changed

+2175
-79
lines changed

9 files changed

+2175
-79
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [12.x, 14.x]
15+
node-version: [14.x]
1616

1717
steps:
1818
- uses: actions/checkout@v2

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
14

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## Unreleased
4+
### Added
5+
- Added support for AVIF output with `auto=format`
6+
7+
### Fixed
8+
- Fix quality parameter (`q`) not being respected with `auto=format`
9+
- Fix bug with `lossless` parameter not being respected
10+
11+
### Changed
12+
- Optimized usage of Sharp by reusing previously created instances more often
13+
- If browsers support AVIF, it will become the preferred output format for "auto=format" instead of webp
14+
315
## [2.1.1] - 2021-03-31
416
### Changed
517
- Updated to Sharp 0.28.0

0 commit comments

Comments
 (0)