Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

1.5.0

Compare
Choose a tag to compare
@anmonteiro anmonteiro released this 13 May 20:41
· 272 commits to master since this release
41c1406

New features

  • Add find-doc REPL function (#141).
  • Add source REPL special (#84).
  • Add apropos REPL function (#86).
  • Print stacktraces (#36).
  • Add support for running Lumo in Git Bash on Windows (#142).

Changes

  • Upgrade Node.js to version 7.10.0.
  • Upgrade ClojureScript to version 1.9.542. This includes the renaming of Spec
    namespaces to cljs.spec.alpha, cljs.spec.gen.alpha, etc.

Bug fixes

  • Allow all asynchronous operations to finish before exiting when running scripts.
    The fix that landed in version 1.4.1 still exhibited some issues (#148).
  • Fix installation on Windows (#149).
  • Don't crash if socket server can't bind to port (#159).
  • Support multiple forms in --eval scripts (#155).
  • Fix a bug that would prevent loading files from absolute paths (#161).