File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## 0.5.15-SNAPSHOT Support code spliting and modules
1+ ## 0.5.15 Readline
22
3- This release adds automatic support for projects that use
3+ A big thanks goes out to ClojuristsTogether.org and everyone who
4+ contributed for helping to make this work possible!
5+
6+ This release includes the biggest change that Figwheel has had in
7+ quite a while. After 2 months of work I'm proud to release a version
8+ of Figwheel that has Clojure readline support. Even if you always use
9+ your editor REPL like me, you make want to try the REPL that `lein
10+ figwheel` launches. You may find that its a handy tool to have around.
11+
12+ You can learn more about rebel-readline at
13+ [ https://github.com/bhauman/rebel-readline ] ( https://github.com/bhauman/rebel-readline ) .
14+
15+ Don't forget this gets rid of the need for ` rlwrap ` .
16+
17+ You can disable the Rebel readline by adding ` :readline false ` to your
18+ ` :figwheel ` config.
19+
20+ This release requires that you use
21+ ` [org.clojure/clojurescript "1.9.946"] ` at least.
22+
23+ This release also, adds automatic support for projects that use
424[ Code Splitting] ( https://clojurescript.org/guides/code-splitting ) . You
525should now be able to use code splitting and have Figwheel "just work".
626
27+ Other changes:
28+
29+ * Figwheel is now using cljs ` :preloads ` for figwheel client injection
30+
731## 0.5.14 Faster loading for complex dependency trees
832
933Figwheel inherited a topo sort algorithm from the CLJS compiler. It
You can’t perform that action at this time.
0 commit comments