Skip to content

Commit

Permalink
update for release 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehaas committed Apr 9, 2021
1 parent 1954f43 commit efa74dc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### Version 1.15.0 - 09 April 2021
- Increase accuracy of output
- Errors are no-longer shown in isolation - where appropriate
- Improved output for async and generator functions
- Proxies and Promises and no-longer displayed unwrapped in the output
- Maps and Sets now show values in the output
- Fixed an issue where NPM would fail to install packages for some users.
- Fixed an error that occurred when opening the About dialog on Linux.
- Updated V8 to version 8.9
- Updated Node to version 14.16.0
- Updated Chromium to version 89

### Version 1.14.1 - 25 February 2021
- Fix issue with opening menu windows on Windows.
### Version 1.14.0 - 21 February 2021
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ RunJS also has a number of configurable options, accessed via the preferences wi

RunJS executes JavaScript against the following versions of Node, V8 and Chromium:

- Node: 12.16.3
- V8: 8.5
- Chromium: 85
- Node: 14.16.0
- V8: 8.9
- Chromium: 89

## Acknowledgements

Expand Down

0 comments on commit efa74dc

Please sign in to comment.