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.4.0 #118

Closed
wants to merge 3 commits 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
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
node:
- 18
- 20
- 21
os:
- ubuntu-latest
- windows-latest
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased][unreleased]

## [1.4.0][] - 2023-10-25

- Add fetch to default global
- Move to native node.js test runner
- Support node.js 21

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

- Support new globals for node.js 18 and 20
Expand Down Expand Up @@ -86,7 +92,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.3.0...HEAD
[unreleased]: https://github.com/metarhia/metavm/compare/v1.4.0...HEAD
[1.4.0]: https://github.com/metarhia/metavm/compare/v1.3.0...v1.4.0
[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
Expand Down
4 changes: 3 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
| 0.x | :x: |
| 1.0.x | :x: |
| 1.1.x | :x: |
| 1.2.x | :white_check_mark: |
| 1.2.x | :x: |
| 1.3.x | :x: |
| 1.4.x | :white_check_mark: |

## Reporting a Vulnerability

Expand Down
Loading
Loading