- rework watch behavior. file deletes and moves weren't handled properly and could get
lost easily. https://github.com/thheller/shadow-cljs/commit/5e6dae3ec9143560c76ac6ddd565dc08e63879c5
- forwards prints for the REPL. this is surprisingly annoying to deal with for nREPL since there is no defined way to detect a nREPl disconnect. only works for the browser currently as node-repl would print
things twice. don't know how to prevent that yet. https://github.com/thheller/shadow-cljs/commit/db04274d96c4886b3abe8aab6f9bdddb838b8048
- better error when the npm shadow-cljs package is not installed https://github.com/thheller/shadow-cljs/commit/5b176d9c9df98268f342f7c567a11538944017f0
- remove manual hud injection from browser target as it is now always used https://github.com/thheller/shadow-cljs/commit/7c6f20340df0e2ab60448052873f5dfb7c5efba0
- add warning when
:http-handler
could not be resolved https://github.com/thheller/shadow-cljs/commit/b08ecd1f6a66f0afeee42704eb45d5b44ba8aa75
- add basic react-native target, doesn't quite work yet https://github.com/thheller/shadow-cljs/commit/b6d4594bf50e6efa2a0d8ba3a21d31a04ef0238a