[Pkg-javascript-commits] [node-js-yaml] branch upstream updated (b9f93c3 -> d5e3103)

Ross Gammon ross-guest at moszumanska.debian.org
Tue Aug 15 20:34:16 UTC 2017


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

ross-guest pushed a change to branch upstream
in repository node-js-yaml.

      from  b9f93c3   New upstream version 3.7.0+dfsg
       new  d5e3103   New upstream version 3.9.1+dfsg

The 1 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:
 .eslintrc.yml                           |  1 +
 .travis.yml                             |  5 +--
 CHANGELOG.md                            | 47 +++++++++++++++++++++
 README.md                               | 72 ++++++++++++++++++++-------------
 examples/sample_document.yml            |  2 +-
 lib/js-yaml/dumper.js                   | 14 +++++--
 lib/js-yaml/exception.js                | 10 ++---
 lib/js-yaml/loader.js                   | 33 ++++++++++-----
 lib/js-yaml/type/binary.js              |  5 ++-
 lib/js-yaml/type/float.js               | 17 ++++++--
 lib/js-yaml/type/int.js                 | 12 ++++--
 package.json                            | 18 ++++-----
 test/issues/0085.js                     |  6 ++-
 test/issues/0217.js                     |  4 +-
 test/issues/0243-basic.yml              | 15 +++++++
 test/issues/0243-nested.yml             | 15 +++++++
 test/issues/0243.js                     | 29 +++++++++++++
 test/issues/0266.js                     |  6 ++-
 test/issues/{0017.js => 0333.js}        | 10 +++--
 test/issues/0333.yml                    |  3 ++
 test/issues/0335.js                     | 20 +++++++++
 test/issues/0335.yml                    |  6 +++
 test/issues/0342.js                     | 61 ++++++++++++++++++++++++++++
 test/issues/0346.js                     | 19 +++++++++
 test/issues/0350.js                     | 13 ++++++
 test/issues/0350.yml                    |  4 ++
 test/issues/0351.js                     | 17 ++++++++
 test/issues/0351.yml                    |  4 ++
 test/samples-common/construct-binary.js |  9 ++++-
 test/units/dump-scalar-styles.js        | 18 ++++-----
 30 files changed, 408 insertions(+), 87 deletions(-)
 create mode 100644 test/issues/0243-basic.yml
 create mode 100644 test/issues/0243-nested.yml
 create mode 100644 test/issues/0243.js
 copy test/issues/{0017.js => 0333.js} (52%)
 create mode 100644 test/issues/0333.yml
 create mode 100644 test/issues/0335.js
 create mode 100644 test/issues/0335.yml
 create mode 100644 test/issues/0342.js
 create mode 100644 test/issues/0346.js
 create mode 100644 test/issues/0350.js
 create mode 100644 test/issues/0350.yml
 create mode 100644 test/issues/0351.js
 create mode 100644 test/issues/0351.yml

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



More information about the Pkg-javascript-commits mailing list