- updating to v1.0.0 for better defined semver semantics
- 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
- package: update outdated dependencies
- package: add "respository" field
- index: add JSDoc comments
- index: remove
opts
option logic - add .travis.yml file
- test: initial test
- index: implement the
names
array functionality - index: fix nested function invocations
- gitignore: ignore ?.js dev files
- README++
- add .gitignore file
- index: slight cleanup
- initial commit