Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Feb 27, 2016
1 parent 47d7a3a commit 973efaa
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (https://github.com/afelix)",
"maintainers": [
Expand Down

0 comments on commit 973efaa

Please sign in to comment.