Comparing version
{ | ||
"name": "nodent", | ||
"version": "3.2.4", | ||
"version": "3.2.6", | ||
"description": "NoDent - Asynchronous Javascript language extensions", | ||
@@ -16,3 +16,3 @@ "main": "nodent.js", | ||
"dependencies": { | ||
"nodent-compiler": "^3.2.4", | ||
"nodent-compiler": "^3.2.6", | ||
"nodent-runtime": "^3.2.1", | ||
@@ -19,0 +19,0 @@ "resolve": "^1.5.0" |
@@ -586,2 +586,7 @@ [](https://nodei.co/npm/nodent/) | ||
02-May-18 v3.2.6 (3.2.5) | ||
- Re-work detection of whether `const` semantics should be treated as pre-ES6 (NodeJS <=5.x) or ES6 in favour of ES6 semantics. Note that this may change the execution path of code which previously made the opposite assumption in NodeJS <5.x and realted JS engines. (More details at https://github.com/MatAtBread/nodent-transform/commit/5fa3d01400ffb4903fe4184c3886f5d8b1c223b0) | ||
- Fix regression in v3.2.5 which limited the scope of `var` declarations within loop bodies. | ||
30-Apr-18 v3.2.4 | ||
@@ -588,0 +593,0 @@ |
228862
0.22%739
0.68%Updated