hexo/node_modules/hexo-renderer-sass/CHANGELOG.md

1.8 KiB

0.5.0 (2023-06-15)

Breaking

  • 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 and sourceComments option are no longer supported
    • outputStyle can be only "expanded" or "compressed"
  • Drop Node.js < 14 support (#52)

0.4.0 (2019-03-13)

Breaking

  • Use hexo object in context
  • Drop Node.js 4 support

packages

  • Remove lockfile

0.3.2 (2017-6-15)

Chores
  • travis: replace 7 by latest node version (58b6dbbd)
  • package: upgrade node-sass to version 4.5.3 (610157e3)

0.3.1 (2017-2-24)

Chores
  • package: license field should be a string (430bd883)
Bug Fixes
  • 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)

0.3.0 (2017-2-24)

Breaking changes: this version drops node.js 0.12 support.

node-sass

  • Bump node-sass version to 4.0 (#22)

packages

  • Add yarn lockfile (#20)
  • Add engine requirement (#27)

test

  • Add eslint (#23)
  • Add travis (#24)
  • Use standard code style (#25)
  • Better support on sass format (#28)

0.2.0 (2015-9-28)