Skip to content

v1.29.0

Compare
Choose a tag to compare
@christopherpickering christopherpickering released this 22 May 15:38
· 159 commits to master since this release

1.29.0 (2023-05-22)

Bug Fixes

  • formatter: fix cases where ignore was still formatting set and function code (ab878ea), closes #659
  • formatter: fix extra parenth being added in a function call (faba4f4), closes #660
  • linter: fixed missing positive on a few <img rules (5f33d08)

Features

  • formatter: added option to disable newlines after yaml front matter (9bf64ac), closes #662
  • linter: allow codes to be ignored for remainder of file (4637a0f), closes #655