Skip to content

Releases: standardrb/standard

Standard 1.0

04 Mar 13:15
Compare
Choose a tag to compare
  • Relax multi-line block rules, moving away from enforcing semantic blocks to
    instead allowing code to adhere to whatever multi-line format the author deems
    best #263
  • Allow a standard:disable comment directive in addition to rubocop:disable
    #186
  • Remove the banner text that standard outputs after failure
    #264

v0.11.0

06 Jan 15:03
Compare
Choose a tag to compare
  • Update rubocop-performance from 1.9.1 to 1.9.2
  • Update rubocop from 1.4.2 to 1.7.0
  • Changed Style/NegatedIf to postfix

0.10.0

30 Nov 15:22
Compare
Choose a tag to compare

v0.6.1

17 Sep 14:13
Compare
Choose a tag to compare

The no more trailing commas edition

28 Feb 08:11
Compare
Choose a tag to compare

This change is a significant departure due to our decision to remove trailing commas from array and hash literals. You can find more comment at #159 and at fables-tales/rubyfmt#154