Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / postcss-safe-parser / CHANGELOG.md
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/postcss-safe-parser/CHANGELOG.md b/.config/coc/extensions/node_modules/coc-prettier/node_modules/postcss-safe-parser/CHANGELOG.md
new file mode 100644 (file)
index 0000000..07c1309
--- /dev/null
@@ -0,0 +1,40 @@
+# Change Log
+This project adheres to [Semantic Versioning](http://semver.org/).
+
+## 3.0.1
+* Fix parsing IE filter with missed semicolon.
+
+## 3.0
+* Use PostCSS 6.0.
+* Use `babel-preset-env`.
+
+## 2.0.1
+* Do not fall on colon instead of semicolon in the declaration end.
+
+## 2.0
+* Use PostCSS 5.2 core tokenizer.
+
+## 1.0.7
+* Parse new lines according W3C CSS syntax specification.
+
+## 1.0.6
+* Fix package dependencies.
+
+## 1.0.5
+* Fix CSS syntax error position on unclosed quotes.
+
+## 1.0.4
+* Fix wrong `main` in `package.json`.
+
+## 1.0.3
+* Remove Babel from dependencies (by Jonny Buchanan).
+
+## 1.0.2
+* Clean code for PostCSS 5.0.13 internal changes.
+* Use Babel 6.
+
+## 1.0.1
+* Fix `url()` parsing.
+
+## 1.0
+* Initial release from PostCSS sources.