We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f5a46 commit 7c34b4fCopy full SHA for 7c34b4f
CHANGELOG.md
@@ -0,0 +1,7 @@
1
+# nanomorph Change Log
2
+All notable changes to this project will be documented in this file.
3
+This project adheres to [Semantic Versioning](http://semver.org/).
4
+
5
+## 6.0.0-beta1 - 2018-03-03
6
+* Enable the use of proxy.realNode DOM node references when nanomorph encounters a proxy node.
7
+* Initialize a changelog.
package.json
@@ -1,6 +1,6 @@
{
"name": "nanomorph",
- "version": "5.1.3",
+ "version": "6.0.0-beta1",
"description": "Hyper fast diffing algorithm for real DOM nodes",
"main": "index.js",
"scripts": {
0 commit comments