-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# ses v1.10.0 - Permit [Promise.try](https://github.com/tc39/proposal-promise-try), since it has reached Stage 4. - Adds a `reporting` option to `lockdown` and `repairIntrinsics`. The default behavior is `"platform"` which will detect the platform and report warnings according to whether a web `console`, Node.js `console`, or `print` are available. The web platform is distinguished by the existence of `window` or `importScripts` (WebWorker). The Node.js behavior is to report all warnings to `stderr` visually consistent with use of a console group. SES will use `print` in the absence of a `console`. Captures the platform `console` at the time `lockdown` or `repairIntrinsics` are called, not at the time `ses` initializes. The `"console"` option forces the web platform behavior. On Node.js, this results in group labels being reported to `stdout`. The `"none"` option mutes warnings. # @endo/bundle-source v3.5.0 - Adds support for TypeScript type erasure using [`ts-blank-space`](https://bloomberg.github.io/ts-blank-space/) applied to TypeScript modules with `.ts`, `.mts`, and `.cts` extensions, for any package that is not under a `node_modules` directory, immitating `node --experimental-strip-types`. As with `.js` extensions, the behavior of `.ts` is either consistent with `.mts` or `.cts` depending on the `type` in `package.json`. # @endo/compartment-mapper v1.4.0 - Adds options `languageForExtension`, `moduleLanguageForExtension`, `commonjsLanguageForExtension`, and `languages` to `mapNodeModules` and `compartmentMapForNodeModules` allowing for certain mappings from extension (e.g., `ts`) to language (e.g., `mts` or `cts`) to depend on the each package’s `type` in the way we already vary `js` between `cjs` and `mjs`. These options enter through the high level functions including `makeArchive` and `importLocation`. - The new options `workspaceLanguageForExtension`, `workspaceModuleLanguageForExtension`, and `workspaceCommonjsLanguageForExtension` apply like the above except more specifically and for packages that are not physically located under a `node_modules` directory, indicating that JavaScript has not yet been generated from any non-JavaScript source files. - Omits unused module descriptors from `compartment-map.json` in archived applications, potentially reducing file sizes. - Fixes an issue where errors thrown from exit module hooks (`importHook`) would be thrown at parse-time when the parser uses heuristic import analysis _instead of_ at runtime. Such errors will now be thrown at runtime, as originally intended. To those who expected the previous behavior: if you exist, please exercise caution when upgrading.
- Loading branch information
Showing
83 changed files
with
384 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
### [1.0.9](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-11-13) | ||
|
||
**Note:** Version bump only for package @endo/base64 | ||
|
||
|
||
|
||
|
||
|
||
### [1.0.8](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-10-10) | ||
|
||
**Note:** Version bump only for package @endo/base64 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,15 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [3.5.0](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-11-13) | ||
|
||
|
||
### Features | ||
|
||
* **bundle-source:** Support TypeScript type erasure ([88a4fb4](https://github.com/endojs/endo/commit/88a4fb46ea4908457a88b806919f1559eadd262a)) | ||
|
||
|
||
|
||
### [3.4.2](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-10-22) | ||
|
||
**Note:** Version bump only for package @endo/bundle-source | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
### [4.4.3](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-11-13) | ||
|
||
**Note:** Version bump only for package @endo/captp | ||
|
||
|
||
|
||
|
||
|
||
### [4.4.2](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-10-22) | ||
|
||
**Note:** Version bump only for package @endo/captp | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
### [1.0.12](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-11-13) | ||
|
||
**Note:** Version bump only for package @endo/check-bundle | ||
|
||
|
||
|
||
|
||
|
||
### [1.0.11](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-10-22) | ||
|
||
**Note:** Version bump only for package @endo/check-bundle | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
### [1.0.9](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-11-13) | ||
|
||
**Note:** Version bump only for package @endo/cjs-module-analyzer | ||
|
||
|
||
|
||
|
||
|
||
### [1.0.8](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-10-10) | ||
|
||
**Note:** Version bump only for package @endo/cjs-module-analyzer | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
### [2.3.6](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-11-13) | ||
|
||
**Note:** Version bump only for package @endo/cli | ||
|
||
|
||
|
||
|
||
|
||
### [2.3.5](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-10-22) | ||
|
||
**Note:** Version bump only for package @endo/cli | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
### [1.2.8](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-11-13) | ||
|
||
**Note:** Version bump only for package @endo/common | ||
|
||
|
||
|
||
|
||
|
||
### [1.2.7](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-10-22) | ||
|
||
**Note:** Version bump only for package @endo/common | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,26 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.4.0](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-11-13) | ||
|
||
|
||
### Features | ||
|
||
* **compartment-mapper:** add Compartment option to captureFromMap ([1ac2156](https://github.com/endojs/endo/commit/1ac2156ae46f9b94ac39cd8b241d0f1ac16f5cce)) | ||
* **compartment-mapper:** Collect unretained module descriptors ([e3b310d](https://github.com/endojs/endo/commit/e3b310d4bd4ddd859d4606a87b6bb2c063831d75)) | ||
* **compartment-mapper:** languageForExtensions options but parameterized on package type ([c31c31f](https://github.com/endojs/endo/commit/c31c31fc258f8b733b677216d492b7655af45c0d)) | ||
* **compartment-mapper:** Workspace language-for-extension options ([389de7b](https://github.com/endojs/endo/commit/389de7b6f9ff4b191f17c442199c289f12c5b855)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **compartment-mapper:** Defer all importHook errors when importing a… ([#2610](https://github.com/endojs/endo/issues/2610)) ([28999e8](https://github.com/endojs/endo/commit/28999e8a2da209c28b217f096dc2fb8080898e9a)) | ||
* **compartment-mapper:** Relax ERef to Promise ([169b9fa](https://github.com/endojs/endo/commit/169b9fa17864618b89963aba40dff717946c9ca6)) | ||
* **compartment-mapper:** Thread compartment name to all exit import hooks ([abd1ddd](https://github.com/endojs/endo/commit/abd1ddd48ae1dc3a3ad134a5fa2bedb0600ce412)) | ||
* **compartment-mapper:** top-level "this" is "module.exports" ([#2620](https://github.com/endojs/endo/issues/2620)) ([a923f4e](https://github.com/endojs/endo/commit/a923f4e864b2975b46f7c20bcc7c702ac0d5287d)) | ||
|
||
|
||
|
||
### [1.3.1](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-10-22) | ||
|
||
**Note:** Version bump only for package @endo/compartment-mapper | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
### [2.4.6](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-11-13) | ||
|
||
**Note:** Version bump only for package @endo/daemon | ||
|
||
|
||
|
||
|
||
|
||
### [2.4.5](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-10-22) | ||
|
||
**Note:** Version bump only for package @endo/daemon | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
### [1.1.8](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-11-13) | ||
|
||
**Note:** Version bump only for package @endo/env-options | ||
|
||
|
||
|
||
|
||
|
||
### [1.1.7](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-10-10) | ||
|
||
**Note:** Version bump only for package @endo/env-options | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
### [1.2.8](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-11-13) | ||
|
||
**Note:** Version bump only for package @endo/errors | ||
|
||
|
||
|
||
|
||
|
||
### [1.2.7](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-10-22) | ||
|
||
**Note:** Version bump only for package @endo/errors | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
### [2.2.3](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-11-13) | ||
|
||
**Note:** Version bump only for package @endo/eslint-plugin | ||
|
||
|
||
|
||
|
||
|
||
### [2.2.2](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-10-10) | ||
|
||
**Note:** Version bump only for package @endo/eslint-plugin | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
### [1.3.3](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-11-13) | ||
|
||
**Note:** Version bump only for package @endo/evasive-transform | ||
|
||
|
||
|
||
|
||
|
||
### [1.3.2](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-10-22) | ||
|
||
**Note:** Version bump only for package @endo/evasive-transform | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
### [1.2.8](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-11-13) | ||
|
||
**Note:** Version bump only for package @endo/eventual-send | ||
|
||
|
||
|
||
|
||
|
||
### [1.2.7](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-10-22) | ||
|
||
**Note:** Version bump only for package @endo/eventual-send | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
### [1.5.7](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-11-13) | ||
|
||
**Note:** Version bump only for package @endo/exo | ||
|
||
|
||
|
||
|
||
|
||
### [1.5.6](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-10-22) | ||
|
||
**Note:** Version bump only for package @endo/exo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
### [1.1.9](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-11-13) | ||
|
||
**Note:** Version bump only for package @endo/far | ||
|
||
|
||
|
||
|
||
|
||
### [1.1.8](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-10-22) | ||
|
||
**Note:** Version bump only for package @endo/far | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.