This repository has been archived by the owner on Jun 4, 2022. It is now read-only.
1.8.0
New features
- Remove #_=> from pasted code (#261).
- Allow CLJS require from
node_modules
(#130). - Make
dir
work on aliases. - Add spec completions (#279).
- Handle scoped packages when loading Cljs from node dirs (#300).
- Added
lumo.build.api/watch
(#321).
Changes
- Upgrade Node.js to version 9.2.0.
- Upgrade ClojureScript to version 1.9.946.
Bug fixes
- lumo.compiler/cljs-files-in can match dirs (#270).
- Fix bug in the build API caused by requiring
cljs.spec.test.alpha
(#273). - Fix compilation crash with macros &
:optimize-constants true
(#274). - Require fails if Lumo output is redirected (#283).
- Lumo script failure when redirecting stdout? (#286).
- Load required macro namespaces when reading analysis cache (#308).
- Don't look for the REPL history file in the user's home directory if one doesn't exist (#309).
- Use
tools.reader
with the unicode literal / cljs.core/bit-or warning (#341). - Auto-completion fails with numbers in ns names (#332)
- WARNING: cljs.core/bit-or, all arguments must be numbers (#341).
- Add common metadata keys to completion keywords (#344).