Skip to content

Commit d57de27

Browse files
committed
Deprecate old API
1 parent 3465e8f commit d57de27

File tree

8 files changed

+239
-2518
lines changed

8 files changed

+239
-2518
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
## Unreleased
44

5-
- Fix `io.print` when bundling to the Browser using bundlers like `Vite`, `Webpack`, etc. where the `process` object exsits but not `process.stdout.write`.
5+
- `io.print` will now work in JavaScript environments where the `process`
6+
object exists but does not have a `stdout` property.
7+
- The decoder API in the `dynamic` module has been deprecated.
68

79
## v0.52.0 - 2025-01-04
810

0 commit comments

Comments
 (0)