1 | ## 0.3.0
|
2 | * Merged in webschik's changes
|
3 | * cleanup of various files (license, readme, gulp file)
|
4 | * added a number of new tests to capture integration failures
|
5 | * resolved remaining integration failures
|
6 | * further linting cleanup (eslint strict)
|
7 |
|
8 | ## 0.2.0
|
9 | * Cleanup of source and build files (eslint standards)
|
10 | * fixing issue with @ inside of a string in parens
|
11 | * new dist folder for npm with minified source files
|
12 |
|
13 | ## 0.1.3
|
14 | * Fix ES2015 module export.
|
15 |
|
16 | ## 0.1.2
|
17 | * Fix interpolation inside string.
|
18 |
|
19 | ## 0.1.1
|
20 | * Fix `url()` parsing.
|
21 |
|
22 | ## 0.1
|
23 | * Initial release.
|