[Pkg-javascript-commits] [less.js] 56/285: merge from master

Jonas Smedegaard dr at jones.dk
Mon Oct 26 23:23:37 UTC 2015


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

js pushed a commit to annotated tag v2.0.0
in repository less.js.

commit 383027886c74b207528359d998d938e3f03bac8a
Merge: 73c34ac 5e13673
Author: Luke Page <luke.a.page at gmail.com>
Date:   Sun Jun 22 16:05:09 2014 +0100

    merge from master

 CHANGELOG.md                  |    8 +
 README.md                     |    2 +-
 dist/less-1.7.2.js            | 7938 +++++++++++++++++++++++++++++++++++
 dist/less-1.7.2.min.js        |   16 +
 dist/less-rhino-1.7.2.js      | 9313 +++++++++++++++++++++++++++++++++++++++++
 dist/lessc-rhino-1.7.2.js     |  449 ++
 lib/less/env.js               |    2 +
 lib/less/functions.js         |   16 +-
 lib/less/parser.js            |    8 +-
 lib/less/source-map-output.js |    2 +-
 lib/less/tree.js              |    4 +-
 package.json                  |    2 +-
 test/css/css-3.css            |    3 +
 test/css/functions.css        |   16 +-
 test/css/javascript.css       |    5 +
 test/less/css-3.less          |    6 +-
 test/less/javascript.less     |    9 +
 17 files changed, 17775 insertions(+), 24 deletions(-)

diff --cc CHANGELOG.md
index 71af7c5,ec91c22..c233c33
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@@ -1,14 -1,10 +1,22 @@@
 -# 1.7.2
 +#2.0.0
 +
 +2014-??-??
 +
 + - no longer including old versions of less in the repo or npm
 + - not including test and gradle files in npm (Note: TODO may need to move some test framework into lib for core plugins)
 + - colours now output in the format they are added unless compressing, so yellow will output yellow, not its hex counterpart
++ - better parsing - better comment support (TODO) and comments in brackets can now contain comments including quotes.
 +TODO
 + - Environment Support
 + - Finalised Plugin Support
 + 
++ # 1.7.2
+ 
+ 2014-06-19
+ 
+  - Allow paths option to be a string (in 1.7.1 less started throwing an exception instead of incorrectly processing the string as an array of chars)
+  - Do not round numbers when used with javascript (introduced 1.7.0)
 -
++ 
  # 1.7.1
  
  2014-06-08

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



More information about the Pkg-javascript-commits mailing list