-
Use Dart Sass as node-sass is deprecated (#46) Most
node-sass
options are supported by Dart Sass. However there are a few exceptions:- The
precison
andsourceComments
option are no longer supported outputStyle
can be only"expanded"
or"compressed"
- The
-
Drop Node.js < 14 support (#52)
- Use hexo object in context
- Drop Node.js 4 support
- Remove lockfile
- travis: replace 7 by latest node version (58b6dbbd)
- package: upgrade node-sass to version 4.5.3 (610157e3)
- package: license field should be a string (430bd883)
- main: hotfix hexo undefined regression This regression is introduced at f9a2ef62c9cf480f1fc3d757de57fd06b93cc164 due to the fact that
hexo
is not in global namespace. Here is a dirty hotfix and we will drop hexo 2.x support to migrate to new plugin syntax. (da181f29)
Breaking changes: this version drops node.js 0.12 support.
- Bump
node-sass
version to 4.0 (#22)
- Add yarn lockfile (#20)
- Add engine requirement (#27)
- Add eslint (#23)
- Add travis (#24)
- Use standard code style (#25)
- Better support on
sass
format (#28)