[Pkg-javascript-commits] [node-stack-utils] branch upstream updated (e5e0e5e -> d721bd3)
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Sep 7 09:53:07 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a change to branch upstream
in repository node-stack-utils.
from e5e0e5e Import Upstream version 1.0.0
new 5a57c89 init commit - pull `lib/stack.js` out from `node-tap`.
new 81caa29 add nyc coverage
new 474777d 100% test coverage on clean method.
new 5132ae4 add lots of tests
new 896f9d0 Travis: Test on node 5 and 4.
new 1178e91 fix travis.yml
new dd89c4b Fix tests for older versions of Node.
new 686b91d add coveralls, documentation intro
new f0d147c 0.0.1
new 307716f refactor methods to use options objects
new 9e6f8b2 add appveyor config
new 3e1892e add appveyor badge
new aa72622 documentation
new 2f5cf77 improve tests / add a few more
new ded7f9e Add proper attribution in license and readme.
new 4492833 documentation tweek
new 68707fd Revert "refactor methods to use options objects"
new bf0b370 Update documentation with reverted arguments
new 772ffe6 0.1.0
new 6579935 convert everything to use unix strings
new 85faa3a add test for `parseLine` that can not resolve the filename or line/column numbers
new 64fa2c1 0.2.0
new d9bed89 simplify setting the filename
new 7cfcedf move repo into tapjs org
new ac75d47 Support long stack traces
new df98523 Normalize to unix style paths before filtering out "internals".
new fe92db3 Add a more complete list of Nodes internal files to `nodeInternals()`
new cc2fe4c 0.3.0
new 3cbe73f return empty string instead of null if all internals
new 535146e Merge pull request #13 from SamVerschueren/clean
new 8701171 0.4.0
new bf7bf37 Fix typo: beutified -> beautified (#16)
new 50c1ff8 Filter out all Node.js internals
new 6c19114 Handle parens in paths
new 548d685 Added support for wrapping CallSite
new dcbcd79 Cleaned up wrapCallSite Test
new 1994d28 Add documentation for wrapCallSite option
new 16bd939 simplify callsite wrapper and documentation
new c735f3c Make tests pass on latest Node.js
new faa81f1 v1.0.0
new 0d0db85 Set indent style to spaces (#29)
new f4abec3 Ensure tests pass in Node.js 0.10
new c564ff2 Restore Travis and AppVeyor
new 93ca7c8 Add assertion for function names containing spaces
new edc5acd Correctly handle symbol functions
new 254ee65 test 2 at() edge cases not already covered
new e7084db A test for some strange line parsing situations
new bffb710 Handle strange function and method names
new a75454f insist on 100% test coverage
new 0fcf300 pass tests on node 0.10
new 36faf9b auto-publish on version bump
new f080bcb v1.0.1
new d721bd3 Import node-stack-utils_1.0.1.orig.tar.gz
The 53 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.editorconfig | 2 +-
.travis.yml | 9 ++
appveyor.yml | 23 ++++
index.js | 73 +++++++---
package.json | 9 +-
test/at.js | 24 ++++
test/fixtures/generate-parse-fixture.js | 206 +++++++++++++++++++++++++++
test/fixtures/parse-fixture.json | 237 ++++++++++++++++++++++++++++++++
test/long-stack-traces.js | 176 +++++++++++++-----------
test/parse-line-fixtures.js | 12 ++
test/test.js | 206 ++++++++++++++-------------
11 files changed, 777 insertions(+), 200 deletions(-)
create mode 100644 .travis.yml
create mode 100644 appveyor.yml
create mode 100644 test/at.js
create mode 100644 test/fixtures/generate-parse-fixture.js
create mode 100644 test/fixtures/parse-fixture.json
create mode 100644 test/parse-line-fixtures.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-stack-utils.git
More information about the Pkg-javascript-commits
mailing list