@anywidget/deno
March 28, 2025 ยท View on GitHub
0.2.3
Patch Changes
- Send initial state when opening Jupyter comm (#839)
0.2.2
Patch Changes
- Allow more flexible anywidget front-end versions (#798)
0.2.1
Patch Changes
- Change
buffer_pathsfromArray<string>toArray<Array<string>>(#797)
0.2.0
Minor Changes
- Support dispatching binary data through the comm (#793)
0.1.2
Patch Changes
- Prefer interface over type for WidgetOptions (#498)
0.1.1
Patch Changes
-
Publish package to
jsr:@anywidget/deno(#491)Deprecates https://deno.land/x/anywidget distribution for the preferred JSR.
0.1.0
Minor Changes
- Switch to sync API to define widget (#487)
0.0.5
Patch Changes
- feat: Allow Deno to check if display
inwidget (603b9e1)
0.0.4
Patch Changes
- Bump anywidget version to 0.7.0
(
525e3c8)
0.0.3
Patch Changes
-
feat: Try to discover installed anywidget version (#326)
-
feat: Add Install/Uninstall scripts for widget front end (#329)
deno run -A https://deno.land/x/anywidget/install.ts
0.0.2
Patch Changes
- fix: Use current anywidget version in comms open message (#323)
0.0.1
Patch Changes
- feat: make initial release (#319)