- Converted to TypeScript, including type definitions.
- Converted to be an ES6 module.
- Added
Metalsmith#debug()
calls.
- Don't allow empty resource path (prevents
<a href="">
when linking to self).
- Use Metalsmith v2.4's
metalsmith.match()
instead ofminimatch
. - Major README update.
- Fixed a
/
(Unix) vs.\
(Windows) path separator issue.
- Added support for
<img data-src="">
.
- Added Jest tests.
- Fixed option defaulting.
- Fixed linting.
- Created README.
- Created CHANGELOG.
- Initial version.