Skip to content

Commit

Permalink
Support hexo 5 and 6
Browse files Browse the repository at this point in the history
  • Loading branch information
ertrzyiks committed Jan 7, 2024
1 parent 59efa7d commit 65a13b8
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
29 changes: 27 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,49 +1,74 @@
# Changelog

All notable changes to this project will be documented in this file.

## [Unreleased]

## [1.5.0]

- support Hexo 5 and 6

## [1.4.1]
- update sharp


- update sharp

## [1.4.0]

- support Hexo 4

## [1.3.3]

### Fixed

- crash when cache file is missing during cache clean

## [1.3.2]

### Updated

- updated dependencies

## [1.3.1]

### Fixed

- clash with `hexo-neat`,
content placeholders now use base64-encoded path

## [1.3.0]

### Updated

- bluebird 3.5.3
- sharp to 0.21.x - colors and SVGs may slightly change

## [1.2.0]

### Updated

- `potrace` svg data URI is shorted and # characters are escaped

### Added

- `priority` configuration
- improved logging and more information with `--debug` flag

## [1.1.1]

### Fixed

- cache values by type

## [1.1.0]

### Added

- possibility to configure cache file name
- possibility to clean cache with `hexo clean`
- `color` type

## [1.0.0]

### Added

- Initial version published as `hexo-filter-lqip`
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/hexojs/hexo-filter-lqip#readme",
"peerDependencies": {
"hexo": "3.x || 4.x"
"hexo": "3.x || 4.x || 5.x || 6.x"
},
"dependencies": {
"bluebird": "^3.7.0",
Expand Down

0 comments on commit 65a13b8

Please sign in to comment.