mirror of
https://github.com/wishthis/wishthis.git
synced 2026-01-02 20:28:22 -05:00
1.7 KiB
1.7 KiB
3.2.0 / 2025-02-08
- Remove re2 and url-regex(-safe) dependency by re-implementing a slightly changed protocol check from 2.0
3.1.0 / 2024-05-07
- Lock re2 and css-tool dependency versions to still support node 12
3.0.0 / 2022-10-28
- Switched from
cssto@adobe/css-toolswhich in turn drops deprecated sourceMap support - Switched from
reworkto@fomantic/reworkfor the same reason
2.1.1 / 2022-10-28
- Replace
url-regexbyurl-regex-safeto fix CVE-2020-7661 - Update dependencies
- Fixed Tests on Windows
2.0.0 / 2014-11-27
- Use
url-regexto check for @imports containing URLs - Update
parse-importto2.0.0 - Major improvements to code and tests
1.2.0 / 2014-07-04
- Update
cssto2.0.0(ref)
1.1.3 / 2014-06-27
- Fix a path stack issue
1.1.2 / 2014-06-26
- Drop graceful-fs to allow browser usage (ref)
1.1.1 / 2014-06-26
- Ignore protocol base URL
1.1.0 / 2014-06-25
- Better automatic path (using rework/css.parse source option)
- Better stack trace
transformoption (mainly to usecss-whitespace)
1.0.0 / 2014-06-14
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
0.0.3 / 2013-08-07
- Fix unused referenced package
0.0.2 / 2013-08-07
- Allow nested imports
0.0.1 / 2013-08-06
Initial release