Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: node_modules/vulcanize/node_modules/whacko/node_modules/parse5/CHANGELOG.md

Issue 800513006: Added vulcanize under third_party/npm_modules (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: node_modules/vulcanize/node_modules/whacko/node_modules/parse5/CHANGELOG.md
diff --git a/node_modules/vulcanize/node_modules/whacko/node_modules/parse5/CHANGELOG.md b/node_modules/vulcanize/node_modules/whacko/node_modules/parse5/CHANGELOG.md
new file mode 100644
index 0000000000000000000000000000000000000000..9fda10238ba8a8831250713ef3ff053152113b50
--- /dev/null
+++ b/node_modules/vulcanize/node_modules/whacko/node_modules/parse5/CHANGELOG.md
@@ -0,0 +1,42 @@
+## 1.2.0
+ * Add: `<template>` support
+ * `parseFragment` now uses `<template>` as default `contextElement`. This leads to the more "forgiving" parsing manner.
+ * `TreeSerializer` was renamed to `Serializer`. However, serializer is accessible as `parse5.TreeSerializer` for backward compatibility .
+
+## 1.1.6
+ * Fix: apply latest changes to the `htmlparser2` tree format (DOM Level1 node emulation).
+
+## 1.1.5
+ * Add: [jsdom](https://github.com/tmpvar/jsdom)-specific parser with scripting support. Undocumented for `jsdom` internal use only.
+
+## 1.1.4
+ * Add: logo
+ * Fix: use fake `document` element for fragment parsing (required by [jsdom](https://github.com/tmpvar/jsdom)).
+
+## 1.1.3
+ * Development files (e.g. `.travis.yml`, `.editorconfig`) are removed from NPM package.
+
+## 1.1.2
+ * Fix: crash on Linux due to upper-case leading character in module name used in `require()`
+
+## 1.1.1
+ * Add: [SimpleApiParser](https://github.com/inikulin/parse5/#class-simpleapiparser)
+ * Fix: new line serialization in `<pre>`
+ * Fix: `SYSTEM`-only `DOCTYPE` serialization
+ * Fix: quotes serialization in `DOCTYPE` IDs
+
+## 1.0.0
+ * First stable release, switch to semantic versioning.
+
+## 0.8.3
+ * Fix: siblings calculation bug in `appendChild` in `htmlparser2` tree adapter.
+
+## 0.8.1
+ * Add: [TreeSerializer](https://github.com/inikulin/parse5/#class-serializer).
+ * Add: [htmlparser2 tree adapter](https://github.com/inikulin/parse5/#-treeadaptershtmlparser2).
+
+## 0.6.1
+ * Fix: incorrect `<menuitem>` handling in `<body>`.
+
+## 0.6.0
+ * Initial release.

Powered by Google App Engine
This is Rietveld 408576698