postcss 5.0.10 → 5.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of postcss might be problematic. Click here for more details.

package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## 5.0.14
2
+ * Allow to use PostCSS in webpack bundle without JSON loader.
3
+
4
+ ## 5.0.13
5
+ * Fix `index` and `word` options in `Warning#toString` (by Bogdan Chadkin).
6
+ * Fix input source content loading in errors.
7
+ * Fix map options on using `LazyResult` as input CSS.
8
+ * 100% test coverage.
9
+ * Use Babel 6.
10
+
11
+ ## 5.0.12
12
+ * Allow passing a previous map with no mappings (by Andreas Lind).
13
+
14
+ ## 5.0.11
15
+ * Increase plugins performance by 1.5 times.
16
+
1
17
  ## 5.0.10
2
18
  * Fix warning from nodes without source.
3
19