- Fixed a bug that would cause the module to crash if the file list provided by the user wasn't a directory.
- Updated various dependencies.
- Fixed another bug that caused errors to print to the console if inline CSS existed in a scanned template.
- Fixed a bug that could cause templates to be significantly altered by this preprocessor due to having been fully ingested by a DOM parser and then re-serialized back into a string. As of this version, only the custom elements that are progressively enhanced will be ingested by the DOM parser and re-serialized back into a string.
- Fixed a bug that caused errors to print to the console if inline CSS existed in a scanned template.
- Updated various dependencies.
- Fixed a bug that prevented camelCase attribute names from replacing
${templateLiteral}values for values in markup. - Updated various dependencies.
- Initial commit.