Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.8 KB

CHANGELOG.md

File metadata and controls

51 lines (33 loc) · 1.8 KB

0.5.15 - to be released

  • New release aligned with Figwheel 0.5.15.

[compare](https://github.com/boot-clj/boot-fig reload/compare/0.5.14...master)

0.5.14

  • 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)

First release matching lein-figwheel's version

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-onloads