Skip to content

v0.15.7

Compare
Choose a tag to compare
@candid82 candid82 released this 04 Oct 20:52
· 246 commits to master since this release

General improvements

  • support ##Inf, ##-Inf, and ##NaN (thanks @jcburley!)

Formatter improvements

  • fix multiple formatting issues
  • preserve commas in maps
  • format fn with multiple arities properly
  • add --write flag (in-place formatting)

Fixes

  • Fix crash when linting file that excludes 'list' from namespace with macro (see #419) (thanks @jcburley!)