Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 1.3.0 #113

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [Unreleased][unreleased]

## [1.3.0][] - 2023-10-09

- Support new globals for node.js 18 and 20
- Drop node.js 16 and 19

## [1.2.6][] - 2023-07-31

- Classes added to COMMON_CONTEXT: AbortController, Event, EventTarget,
Expand Down Expand Up @@ -81,7 +86,8 @@ First metavm implementation with following features
- Contexts, use default empty and frozen, emulated or pass one
- Use `microtaskMode` https://github.com/nodejs/node/pull/34023

[unreleased]: https://github.com/metarhia/metavm/compare/v1.2.6...HEAD
[unreleased]: https://github.com/metarhia/metavm/compare/v1.3.0...HEAD
[1.3.0]: https://github.com/metarhia/metavm/compare/v1.2.6...v1.3.0
[1.2.6]: https://github.com/metarhia/metavm/compare/v1.2.5...v1.2.6
[1.2.5]: https://github.com/metarhia/metavm/compare/v1.2.4...v1.2.5
[1.2.4]: https://github.com/metarhia/metavm/compare/v1.2.3...v1.2.4
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metavm",
"version": "1.2.6",
"version": "1.3.0",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"license": "MIT",
"description": "Metarhia script loader, node.js vm wrapper",
Expand Down
Loading