[Pkg-javascript-commits] [node-stylus] 05/12: Merge tag 'upstream/0.47.3'

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Thu Jul 31 01:28:27 UTC 2014


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

andrewrk-guest pushed a commit to branch master
in repository node-stylus.

commit 734c93df5f54797b7e01cf71805c1ef20b649f0b
Merge: e3c34ce 2895980
Author: Andrew Kelley <superjoe30 at gmail.com>
Date:   Thu Jul 31 00:22:39 2014 +0000

    Merge tag 'upstream/0.47.3'
    
    Upstream version 0.47.3
    
    # gpg: Signature made Thu 31 Jul 2014 12:22:33 AM UTC using RSA key ID 6D58AAC8
    # gpg: Good signature from "Andrew Kelley <superjoe30 at gmail.com>"

 History.md                          |  41 ++++
 bin/stylus                          |   6 +-
 docs/bifs.md                        | 118 ++++++++--
 docs/functions.md                   |  37 ++-
 docs/hashes.md                      |   2 +-
 docs/keyframes.md                   |   4 +-
 lib/functions/index.js              | 440 ++++++++++++++++++++++++++++++++++--
 lib/functions/index.styl            |  12 +-
 lib/functions/url.js                |   2 +-
 lib/lexer.js                        |  44 +++-
 lib/middleware.js                   |   5 +-
 lib/nodes/block.js                  |   5 +-
 lib/nodes/ident.js                  |   2 +
 lib/nodes/literal.js                |   5 +-
 lib/nodes/media.js                  |   5 +-
 lib/parser.js                       | 104 ++++-----
 lib/visitor/compiler.js             |   4 +-
 lib/visitor/evaluator.js            |   2 +-
 lib/visitor/normalizer.js           |  14 +-
 package.json                        |  19 +-
 test/cases/bifs.blend.css           |  15 ++
 test/cases/bifs.blend.styl          |  14 ++
 test/cases/bifs.components.css      | 123 +++++++++-
 test/cases/bifs.components.styl     | 138 ++++++++++-
 test/cases/bifs.contrast.css        |   9 +
 test/cases/bifs.contrast.styl       |   8 +
 test/cases/bifs.hsla.css            |   7 +
 test/cases/bifs.hsla.styl           |   6 +
 test/cases/bifs.invert.css          |   1 +
 test/cases/bifs.invert.styl         |   1 +
 test/cases/bifs.list-separator.css  |   5 +
 test/cases/bifs.list-separator.styl |   7 +
 test/cases/bifs.luminosity.css      |   7 +
 test/cases/bifs.luminosity.styl     |   6 +
 test/cases/bifs.transparentify.css  |  42 ++++
 test/cases/bifs.transparentify.styl |  41 ++++
 test/cases/bifs.url.css             |   3 +-
 test/cases/bifs.url.styl            |   3 +-
 test/cases/coercion.css             |   4 +-
 test/cases/coercion.styl            |   5 +-
 test/cases/functions.anonymous.css  |   3 +
 test/cases/functions.anonymous.styl |  11 +
 test/cases/keyframes.css            |   8 +
 test/cases/keyframes.styl           |  14 ++
 test/cases/literal.css              |  16 --
 test/cases/literal.styl             |  29 +--
 test/cases/media.complex.css        |   5 +
 test/cases/media.complex.styl       |   6 +
 test/cases/multiline.css            |   5 +-
 test/cases/multiline.styl           |  26 ++-
 test/cases/parse.css                |  37 +++
 test/cases/parse.styl               |  20 ++
 test/cases/regression.1584.css      |   7 +
 test/cases/regression.1584.styl     |  15 ++
 test/cases/regression.1623.css      |  15 ++
 test/cases/regression.1623.styl     |  47 ++++
 test/cases/selectors.css            |   6 +
 test/cases/selectors.styl           |   6 +
 58 files changed, 1388 insertions(+), 204 deletions(-)

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



More information about the Pkg-javascript-commits mailing list