Skip to content

Releases: danielstjules/buddy.js

0.9.3

05 May 04:24
Compare
Choose a tag to compare
  • Bump acorn

0.9.2

27 Jan 07:53
Compare
Choose a tag to compare
  • Fixed regression in negative number handling with vars

0.9.1

27 Jan 07:53
Compare
Choose a tag to compare
  • Bumped acorn
  • Fixed negative number handling with const

0.9.0

25 Dec 00:33
Compare
Choose a tag to compare
  • Detector now takes opts object
  • Added detectObjects option for detecting object literals and property assignments
  • Ignore literals belonging to AssignmentExpressions

0.8.0

16 Dec 22:47
Compare
Choose a tag to compare
  • Updated to acorn 0.10.0 and switched to the loose parser. Can now parse files with errors, and handle ES6
  • Fixed octal and hex value reporting
  • Default to current directory when no paths are supplied, rather than exiting

0.7.1

23 Oct 03:37
Compare
Choose a tag to compare
  • Locked in node-filepaths version dependency

0.7.0

21 Oct 10:29
Compare
Choose a tag to compare
  • Added ability to use a .buddyrc file

0.6.2

21 Oct 09:01
Compare
Choose a tag to compare
  • Fixed #13: Can now parse files with shebang

0.6.1

21 Oct 09:00
Compare
Choose a tag to compare
  • Use node-filepaths for traversing paths

0.6.0

20 Aug 04:43
Compare
Choose a tag to compare
  • Accommodate acorn 0.7.0 and ECMAScript 6