- Lock re2 and css-tool dependency versions to still support node 12
- Switched from
css
to@adobe/css-tools
which in turn drops deprecated sourceMap support - Switched from
rework
to@fomantic/rework
for the same reason
- Replace
url-regex
byurl-regex-safe
to fix CVE-2020-7661 - Update dependencies
- Fixed Tests on Windows
- Use
url-regex
to check for @imports containing URLs - Update
parse-import
to2.0.0
- Major improvements to code and tests
- Update
css
to2.0.0
(ref)
- Fix a path stack issue
- Drop graceful-fs to allow browser usage (ref)
- Ignore protocol base URL
- Better automatic path (using rework/css.parse source option)
- Better stack trace
transform
option (mainly to usecss-whitespace
)
Merge with rework-inline bring the following:
- Support media queries
- Add encoding option
- Use find-file to lookup imports
- Automated tests
- Relative
@import
- Better error reporting
- Fix unused referenced package
- Allow nested imports
Initial release