Comparing version
{ | ||
"name": "nodent", | ||
"version": "3.2.2", | ||
"version": "3.2.4", | ||
"description": "NoDent - Asynchronous Javascript language extensions", | ||
@@ -16,3 +16,3 @@ "main": "nodent.js", | ||
"dependencies": { | ||
"nodent-compiler": "^3.2.2", | ||
"nodent-compiler": "^3.2.4", | ||
"nodent-runtime": "^3.2.1", | ||
@@ -19,0 +19,0 @@ "resolve": "^1.5.0" |
@@ -586,2 +586,7 @@ [](https://nodei.co/npm/nodent/) | ||
30-Apr-18 v3.2.4 | ||
- Fix issue where `catch` body was incompletely transformed (see https://github.com/MatAtBread/nodent/issues/109) | ||
- Fix issue where unreachable continuation generated an illegal Identifer after try-catch (see https://github.com/MatAtBread/fast-async/issues/56) | ||
24-Apr-18 v3.2.2 | ||
@@ -588,0 +593,0 @@ |
228363
0.12%734
0.69%Updated