- Fix compatibility with ClojureScript 1.10.741 and up (#127)
(Release isn't gpg signed as Boot doesn't setup gpg file information for Clojars correctly)
- Update dependencies
- jsloader/load replaced with safeLoad (#122)
- hide popup scrollbar if not needed (#123)
- Fix for using with latest Closure library (which next ClojureScript uses)
- Munge reserved JS names in boot-reload client namespace (Fixes #113)
- Close HttpKit server used for Reload WebSocket connection when task is closed (#107)
- Uses
localhost
as fallback WebSocket host, but also shows the warning if the host can't be properly detected (.e.g when serving fromfile:
URI). (#92, #98) - Checks if
window
methods exists before trying to access them, to prevent problems with React-native and other environments where they don't exist (#110) - Changed mechanism used by Boot-reload to inject Cljs code to the build.
- This probably doesn't change anything, but there is small change this could fix some rare, hard to reproduce errors about Boot-reload Cljs file not being found.
- Use
.cljs.edn
path for Boot-reload client namespace name - Read client options from
:boot-reload
property in.cljs.edn
to allow different values for different builds
- Generic way tasks to send messages to HUD: https://github.com/adzerk-oss/boot-reload/blob/master/doc/hud-messages.md (#72)
- Fix CLJS logo issues with CLJS 1.9.76 and below (#87)
- Fix CLJS logo reloading issues with CLJS 1.9.76 and up (#84)
- Use absolute paths when reloading files (#83)
- Added
:only-by-re
option to control which files should trigger reload (#70) - Fix reload-css/img through changed-href? (#80)
- Fixed Boot 2.6 compatibility
- Added
ws-port
option (#73) to set WS port for the client
- Fixed URIs in Windows (#71)
- Default to current host if
ws-host
is not set (#62) - Add new
cljs-asset-path
option to prepend a path before URL (#65)
- Fixed use with React Native (#58)
- Added
disable-hud
option (#55) - Load changed JS files in strict order (#53)
- This might make reload a bit slower, but will guarantee that files are evaluated in dependency order
- Fixed build
- Broken release
- Added
asset-host
option. It can be used to manually set where the changed files are reloaded. (#51, #54) - Increased HUD
z-index
.
- Cap maximum HUD height
- Guard against cases where HUD container is removed from DOM
- Added HUD
- Requires:
[adzerk/boot-cljs "1.7.48.5"]
- Reads warning and exception information set by Boot-cljs and displays the warnings and exceptions in the browser.
- Added
open-file
option which can be set to run a command when a warning or exception is clicked in browser. This should support e.g. Vim and Emacs.
- Requires:
- Added
secure
option which can be used to tell client to connect usingwss
protocol.
- Add
ws-host
option. Can be used to set the address to which the client connects to. - Add
ids
option. Can be used to enable reload for only specific Cljs builds. - Fix #23
- Added
:asset-path
option