Releases: bhauman/lein-figwheel
Error messages and more
This is the most solid release of Figwheel so far ... enjoy!!
Code context in Errors and Warnings
This means you will see the compile errors and warnings displayed
along with the offending code and a pointer to the position of the
failure. This is a fairly big improvement. I've found that even for
simple errors that I've become accustomed to, the new errors tend to
beam the information in much more quickly.
The code pointers are rough at times and no code context information
will displayed if Figwheel doesn't get any line and column information
from the compiler.
The display of these errors can still be improved further, and I plan
to do so. I just wanted to get the bits hooked up and a decent
display out the door first.
Please see the CHANGES.md file, there are a lot of improvements....
Configuration Validation
added a fairly comprehensive configuration validation that is triggered
when running 'lein figwheel' - there is a large surface area here so if
you discover problems please report them
More work on dependency conflicts
- adding system asserts to ensure and warn if not using Java 1.8 or Clojure 1.7.0
- adding polling option for hawk file watcher; just add :hawk-options {:watcher :polling} to base figwheel config
Fixes Dependency Conflicts
This is a quick release that fixes dependency conflicts.
Incremental bug fix release
- change repl-api commands like
figwheel-start!
so that they don't return the SystemMap
as this was behaving badly in various REPL configurations 28e03af - figwheel-running? checks if figwheel is actually running now bb146e1
- guard access to localStorage on client fdb49a2
- Print exception when requiring ring handler fails f663acc
- add support for notify-command back a475c59
- Add exclusions to fix sidecar confusing dependencies b263835
- For custom ring handler, bind to var, not to its value 789ff03
- create directories for logfile ce39ac0
Incremental bug fix release
0.5.0-2
- bumping http-kit to 0.2.19 get's rid of nasty exit exception
- fix REPL helpers check for figwheel's running status
- fixed REPL problem where pprint would produce extra output
Small updates to 0.5.0
v0.5.0-1 reintroducing deprecated function for legacy use
Major Refactor
0.5.0 releasing 0.5.0
Internal refactor
0.5.0old-SNAPSHOT updating dependencies
Release 0.3.3
update readme and change log for 0.3.3