Fix #77: make dep on js/document optional

This commit is contained in:
Michiel Borkent 2024-04-30 11:11:49 +02:00
parent fcc1d1b843
commit d8cbb5a7ee
2 changed files with 15 additions and 7 deletions

View file

@ -2,13 +2,17 @@
[Scittle](https://github.com/babashka/scittle): execute Clojure(Script) directly from browser script tags via SCI!
## Unreleased
## v0.6.17 (2024-04-30)
- [#77](https://github.com/babashka/babashka/issues/77): make dependency on browser (`js/document`) optional so scittle can run in webworkers, Node.js, etc.
## v0.6.16 (2024-04-22)
- [#69](https://github.com/babashka/babashka/issues/69): executing script tag with src + whitespace doesn't work
- [#72](https://github.com/babashka/babashka/issues/72): add clojure 1.11 functions like `update-vals`
- #75: Support reader conditionals in source code
- [#75](https://github.com/babashka/babashka/issues/75): Support reader conditionals in source code
## v0.6.16 (2023-05-04)
## v0.6.15 (2023-05-04)
- [#58](https://github.com/babashka/babashka/issues/58): build system for creating scittle distribution with custom libraries. See [plugins/demo](plugins/demo).
- Use `window.location.hostname` for WebSocket connection instead of hardcoding `"localhost"` ([@pyrmont](https://github.com/pyrmont))