Skip to content

Releases: just-boris/less-plugin-glob

Updating dependencies

22 Nov 09:35
Compare
Choose a tag to compare
  • minimal required version is node 6 now
  • do not depend on Promise polyfill, rely on native.

v2.0

15 Jan 23:24
Compare
Choose a tag to compare

Breaking changes:

  • Fix #12 allows to import *.css files if they were matched by glob. If you don't want to import CSS-files, please be sure that your glob expression doesn't match them.
  • Node.js bellow v4 are not supported now.

Recursive imports support

24 Feb 12:47
Compare
Choose a tag to compare
1.1.0

provide addtional testcases due to GH-1