Skip to content

Releases: kennethlarsen/lannister

Bow and arrow

16 Jun 09:34
c775b8e
Compare
Choose a tag to compare

How to update

npm install -g lannister

Changelog

  • Added line numbers to reports
  • Added support for checking arrow functions

Contributors for v. 1.4.0

@kennethlarsen
@madsobel

1.3.0

12 Apr 12:58
Compare
Choose a tag to compare

How to update

npm install -g lannister

Changelog

  • New rule: line length can't exceed 100 chars (#31)
  • New rule: Checks for console statements (#27)

Contributors for v. 1.3.0

@kennethlarsen
@madsobel

1.2.1

11 Apr 09:10
Compare
Choose a tag to compare

How to update

npm install -g lannister

Changelog

  • BUGFIX: Fixes a breaking bug when scanning functions with no params (#21 #25)

1.2.0

10 Apr 17:30
1671c86
Compare
Choose a tag to compare

How to update

npm install -g lannister

Changelog

  • Nested walking (#17)
  • Improved file handling (#6)
  • Test coverage (#16 #15)
  • New rule: Check for TODO comments (#8)

Contributors for v. 1.2.0

@kennethlarsen
@madsobel

1.1.5

20 Jan 10:01
Compare
Choose a tag to compare

Changelog

  • Added optional output flag -o to customize the output dir/ of the report file.