-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected]
- Loading branch information
Showing
22 changed files
with
156 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,26 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [1.0.0-alpha.47](http://axe312ger.github.io/sqip/compare/[email protected]@1.0.0-alpha.47) (2024-02-24) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* show average processing time in demo in ms ([84bb989](http://axe312ger.github.io/sqip/commit/84bb989b618ddddc8a3fe12162f6fb4763c24637)) | ||
* **deps:** update dependency aspect-ratio to v2.1.5 ([dd9915b](http://axe312ger.github.io/sqip/commit/dd9915b4848616375554580888b7884b1a3ea426)) | ||
* **deps:** update dependency sharp to v0.32.6 [security] ([04c3395](http://axe312ger.github.io/sqip/commit/04c3395b131ffd1fcec67df12d4a98ca0c0c4295)) | ||
|
||
|
||
### Features | ||
|
||
* add info about generating machine and turn into improve css a little ([2365329](http://axe312ger.github.io/sqip/commit/23653296790a37b06b4545d0620abd6d2f876e11)) | ||
* add triangle plugin and include filename and mime type into metadata ([f8838de](http://axe312ger.github.io/sqip/commit/f8838dead30932e59bc5f00cb2e2e9e20bf70a40)) | ||
* new blurhash plugin ([c147d05](http://axe312ger.github.io/sqip/commit/c147d050a8f99663324d3e67da5e7d65f0e2c960)) | ||
|
||
|
||
|
||
|
||
|
||
# [1.0.0-alpha.46](http://axe312ger.github.io/sqip/compare/[email protected]@1.0.0-alpha.46) (2024-01-25) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "sqip-demo", | ||
"version": "1.0.0-alpha.46", | ||
"version": "1.0.0-alpha.47", | ||
"main": "index.html", | ||
"repository": "http://axe312ger.github.io/sqip", | ||
"author": "Benedikt Rötsch <[email protected]>", | ||
|
@@ -25,14 +25,14 @@ | |
"pretty-bytes": "6.1.1", | ||
"probe-image-size": "7.2.3", | ||
"sharp": "0.32.6", | ||
"sqip": "^1.0.0-alpha.42", | ||
"sqip": "^1.0.0-alpha.43", | ||
"sqip-legacy": "npm:sqip@legacy", | ||
"sqip-plugin-blur": "^1.0.0-alpha.43", | ||
"sqip-plugin-data-uri": "^1.0.0-alpha.43", | ||
"sqip-plugin-pixels": "^1.0.0-alpha.42", | ||
"sqip-plugin-potrace": "^1.0.0-alpha.14", | ||
"sqip-plugin-primitive": "^1.0.0-alpha.44", | ||
"sqip-plugin-svgo": "^1.0.0-alpha.44", | ||
"sqip-plugin-blur": "^1.0.0-alpha.44", | ||
"sqip-plugin-data-uri": "^1.0.0-alpha.44", | ||
"sqip-plugin-pixels": "^1.0.0-alpha.43", | ||
"sqip-plugin-potrace": "^1.0.0-alpha.15", | ||
"sqip-plugin-primitive": "^1.0.0-alpha.45", | ||
"sqip-plugin-svgo": "^1.0.0-alpha.45", | ||
"systeminformation": "^5.22.0", | ||
"vhtml": "2.2.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [1.0.0-alpha.48](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.48) (2024-02-24) | ||
|
||
**Note:** Version bump only for package sqip-cli | ||
|
||
|
||
|
||
|
||
|
||
# [1.0.0-alpha.47](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.47) (2024-01-25) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "sqip-cli", | ||
"version": "1.0.0-alpha.47", | ||
"version": "1.0.0-alpha.48", | ||
"description": "> TODO: description", | ||
"author": "Benedikt Rötsch <[email protected]>", | ||
"homepage": "https://github.com/axe312ger/sqip#readme", | ||
|
@@ -34,11 +34,11 @@ | |
"debug": "^4.3.4", | ||
"fs-extra": "^11.1.1", | ||
"pkg-up": "^3.1.0", | ||
"sqip": "^1.0.0-alpha.42", | ||
"sqip-plugin-blur": "^1.0.0-alpha.43", | ||
"sqip-plugin-data-uri": "^1.0.0-alpha.43", | ||
"sqip-plugin-primitive": "^1.0.0-alpha.44", | ||
"sqip-plugin-svgo": "^1.0.0-alpha.44" | ||
"sqip": "^1.0.0-alpha.43", | ||
"sqip-plugin-blur": "^1.0.0-alpha.44", | ||
"sqip-plugin-data-uri": "^1.0.0-alpha.44", | ||
"sqip-plugin-primitive": "^1.0.0-alpha.45", | ||
"sqip-plugin-svgo": "^1.0.0-alpha.45" | ||
}, | ||
"devDependencies": { | ||
"@types/command-line-args": "5.2.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [1.0.0-alpha.44](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.44) (2024-02-24) | ||
|
||
**Note:** Version bump only for package sqip-plugin-blur | ||
|
||
|
||
|
||
|
||
|
||
# [1.0.0-alpha.43](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.43) (2024-01-25) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "sqip-plugin-blur", | ||
"version": "1.0.0-alpha.43", | ||
"version": "1.0.0-alpha.44", | ||
"description": "> TODO: description", | ||
"author": "Benedikt Rötsch <[email protected]>", | ||
"homepage": "https://github.com/axe312ger/sqip#readme", | ||
|
@@ -27,7 +27,7 @@ | |
"url": "https://github.com/axe312ger/sqip/issues" | ||
}, | ||
"dependencies": { | ||
"sqip": "^1.0.0-alpha.42" | ||
"sqip": "^1.0.0-alpha.43" | ||
}, | ||
"peerDependencies": { | ||
"@vibrant/color": "3.2.1-alpha.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 1.0.0-alpha.1 (2024-02-24) | ||
|
||
|
||
### Features | ||
|
||
* new blurhash plugin ([c147d05](https://github.com/axe312ger/sqip/commit/c147d050a8f99663324d3e67da5e7d65f0e2c960)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "sqip-plugin-blurhash", | ||
"version": "1.0.0-alpha.0", | ||
"version": "1.0.0-alpha.1", | ||
"description": "Plugin for blurhash", | ||
"author": "Benedikt Rötsch <[email protected]>", | ||
"homepage": "https://github.com/axe312ger/sqip#readme", | ||
|
@@ -28,7 +28,7 @@ | |
"dependencies": { | ||
"blurhash": "^2.0.5", | ||
"sharp": "^0.32.0", | ||
"sqip": "^1.0.0-alpha.42" | ||
"sqip": "^1.0.0-alpha.43" | ||
}, | ||
"devDependencies": { | ||
"@types/jsdom": "^21.1.6", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [1.0.0-alpha.44](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.44) (2024-02-24) | ||
|
||
**Note:** Version bump only for package sqip-plugin-data-uri | ||
|
||
|
||
|
||
|
||
|
||
# [1.0.0-alpha.43](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.43) (2024-01-25) | ||
|
||
**Note:** Version bump only for package sqip-plugin-data-uri | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "sqip-plugin-data-uri", | ||
"version": "1.0.0-alpha.43", | ||
"version": "1.0.0-alpha.44", | ||
"description": "> TODO: description", | ||
"author": "Benedikt Rötsch <[email protected]>", | ||
"homepage": "https://github.com/axe312ger/sqip#readme", | ||
|
@@ -28,7 +28,7 @@ | |
}, | ||
"dependencies": { | ||
"mini-svg-data-uri": "^1.4.4", | ||
"sqip": "^1.0.0-alpha.42" | ||
"sqip": "^1.0.0-alpha.43" | ||
}, | ||
"peerDependencies": { | ||
"@vibrant/color": "3.2.1-alpha.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [1.0.0-alpha.43](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.43) (2024-02-24) | ||
|
||
|
||
### Features | ||
|
||
* add triangle plugin and include filename and mime type into metadata ([f8838de](https://github.com/axe312ger/sqip/commit/f8838dead30932e59bc5f00cb2e2e9e20bf70a40)) | ||
|
||
|
||
|
||
|
||
|
||
# [1.0.0-alpha.42](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.42) (2024-01-25) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "sqip-plugin-pixels", | ||
"version": "1.0.0-alpha.42", | ||
"version": "1.0.0-alpha.43", | ||
"description": "Experimental plugin to create a pixelation effect", | ||
"author": "Benedikt Rötsch <[email protected]>", | ||
"homepage": "https://github.com/axe312ger/sqip#readme", | ||
|
@@ -28,7 +28,7 @@ | |
"dependencies": { | ||
"@svgdotjs/svg.js": "^3.0.16", | ||
"sharp": "^0.32.0", | ||
"sqip": "^1.0.0-alpha.42", | ||
"sqip": "^1.0.0-alpha.43", | ||
"svgdom": "^0.1.13" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [1.0.0-alpha.15](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.15) (2024-02-24) | ||
|
||
|
||
### Features | ||
|
||
* add triangle plugin and include filename and mime type into metadata ([f8838de](https://github.com/axe312ger/sqip/commit/f8838dead30932e59bc5f00cb2e2e9e20bf70a40)) | ||
|
||
|
||
|
||
|
||
|
||
# [1.0.0-alpha.14](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.14) (2024-01-25) | ||
|
||
**Note:** Version bump only for package sqip-plugin-potrace | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "sqip-plugin-potrace", | ||
"version": "1.0.0-alpha.14", | ||
"version": "1.0.0-alpha.15", | ||
"description": "> TODO: description", | ||
"author": "Benedikt Rötsch <[email protected]>", | ||
"homepage": "https://github.com/axe312ger/sqip#readme", | ||
|
@@ -28,7 +28,7 @@ | |
}, | ||
"dependencies": { | ||
"potrace": "^2.1.6", | ||
"sqip": "^1.0.0-alpha.42" | ||
"sqip": "^1.0.0-alpha.43" | ||
}, | ||
"devDependencies": { | ||
"cheerio": "1.0.0-rc.12" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [1.0.0-alpha.45](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.45) (2024-02-24) | ||
|
||
|
||
### Features | ||
|
||
* add triangle plugin and include filename and mime type into metadata ([f8838de](https://github.com/axe312ger/sqip/commit/f8838dead30932e59bc5f00cb2e2e9e20bf70a40)) | ||
|
||
|
||
|
||
|
||
|
||
# [1.0.0-alpha.44](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.44) (2024-01-25) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "sqip-plugin-primitive", | ||
"version": "1.0.0-alpha.44", | ||
"version": "1.0.0-alpha.45", | ||
"description": "> TODO: description", | ||
"author": "Benedikt Rötsch <[email protected]>", | ||
"homepage": "https://github.com/axe312ger/sqip#readme", | ||
|
@@ -32,7 +32,7 @@ | |
"debug": "^4.3.4", | ||
"execa": "5.1.1", | ||
"sharp": "^0.32.0", | ||
"sqip": "^1.0.0-alpha.42" | ||
"sqip": "^1.0.0-alpha.43" | ||
}, | ||
"peerDependencies": { | ||
"@vibrant/color": "3.2.1-alpha.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [1.0.0-alpha.45](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.45) (2024-02-24) | ||
|
||
|
||
### Features | ||
|
||
* make SVGO more aggressive ([5127915](https://github.com/axe312ger/sqip/commit/5127915c1677427e8bd362ca3b08afbb3d6de38b)) | ||
|
||
|
||
|
||
|
||
|
||
# [1.0.0-alpha.44](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.44) (2024-01-25) | ||
|
||
**Note:** Version bump only for package sqip-plugin-svgo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "sqip-plugin-svgo", | ||
"version": "1.0.0-alpha.44", | ||
"version": "1.0.0-alpha.45", | ||
"description": "> TODO: description", | ||
"author": "Benedikt Rötsch <[email protected]>", | ||
"homepage": "https://github.com/axe312ger/sqip#readme", | ||
|
@@ -27,7 +27,7 @@ | |
"url": "https://github.com/axe312ger/sqip/issues" | ||
}, | ||
"dependencies": { | ||
"sqip": "^1.0.0-alpha.42", | ||
"sqip": "^1.0.0-alpha.43", | ||
"svgo": "^3.0.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 1.0.0-alpha.1 (2024-02-24) | ||
|
||
|
||
### Features | ||
|
||
* add triangle plugin and include filename and mime type into metadata ([f8838de](https://github.com/axe312ger/sqip/commit/f8838dead30932e59bc5f00cb2e2e9e20bf70a40)) | ||
* support background color based on color palette and add background rect for better blur support ([e18d0cd](https://github.com/axe312ger/sqip/commit/e18d0cd28101f8ab2f9afd962aef21ebdd2c6483)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "sqip-plugin-triangle", | ||
"version": "1.0.0-alpha.0", | ||
"version": "1.0.0-alpha.1", | ||
"description": "> TODO: description", | ||
"author": "Benedikt Rötsch <[email protected]>", | ||
"homepage": "https://github.com/axe312ger/sqip#readme", | ||
|
@@ -32,9 +32,9 @@ | |
"debug": "^4.3.4", | ||
"execa": "5.1.1", | ||
"sharp": "^0.32.0", | ||
"sqip": "^1.0.0-alpha.42" | ||
"sqip": "^1.0.0-alpha.43" | ||
}, | ||
"peerDependencies": { | ||
"@vibrant/color": "3.2.1-alpha.1" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,19 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [1.0.0-alpha.43](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.43) (2024-02-24) | ||
|
||
|
||
### Features | ||
|
||
* add triangle plugin and include filename and mime type into metadata ([f8838de](https://github.com/axe312ger/sqip/commit/f8838dead30932e59bc5f00cb2e2e9e20bf70a40)) | ||
* improve debug information when a plugin throws an error ([8cff60b](https://github.com/axe312ger/sqip/commit/8cff60b1ae57f8e1bdd7f01bb7b130d54ffdddaa)) | ||
* show actual error when loading a plugin fails ([6c868ae](https://github.com/axe312ger/sqip/commit/6c868aef4d0f4038ec417a7d7ae574e77dff204c)) | ||
|
||
|
||
|
||
|
||
|
||
# [1.0.0-alpha.42](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.42) (2024-01-25) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "sqip", | ||
"version": "1.0.0-alpha.42", | ||
"version": "1.0.0-alpha.43", | ||
"description": "> TODO: description", | ||
"author": "Benedikt Rötsch <[email protected]>", | ||
"homepage": "https://github.com/axe312ger/sqip#readme", | ||
|