Skip to content

Commit

Permalink
1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Feb 28, 2016
1 parent d75201c commit d8d3c5e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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

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.6.0",
"version": "1.6.1",
"homepage": "https://github.com/css/csso",
"author": "Sergey Kryzhanovsky <[email protected]> (https://github.com/afelix)",
"maintainers": [
Expand Down

0 comments on commit d8d3c5e

Please sign in to comment.