9b938ee - moved insertStyle test to correct file b940849 - insertStyle no longer throws a fatal error when window is undefined
c9332d0 - #88 - Added 'master' branch to 'dev-build-and-test' git workflow file.
- Reverted rollup-pluginutils version back to recently upgraded @rollup/pluginutils version, minus one major version from latest version - The version is set to one major behind to ensure backwards compatibility with existing projects.
We also upgraded to this version, of @rollup/pluginutils, to allow users, who have started to use rollup-plugin-sass@1.2.5, to continue supplyingRegExp | string | string[]
forinclude
andexclude
properties (rollup-pluginutils doesn't acceptRegExp
for these props). - Updated plugin's source to ensure that
include
andexclude
always have a default when their incoming values are directly set toundefined
- previous update had removed these default, since they were set in options merge call, however merging inundefined
prop. values weren't taken into account in that update - this update fixes that change.
New Features
- support rollup@1.x (#61)
output
options only works withbundle.write()
Bug Fixes
- allow
options.exclude
to be empty string
Bug Fixes
- fix ci error
- remove node-sass in
devDependencies
New Features
- switch default sass compiler to sass from node-sass (#56)
Bug Fixes
- async
resolve
hangs in edge case #55
New Features
- add
options.runtime
support different sass compiler runtime
Bug Fixes
- can not resolve file id start with
~
(#38)
New Features
- the
processor
support object result