Skip to content

v0.12.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@candid82 candid82 released this 03 Sep 05:02
· 814 commits to master since this release

General improvements

  • improved string representation for BigFloat
  • added support for :append option in spit
  • added support for (doc <namespace>) (thanks @jcburley!)

Linter improvements

  • improved constructor calls handling in ClojureScript (see #249)
  • warn on try without catch or finally
  • warn on try or finally with empty body
  • warn on do with 0 or 1 forms
  • warn on when and when-not with empty body

Fixes

  • fixed integer promotion in Ratio operations