Skip to content

Commit

Permalink
Bump libraries, update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
matAtWork committed May 2, 2018
1 parent 5fe05fa commit f34b8cf
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 12 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,11 @@ This execution case was pointed out by https://github.com/jods4 - many thanks.
Changelog
==========

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

- Fix issue where `catch` body was incompletely transformed (see https://github.com/MatAtBread/nodent/issues/109)
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodent",
"version": "3.2.4",
"version": "3.2.6",
"description": "NoDent - Asynchronous Javascript language extensions",
"main": "nodent.js",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"nodentjs": "./nodent.js"
},
"dependencies": {
"nodent-compiler": "^3.2.4",
"nodent-compiler": "^3.2.6",
"nodent-runtime": "^3.2.1",
"resolve": "^1.5.0"
},
Expand Down

0 comments on commit f34b8cf

Please sign in to comment.