Skip to content
This repository was archived by the owner on May 14, 2021. It is now read-only.

Commit b2bce56

Browse files
Merge branch 'master' into bug-incorrect-line-numbers
2 parents 8274160 + b5b9612 commit b2bce56

20 files changed

+302
-195
lines changed

.babelrc

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"presets": [
3+
["env", {
4+
"targets": {
5+
"node": 4
6+
}
7+
}]
8+
]
9+
}

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: node_js
22
node_js:
3+
- "4"
34
- "6"
45
- "7"
56
- "8"

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 1.1.1
2+
* FIX: Also catch errors regarding resolving absolute path of file and avoid them bubbling up to Stylelint
3+
4+
### 1.1.0
5+
* Add support for Node v4
6+
* Catch errors to avoid them bubbling up to Stylelint (which broke the Stylelint plugin for VSCode)
7+
* upgrade typescript-eslint-parser to 9.0.0
8+
19
### 1.0.0
210
* added support for interpolation tagging to take care of all interpolation edge cases
311
* added moduleName option for better support for alternative libraries using a similar API

0 commit comments

Comments
 (0)