Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.11 KB

History.md

File metadata and controls

43 lines (33 loc) · 1.11 KB

1.0.0 / 2014-11-22

  • updating to v1.0.0 for better defined semver semantics

0.0.4 / 2014-11-22

  • test: fix whitespace
  • test: add test case for TooTallNate/node-pac-resolver#3
  • package: update "mocha" to v2.0.1
  • .travis: don't test node v0.9.x
  • README: use svg for Travis badge
  • test: add test case for multiple functions defined in one file
  • index: do two passes on the AST, add all local function names to names array
  • test: add a test fixture for the README example
  • test: add support for defining the function names from within the test fixture

0.0.3 / 2014-04-04

  • package: update outdated dependencies
  • package: add "respository" field
  • index: add JSDoc comments
  • index: remove opts option logic
  • add .travis.yml file
  • test: initial test

0.0.2 / 2013-12-06

  • index: implement the names array functionality
  • index: fix nested function invocations

0.0.1 / 2013-12-06

  • gitignore: ignore ?.js dev files
  • README++
  • add .gitignore file
  • index: slight cleanup
  • initial commit