Skip to content

Commit 72b7a67

Browse files
author
Bruce Hauman
committed
update change log
1 parent 7f4365e commit 72b7a67

1 file changed

Lines changed: 26 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,33 @@
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
525
should 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

933
Figwheel inherited a topo sort algorithm from the CLJS compiler. It

0 commit comments

Comments
 (0)