[Pkg-javascript-commits] [node-detective] annotated tag v4.1.1 created (now 56b1d5b)
Bastien Roucariès
rouca at moszumanska.debian.org
Wed Sep 6 09:45:20 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a change to annotated tag v4.1.1
in repository node-detective.
at 56b1d5b (tag)
tagging 3f03dd4cf14e6d91a0eb9e322663065939fa73fe (commit)
tagged by Andres Suarez
on Wed Jul 1 08:37:21 2015 -0400
- Log -----------------------------------------------------------------
4.1.1
Alex MacCaw (1):
Quick return if there are no require() calls - greatly speeds up parsing files like jQuery.
Alexander Shtuchkin (1):
Replaced burrito with raw Uglify-JS to dramatically increase performance.
Andres Suarez (16):
Bump acorn to ^1.0.3
Remove add 0.10, 0.12 and iojs to travis
Better word fast-path detection
Update to tap@^1.0.0
Update to defined@^1.0.0
fix acorn options
let acorn handle shebangs
move escodegen require
improve traverse perf by using for-loops
don't mutate "opts" - parse can handle no opts
Merge pull request #49 from substack/update-tap
4.0.3
Merge pull request #50 from substack/fix-acorn-opts
4.1.0
pass "sourceType" option to acorn
4.1.1
Andrey Popp (1):
Allow passing isRequire detector as an option
Dominic Tarr (4):
add failing test with chaining on require
pass chaining test
check that can handle [,,,,]
detect [,,,,]
James Halliday (63):
implementation that passes a simple string test
a passing expression test
nested test passes too hooray
a readme and example all up in this
package.json, ship it
drop the .
require('detective') I meant
failing test for require("events").EventEmitter
post-dotted requires now pass their test
expressions work in dotted tests too
failing test for require("str")()
passing the require("str")() test now
more noise to test against, still passes
bump to 0.0.1 for dot and call require fixes
drop the paren requirement for require checking, .toString() to buffers work
passing failing call dot test
bump for call dot fixes
pass in the word as a parameter instead
passing custom word test
bump for optional word parameter
document opts.word
fix some things
use tap instead of expresso
use travis
bump for more elegant/correct require fix
4x faster esprima version
slow pass to pick off expression strings
update package.json for esprima deps
travis badge
failing test for (require)("skipme")
fix (require)("skipme")
use the latest esprima, remove support for (require)
failing test for shebang lines
now works with shebang lines
1.1.0
license file
modernize, fix conflicts
upgrade readme
2.1.0
failing test for module-level return
fix for module-level returns
2.1.1
2.1.2
document opts.isRequire
2.2.0
2.3.0
2.4.0
re-indent
upgrade escodegen
indent correctly
2.4.1
3.0.0
Revert "remove esprima-six, go back to esprima"
using esprima-fb
3.1.0
annoying esprima-fb release management
using acorn, faster from 700ms to 560ms to parse jquery
update docs with acorn specifics
acorn dep
4.0.0
4.0.1
Merge branch 'fast-path' of https://github.com/zertosh/node-detective
4.0.2
Joakim Bengtson (1):
Adding support for finding requires in ES6 code
Max Ogden (1):
remove esprima-six, go back to esprima
Raynos (1):
Removed hard coded reference to `require`
Roman Shtylman (5):
update to esprima 1.0.2
update skip test, these things should not be skipped
add gitignore
remove range capture from esprima ast
version bump
Thorsten Lorenz (6):
adding option to include node for each require in a nodes array
adding support to provide custom parse opts
esprima tolerant: true and removing wrapper
dropping node 0.6 and adding 0.10 to travis config
tests that fails on noargs function
fixing noargs function case
nickolay (1):
- failing test
-----------------------------------------------------------------------
No new revisions were added by this update.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-detective.git
More information about the Pkg-javascript-commits
mailing list