Skip to content

Releases: bhauman/lein-figwheel

Error messages and more

12 Jun 02:17
Compare
Choose a tag to compare

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

23 Mar 16:05
Compare
Choose a tag to compare

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

26 Jan 19:06
Compare
Choose a tag to compare
  • 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

23 Jan 01:05
Compare
Choose a tag to compare

This is a quick release that fixes dependency conflicts.

Incremental bug fix release

08 Jan 16:24
Compare
Choose a tag to compare
  • 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

24 Nov 17:52
Compare
Choose a tag to compare

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

14 Nov 18:51
Compare
Choose a tag to compare
v0.5.0-1

reintroducing deprecated function for legacy use

Major Refactor

13 Nov 15:00
Compare
Choose a tag to compare
0.5.0

releasing 0.5.0

Internal refactor

02 Nov 17:36
Compare
Choose a tag to compare
Internal refactor Pre-release
Pre-release
0.5.0old-SNAPSHOT

updating dependencies

Release 0.3.3

17 May 19:30
Compare
Choose a tag to compare
update readme and change log for 0.3.3