Skip to content

Latest commit

 

History

History
61 lines (34 loc) · 2.21 KB

CHANGELOG.md

File metadata and controls

61 lines (34 loc) · 2.21 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.2.2 - 2020-11-25

  • Republish

1.2.1 - 2020-11-25

  • Use previously hashed file name if it exists

1.2.0 - 2020-11-25

  • Expand attribute matchers (href, src) to include "content"
  • Add optional transformPath method to modify matched attribute values for local file resolution

1.1.1 - 2020-07-16

  • Update README, add custom hash example

1.1.0 - 2020-07-16

  • Add custom pattern option for matching file names
  • Add hashLength option to override default hash length

1.0.0 - 2020-05-09

  • Refactor API to only hash files with [hash] in the file name; hash length is adjustable with the pattern [hash:${length}]

0.3.0 - 2020-05-04

  • Support omitting CSS/JS files to hash in options

0.2.3 - 2019-12-27

  • Fix bug by omitting an error if the file does not exist (e.g. external URL) (#22)

0.2.2 - 2019-10-17

  • Upgrade posthtml from 0.11.16 to 0.12.0
  • Upgrade hasha from 5.0.0 to 5.1.0

0.2.1 - 2019-09-21

  • Upgrade posthtml from 0.11.15 to 0.11.16
  • Refactor type definitions

0.2.0 - 2019-08-26

  • Rename existing hashed file instead writing to a new file

0.1.0 - 2019-08-25

  • Initial release