All notable changes to this project will be documented in this file. This file follows the standard of Keep a CHANGELOG. This project adheres to Semantic Versioning.
- directory traversal issue introduced with PR #18 fixed, do not remove globally alls "./" - just remove it when strings begins with it
1.5.0 - 2016-04-12
- supports grunt v1.0.0
- example to exclude files
- import files on same folder without "./" prefix
1.4.0 - 2015-08-04
- Option to set a custom signature or to disable signature
- Example for a SCSS file which uses the import map files from the example grunt task
1.3.0 - 2015-04-14
- Destination file can be written within source path and won't reference itself
- Typo fixes in usage examples
- Remove two examples and add a description how to use other CSS preprocessors for a better overview and readability
1.2.0 - 2015-03-06
- Description of supported CSS preprocessors and postprocessors
- Generated files now use CSS compatible comment style
1.1.0 - 2015-02-09
- Allow single quotes for @import statements
- Check if partial and non-partial with the same name exist in the same folder
- Add a change log file
1.0.3 - 2015-01-27
- use replace() with global modifier to replace all backslashes with slashes
1.0.2 - 2015-01-26
- @import statements change from directory separator from operating system to slashes needed by Sass/libsass
1.0.1 - 2014-12-01
- Keywords for npm search
- Example in documentation shows unclear usage example
- First release of grunt-sass-globbing