Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 834 Bytes

File metadata and controls

45 lines (25 loc) · 834 Bytes

Changelog

v2.0.0 / 2023-11-06

  • Converted to TypeScript, including type definitions.

v1.0.0 / 2023-10-31

  • Converted to be an ES6 module.

v0.5.0 / 2023-10-30

  • Added Metalsmith#debug() calls.

v0.4.1 / 2022-02-27

  • Don't allow empty resource path (prevents <a href=""> when linking to self).

v0.4.0 / 2022-02-25

  • Use Metalsmith v2.4's metalsmith.match() instead of minimatch.
  • Major README update.

v0.3.0 / 2020-05-17

  • Fixed a / (Unix) vs. \ (Windows) path separator issue.

v0.2.0 / 2020-02-06

  • Added support for <img data-src="">.

v0.1.0 / 2019-05-25

  • Added Jest tests.

v0.0.2 / 2019-05-11

  • Fixed option defaulting.
  • Fixed linting.
  • Created README.
  • Created CHANGELOG.

v0.0.1 / 2019-05-10

  • Initial version.