Skip to content

Releases: maoberlehner/node-sass-magic-importer

v5.0.1

09 Dec 09:19
Compare
Choose a tag to compare
  • 37e2c0c Speed up jest tests on travis
  • 0c66916 Limit max workers in coverage script directly
  • 0a24256 Fix filter importing with glob pattern in URLs

v5.0.0

30 Nov 17:02
Compare
Choose a tag to compare
  • TypeScript
  • 100% Test coverage

4.1.5

26 May 15:54
Compare
Choose a tag to compare
  • 0c9fe7d Add website link to the README.
  • b24a06e Do not install yarn on travis.ci
  • aa24105 Store imported files by importer instance to prevent problems with once importing

Finally 100% Webpack compatible!

4.1.4

10 Mar 13:56
Compare
Choose a tag to compare
  • 11b59fa Fix linting errors in the rollup config.
  • fea55b7 Add npm install info to the README.

4.1.3

17 Feb 15:35
Compare
Choose a tag to compare
  • 7146720 Update node-sass-package-importer.

4.1.2

17 Feb 13:04
Compare
Choose a tag to compare
  • ee97d62 Update node-sass-package-importer.

4.1.1

17 Feb 13:04
Compare
Choose a tag to compare
  • 7554095 Resolve unexpected isInStore behaviour.
  • 3b39934 Move the source map generation warning to the intro, fixes #86
  • 7a81cc0 Use glob matching for finding absolute urls.

4.1.0

25 Jan 11:26
Compare
Choose a tag to compare
  • 133d882 Add .test prefix to the default-options test file name.
  • 29a0d0a Add a new option for disabling the import once behaviour, fixes #84

4.0.0

14 Jan 18:36
Compare
Choose a tag to compare
  • 9d6c099 Integrate the node-sass-filter-importer according to #80
  • 0bd80f9 Update node-sass-selector-importer to fix a problem with resolving paths when importing via CLI.
  • 821669f Add a test for the cli implementation, fixes #82
  • 5944144 Use babel instead of buble and prepare for using babel to test es6 files directly.
  • 620e05f Update npm dependencies. Fix compatibility issues with new versions of dependencies. Fix linting errors because of a new version of the modularis linting config.
  • 95c548a Change the file name of the magic importer class and move the dist file in a lib subdirectory.
  • 2b6462e Split tests into multiple files and simplify the tests. Use babel to test es6 source files directly.
  • 52c09dc Simplify the CLI script.
  • 6966f4c Use the cleanImportUrl package from the filter importer package to get a clean resolvedUrl.
  • d7a772a Simplify the import once mechanism. Do not try to be smart about selector filters. URLs with filters are always imported, but there is a warning if the same file is imported multiple times.
  • 38c435b Optimize the main index file. Add default options as separate module. Fix a problem with resolving absolute paths.
  • 033fe16 Update the filter importer module.
  • 3a8fe24 Remove old dist files. Delete dist directory before rebuilding. Add default options dist file.

Minor changes

  • c9c0346 Add .gitattributes file and add a setting to treat files in the dist directory as binary files.
  • ce620f4 Add gulp usage example to the README, fixes #77
  • 298521e Change gitattributes to also treat files in subdirectories of dist as binary files.
  • 90656a9 Update npmignore file with newly added files.
  • c5c2e68 Reformat doc block comments.
  • 875b5cb Add infos about node filtering to the README.
  • 567e42b Update the general description to mention node importing.
  • f768876 Remove old upgrade instructions and add new instructions.
  • 3861c74 Update dependencies.

3.1.0

23 Dec 13:11
Compare
Choose a tag to compare
  • 85e2545 Update to the latest version of the node-sass-package-importer to enable configuration of the module import prefix.