[Pkg-javascript-commits] [less.js] 239/285: update dependencies and changelog

Jonas Smedegaard dr at jones.dk
Mon Oct 26 23:23:58 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 08ef44f22156838b7c2abe1e739d93a2c216c630
Author: Luke Page <luke.a.page at gmail.com>
Date:   Sun Oct 26 09:08:07 2014 +0000

    update dependencies and changelog
---
 CHANGELOG.md | 9 +++++++++
 package.json | 8 ++++----
 2 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8a96907..d8dc7bc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+# 2.0.0-b2
+
+2014-10-??
+
+ - Support for rebeccapurple
+ - Browser can now accept options as attributes on the script tag and the link tags e.g. `<script data-verbose="false" src="less.js"...`
+ - adding a .less file extension is done in the abstract file manager so it the behaviour can be overridden by certain file managers
+ - Fixed a bug where unquoted urls begining `//` e.g. `url(//file/file.less)` would be incorrectly interpreted (bug introduced in b-1)
+
 # 2.0.0-b1
 
 2014-10-19
diff --git a/package.json b/package.json
index 9859ccf..16c4dbd 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,7 @@
   "optionalDependencies": {
     "graceful-fs": "~3.0.4",
     "mime": "~1.2.11",
-    "request": "~2.45.0",
+    "request": "~2.46.0",
     "mkdirp": "~0.5.0",
     "source-map": "0.1.x",
     "promise": "~6.0.1"
@@ -53,13 +53,13 @@
     "grunt-contrib-clean": "~0.6.0",
     "grunt-contrib-concat": "~0.5.0",
     "grunt-contrib-connect": "~0.8.0",
-    "grunt-contrib-jasmine": "~0.8.0",
+    "grunt-contrib-jasmine": "~0.8.1",
     "grunt-contrib-jshint": "~0.10.0",
     "grunt-contrib-uglify": "~0.6.0",
     "grunt-shell": "~1.1.1",
+    "grunt-browserify": "~3.1.0",
     "matchdep": "~0.3.0",
-    "time-grunt": "~1.0.0",
-    "grunt-browserify": "~3.0.1"
+    "time-grunt": "~1.0.0"
   },
   "keywords": [
     "compile less",

-- 
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