Skip to content

Releases: danielstjules/buddy.js

0.5.1

29 Jul 02:59
Compare
Choose a tag to compare
  • Updated documentation
  • Now running buddy on lib via Travis CI

0.5.0

27 Jul 05:21
Compare
Choose a tag to compare
  • Added support for directives to ignore magic numbers via: buddy ignore:line or buddy ignore:start / buddy ignore:end

0.4.2

20 Jul 16:18
Compare
Choose a tag to compare
  • Fixed --version
  • Emit descriptive error and exit when no js files were found in the given paths

0.4.1

19 Jul 18:38
Compare
Choose a tag to compare
  • buddy returns an error code > 0 if a magic number was found

0.4.0

19 Jul 18:25
Compare
Choose a tag to compare
  • Fixed json reporter
  • Reformatted detailed reporter output

0.3.0

18 Jul 22:11
Compare
Choose a tag to compare
  • Updated README with a better overview
  • Renamed const flag from --constant to --enforce-const

0.2.1

18 Jul 09:44
Compare
Choose a tag to compare
  • Detailed reporter now skips empty lines

0.2.0

18 Jul 08:39
Compare
Choose a tag to compare
  • Fixed relative paths in output
  • Fixed columns when the literal is surrounded by parentheses
  • Added -c, --constants flags for requiring that variable declarations be done using const

0.1.0

18 Jul 00:52
Compare
Choose a tag to compare
  • Ignore 0 and 1 by default
  • Recurse through directory paths, searching for js files and ignoring node_modules
  • Improved reporter output, added color

0.0.1

16 Jul 15:17
Compare
Choose a tag to compare
  • Basic implementation