diff --git a/HISTORY.md b/HISTORY.md index b54c2a8e..23f99d32 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,16 +1,20 @@ +## 1.6.1 (February 28, 2016) + +- fix exception on zero length dimension compress outside declaration (#273) + ## 1.6.0 (February 27, 2016) - **source maps support** - parser remake: - various parsing issues fixed - - fix unicode sequence processing in ident (fixes #191) - - support for flags in attribute selector (fixes #270) - - position (line and column) of parse error (fixes #109) + - fix unicode sequence processing in ident (#191) + - support for flags in attribute selector (#270) + - position (line and column) of parse error (#109) - 4x performance boost, less memory consumption - compressor refactoring - internal AST is using doubly linked lists (with safe transformation support during iteration) instead of arrays - rename `restructuring` to `restructure` option for `minify()`/`compress()` (`restructuring` is alias for `restructure` now, with lower priority) - - unquote urls when possible (fixes #141, #60) + - unquote urls when possible (#141, #60) - setup code coverage and a number of related fixes - add eslint to check unused things diff --git a/package.json b/package.json index 7683c40c..a92fa92c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "csso", "description": "CSSO — CSS optimizer", - "version": "1.6.0", + "version": "1.6.1", "homepage": "https://github.com/css/csso", "author": "Sergey Kryzhanovsky (https://github.com/afelix)", "maintainers": [