Skip to content

Commit 7d26802

Browse files
committed
Merge branch 'release/6.0.0' into develop
2 parents da95d61 + 268e325 commit 7d26802

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

CHANGELOG.yaml

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
1-
unreleased:
1+
6.0.0:
2+
date: 2025-02-21
23
breaking changes:
34
- GH-1052 Dropped support for Node < v18
45
new features:
56
- GH-1032 Enhanced performance when operating on buffers in Node environment
6-
- GH-1035 Added missing buffer APIs to expose a uniform interface across environments
7-
- GH-1052 Added support URL, Encoding, File, Cryptography, and Stream globals
7+
- >-
8+
GH-1035 Added missing buffer APIs to expose a uniform interface across
9+
environments
10+
- >-
11+
GH-1052 Added support URL, Encoding, File, Cryptography, and Stream
12+
globals
813
- GH-1049 Replaced shims for atob and btoa with native implementations
9-
- GH-1050 Deprecated `atob`, `btoa`, `backbone`, 'crypto-js' and `tv4` libraries
10-
- |
14+
- >-
15+
GH-1050 Deprecated `atob`, `btoa`, `backbone`, 'crypto-js' and `tv4`
16+
libraries
17+
- >
1118
GH-1066 Added support for AbortController, AbortSignal, AggregateError,
12-
DOMException, Event, EventTarget, Intl, structuredClone and queueMicrotask globals
19+
20+
DOMException, Event, EventTarget, Intl, structuredClone and queueMicrotask
21+
globals
1322
- GH-1051 Added support for File global
1423
fixed bugs:
1524
- GH-1036 Fixed `uncaughtException` event listener not being removed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postman-sandbox",
3-
"version": "5.1.2",
3+
"version": "6.0.0",
44
"description": "Sandbox for Postman Scripts to run in Node.js or browser",
55
"author": "Postman Inc.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)