Fix #69: executing script tag with src + whitespace doesn't work

This commit is contained in:
Michiel Borkent 2023-07-24 20:26:15 +02:00
parent 381f3d8234
commit 265e73be27
2 changed files with 18 additions and 12 deletions

View file

@ -2,9 +2,13 @@
[Scittle](https://github.com/babashka/scittle): execute Clojure(Script) directly from browser script tags via SCI!
## Unreleased
- [#69](https://github.com/babashka/babashka/issues/69): executing script tag with src + whitespace doesn't work
## v0.6.15 (2023-05-04)
- #58: build system for creating scittle distribution with custom libraries. See [plugins/demo](plugins/demo).
- [#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))
- Upgrade `sci.configs` to `"33bd51e53700b224b4cb5bda59eb21b62f962745"`
- Update nREPL implementation: implement `eldoc` (`info`, `lookup`) ([@benjamin-asdf](https://github.com/benjamin-asdf))