0.9.11
Minor improvements
The main reason for this release is a fix to properly handle ##NaN
and ##Inf
(#54).
Also I decided to archive cljs-devtools-sample repo and merge its history under examples/lein in this repo and continue from there.
Notable commits:
c588d67 fix misspelled header-post-handler in defaults (close #48)
5b935af readme: point to new examples subdirectory
02bb9ad async: work around warning about "setImmediate_ is not public"
49dfc24 properly handle ##NaN and ##Inf (close #54)
f394d71 add tests for issue #44, not reproducible
All new work: v0.9.10...v0.9.11