- Converted to TypeScript, including type definitions.
- Converted to be an ES6 module.
- Added
Metalsmith#debug()
calls.
- Use Metalsmith v2.4's
metalsmith.match()
instead ofminimatch
. - Major README update.
- Fix for v0.4.0 breaking functionality with
/
(Unix) path separators.
- Fixed a
/
(Unix) vs.\
(Windows) path separator issue.
- Added
"data-src"
and"content"
as defaults toattributes
.
- Added
ignore
option.
- Added Jest tests.
- Fixed incorrect usage of spread operator in array concatenation.
- Fixed option defaulting.
- Fixed linting.
- Created README.
- Created CHANGELOG.
- Updated dependencies:
eslint
- Initial version.