[Pkg-javascript-commits] [node-string-decoder] branch upstream updated (ee67414 -> b54cc7c)

Bastien Roucariès rouca at moszumanska.debian.org
Thu May 11 15:12:33 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a change to branch upstream
in repository node-string-decoder.

      from  ee67414   Imported Upstream version 0.10.25
       new  0211f3a   package.json etc, implementation ripped from browser-builtins
       new  f26b334   added and adapted scraper from readable-stream
       new  c355459   current version + tests
       new  a95cbd3   added back Buffer as a require()
       new  2bfb555   added README, fixed LICENCE to match Joyent's
       new  7bf1106   0.0.1
       new  8c1e184   update package.json
       new  01bb143   0.10.24
       new  06bb4af   pulled in changes from Node 0.11.10
       new  9de15dc   0.11.10
       new  209f45b   fix missing Buffer.isEncoding on Node 0.8
       new  03eca8a   missing Buffer.isEncoding() on Node 0.8
       new  12006bd   @0.11.10-1 fix missing Buffer.isEncoding on Node 0.8
       new  b171087   ignore build and test for deploys
       new  9c79882   remove build/ and test/ from package
       new  0cd36da   remove build/ and test/ from package
       new  1ea0385   Updated to node v7.8.0.
       new  8ab2bfc   Updated README.
       new  d27e49a   Updated the LICENSE to the nodejs one.
       new  53f692c   Support for Node v0.8.
       new  5dd33eb   Merge pull request #2 from rvagg/update-to-latest-core
       new  847f2f5   Bumped v1.0.0.
       new  b54cc7c   Merge tag 'v1.0.0' into upstream

The 23 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:
 .npmignore                               |   2 +
 LICENSE                                  |  68 +++-
 README.md                                |  31 +-
 build/build.js                           | 165 +++++---
 build/files.js                           |  67 +++-
 build/package.json                       |  19 +-
 build/test-replacements.js               |  39 ++
 index.js                                 | 200 ----------
 lib/string_decoder.js                    | 273 +++++++++++++
 package.json                             |  11 +-
 test/common.js                           | 647 ++++++++++++++++++++++++-------
 test/parallel/test-string-decoder-end.js |  60 +++
 test/parallel/test-string-decoder.js     | 173 +++++++++
 test/simple/test-string-decoder-end.js   |  75 ----
 test/simple/test-string-decoder.js       | 163 --------
 15 files changed, 1336 insertions(+), 657 deletions(-)
 create mode 100644 .npmignore
 delete mode 100644 index.js
 create mode 100644 lib/string_decoder.js
 create mode 100644 test/parallel/test-string-decoder-end.js
 create mode 100644 test/parallel/test-string-decoder.js
 delete mode 100644 test/simple/test-string-decoder-end.js
 delete mode 100644 test/simple/test-string-decoder.js

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-string-decoder.git



More information about the Pkg-javascript-commits mailing list