New
2025-07-11
@endo/immutable-arraybuffer 1.1.2
- Removes
@endo/immutable-arraybufer/shim-hermes.jsand absorbs the necessary features into@endo/immutable-arraybuffer/shim.js. We are not qualifying this as a breaking change since the feature did not exist long enough to become relied upon.
@endo/marshal 1.8.0
- Introduces an environment variable config option
ENDO_RANK_STRINGSto change the rank ordering of strings from the current (incorrect) ordering by UTF-16 code unit used by JavaScript's<and.sort()operations to (correct and OCapN-conformant) ordering by Unicode code point. It currently defaults to "utf16-code-unit-order", matching the previously-unconditional behavior.
@endo/pass-style 1.6.3
- The exported function name
isObjectis ambiguous. It is unclear whether it includes functions or not. (It does.) To avoid this confusion, we're deprecatingisObjectand suggesting to use the new exportisPrimitiveinstead, that has the opposite answer. IOW, for allx,