From 973efaaca1d52845428a252c36d084121829cd66 Mon Sep 17 00:00:00 2001 From: Roman Dvornov Date: Sat, 27 Feb 2016 19:11:33 +0300 Subject: [PATCH] 1.6.0 --- HISTORY.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 41800e0f..b54c2a8e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,19 @@ +## 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) + - 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) +- setup code coverage and a number of related fixes +- add eslint to check unused things + ## 1.5.4 (January 27, 2016) - one more fix (in `restructRuleset` this time) with merge of rulesets when a ruleset with same specificity places between them (#264) diff --git a/package.json b/package.json index b51121ec..7683c40c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "csso", "description": "CSSO — CSS optimizer", - "version": "1.5.4", + "version": "1.6.0", "homepage": "https://github.com/css/csso", "author": "Sergey Kryzhanovsky (https://github.com/afelix)", "maintainers": [