- New release aligned with Figwheel
0.5.15
.
[compare](https://github.com/boot-clj/boot-fig reload/compare/0.5.14...master)
- New release aligned with Figwheel
0.5.14
.
[compare](https://github.com/boot-clj/boot-fig reload/compare/0.5.13...0.5.14)
- New release aligned with Figwheel
0.5.13
.
[compare](https://github.com/boot-clj/boot-fig reload/compare/0.5.9...0.5.13)
Handled server to client messages:
-
:files-changed
-
:compile-warning
-
:compile-failed
-
:css-files-changed
Implemented client to server messages:
-
"file-selected"
-
"callback"
Misc tasks:
- Inject the Figwheel bootstrap script
- Handle individual
js-onload
per build id (untested but there) - Figwheel version
- Use Figwheel init code (?)
- Handle
boot-reload
's:asset-host
in Figwheel (link to comments) - Pass the right
:open-file
option to Figwheel - Solve the "first message lost" problem with a message queue (?)
- Assert needed dependencies
- Repl integration (at the moment supported via
boot-cljs-repl
)
To be thorougly tested:
- Node client
- Web-worker client
- Trigger of multiple
js-onload
s