UNPKG

834 BMarkdownView Raw
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
11
12 * Upgraded to the 2.4 version of Less.
13 * Updated dependencies to the latest versions.
14 * Removed `options.parser` since Less is simplifying to just a `render` function.
15 * Using `options.render` for passing through all rendering options directly to the less rendering.
16 * Changed `options.storeCss` arguments from `(pathname, css, next)` to `(pathname, css, req, next)`
17 * Added `postprocess.sourcemap` option for modifying the sourcemap.
18 * Added `storeSourcemap` option for manipulating the sourcemap storage.
19 * Removed pre `0.1.x` warning