We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b59b40c commit b6b50b1Copy full SHA for b6b50b1
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# 10.0.0 - 2017-05-12
2
+
3
+- Changed: Upgraded to Postcss v6 ([#283](https://github.com/postcss/postcss-import/pull/283))
4
+- Removed: jspm support ([#283](https://github.com/postcss/postcss-import/pull/283))
5
+- Removed: deprecated `addDependencyTo` option
6
+- Removed: `onImport` option
7
+- Changed: Doesn't depend on promise-each ([#281](https://github.com/postcss/postcss-import/pull/281))
8
9
# 9.1.0 - 2017-01-10
10
11
- Added: `addModulesDirectories` option ([#256](https://github.com/postcss/postcss-import/pull/256))
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-import",
- "version": "9.1.0",
+ "version": "10.0.0",
"description": "PostCSS plugin to import CSS files",
"keywords": [
"css",
0 commit comments