Skip to content

Commit

Permalink
Deprecate old API
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Jan 23, 2025
1 parent 3465e8f commit d57de27
Show file tree
Hide file tree
Showing 8 changed files with 239 additions and 2,518 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## Unreleased

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

## v0.52.0 - 2025-01-04

Expand Down
Loading

0 comments on commit d57de27

Please sign in to comment.