Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/node_modules/postcss-media-query-parser/CHANGELOG.md')
-rw-r--r--assets/node_modules/postcss-media-query-parser/CHANGELOG.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/assets/node_modules/postcss-media-query-parser/CHANGELOG.md b/assets/node_modules/postcss-media-query-parser/CHANGELOG.md
new file mode 100644
index 0000000..582ea07
--- /dev/null
+++ b/assets/node_modules/postcss-media-query-parser/CHANGELOG.md
@@ -0,0 +1,20 @@
+# 0.2.3
+
+* Removed: `/src` directory from the NPM package.
+
+# 0.2.2
+
+* Fixed: walk would throw if `filter` argument is not passed.
+
+# 0.2.1
+
+* Fixed: the module failing with TypeError in Node.js 0.12.
+
+# 0.2.0
+
+* Added: `parent` property to all nodes that are inside a container.
+* Added: `colon` type of a node.
+
+# 0.1.0
+
+Initial release