Skip to content

Latest commit

 

History

History
76 lines (60 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

76 lines (60 loc) · 1.29 KB

Changelog

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

[Unreleased]

[1.8.0]

  • support Hexo 6

[1.7.0]

  • update sharp to 0.27.2
  • fix rotation problem #136 (thanks @SeriesOfUnlikelyExplanations)

[1.6.0]

  • support Hexo 5
  • update dependencies

[1.5.0]

  • support Hexo 4

[1.4.3]

  • replace minimatch with micromatch (thanks @curbengh)

[1.4.2]

Changed

  • update dependencies
  • fixed URLs in package.json

[1.4.1]

Changed

  • configuration file follows the new sharp API backward compatibility is preserved though a compilation warning suggests steps to upgrade config file

[1.4.0]

Changed

  • update sharp to 0.21
  • update bluebird to 3.5.3

[1.3.0]

Added

  • quality option

[1.2.0]

Added

  • support for sharp API options
    • crop
    • embed
    • ignoreAspectRatio
    • max
    • min
    • withoutEnlargement

[1.1.0]

Added

  • priority configuration

[1.0.4]

Changed

  • remove console.log

[1.0.3]

Added

  • add specs
  • support for root level assets

[1.0.2]

Changed

  • decrease after_generate filter priority for better integration with other plugins

[1.0.1]

Changed

  • renamed to hexo-filter-responsive-images
  • optimized for hexo server

[1.0.0]

Added

  • Initial version published as hexo-responsive-images