Skip to content

Commit

Permalink
v2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeapage committed Nov 23, 2014
1 parent 06aa304 commit 3f886ad
Show file tree
Hide file tree
Showing 6 changed files with 196 additions and 151 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 2.1.0

2014-11-23

- Fixed isSync option, it was using sync file operations but promises are guaranteed to call back async. We now support promises as a feature rather than the 1st class way of doing things.
- Browser code is now synchronous again, like in v1, meaning it blocks the site until less is compiled
- Some fixes for variable imports which affected filemanagers when synchronous
- Fixed lessc makefile dependencies option
- output now reports back a imports field with an array of imported files
- relative path test for drive names (so windows only) is now case insensitive
- Fix for IE7 - use getChar instead of indexing array
- variables using !important now output !important, which bubbles up to affect the rule
- livereload cache buster is now treated specially
- upgrade dependencies

# 2.0.0

2014-11-09
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "less",
"version": "2.0.0",
"version": "2.1.0",
"main": "dist/less.js",
"ignore": [
"**/.*",
Expand All @@ -22,4 +22,4 @@
".jshintrc",
".npmignore"
]
}
}
Loading

0 comments on commit 3f886ad

Please sign in to comment.