Skip to content

{styler} 1.9.1 (2023-03-04)

Choose a tag to compare

@lorenzwalthert lorenzwalthert released this 05 Mar 08:42
· 420 commits to main since this release
57bbf4e

Bug fixes

  • Fix interaction between cache and stylerignore that could produce invalid code (#1072).
  • Don't remove line break around {{ and comments that can yield invalid code (#1070).
  • Styling empty roxygen code examples don't cause errors anymore (#1096).
  • Double indent is also kept if there is only one argument (#1094).
  • Improved blank lines handling for roxygen examples (#1085).
  • style roxygen examples even if nothing comes after (#1089).

Other

  • Document "qmd" as a valid filetype (#1091).

Thanks for everyone who contributed to this release:

@dpprdan, @flying-sheep, @giocomai and @MichaelChirico.