We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f18d6 commit df2c7afCopy full SHA for df2c7af
changelog.md
@@ -1,3 +1,10 @@
1
+# 2.0.1
2
+
3
+- 22 Feb 2015
4
5
+ * Fixed [#123](https://github.com/emberfeather/less.js-middleware/issues/123): imports are not objects for cache checking and did not have mtimes.
6
+ * Added a `preprocess.importPaths` for modifying the import paths per request.
7
8
# 2.0.0
9
10
– 21 Feb 2015
package.json
@@ -2,7 +2,7 @@
"author": "Randy Merrill <Zoramite+github@gmail.com> (http://forthedeveloper.com)",
"name": "less-middleware",
"description": "LESS.js middleware for connect.",
- "version": "2.0.0",
+ "version": "2.0.1",
"repository": {
"type": "git",
"url": "git://github.com/emberfeather/less.js-middleware.git"
0 commit comments