- Replaced the six year old
sync-requestwith native Node.jshttps.get()calls. - Added
parallelismoption.
- 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.
- Fixed root-relative resource paths (starting with
/) being excluded. - Fixed a
/(Unix) vs.\(Windows) path separator issue.
- Fixed
ignoreResourcesnot ignoring some resources. - Fixed
ignoreResourcesto correctly use resource URI.
- Added
ignoreResourcesoption. - Removed ignoring
fonts.googleapis.comby default. - Fixed overwriting the existing
integrityattribute of remote resources. - Added
'use strict';.
- Added Jest tests.
- Fixed option defaulting.
- Fixed linting.
- Created README.
- Created CHANGELOG.
- Updated dependencies:
eslint
- Initial version.