Skip to content

v32.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Apr 22:51
· 386 commits to master since this release
2b0d8d0

Features

  • -> may now be used in match instead of = (#1205)

Bugfixes

  • Fix wake-bsp breakage by setting -o flag for each output file (#1198)

Misc

  • Add basic cli parsing tests (#1193)
  • List out args on unexpected positional args errer (#1197)
  • Don't pin the wake version inside of the wake repo (#1214)

Documentation

  • Fix example for find (#1202)
  • Fix field documentation formatting for Usage and Plan tuples (#1206)

Wake format

  • format simple constructor applies on the same line (#1064)
  • Newline top level pipes/dollars (#1065)
  • decrease newlines/fix trailing newline (#1196)
  • remove trailing whitespace from bound comments (#1200)
  • Tweak the definition of simple parts to be more permissive (#1199)
  • Multiline strings now indent correct wrt delimiter (#1204)
  • Prevent explode in def pattern (#1209)
  • specify internal newlines based on structure (#1208)
  • Fixup failing format cases (#1210)
  • Remove special case for constants (#1213)
  • Fix extra prepended spaces on interpolation (#1201)