49 lines
1.3 KiB
Markdown
49 lines
1.3 KiB
Markdown
# mensch history
|
|
|
|
## 0.3.4 - 09 Nov 2019
|
|
|
|
- Fix global leak and stringify indentation
|
|
|
|
## 0.3.3 - 04 Aug 2016
|
|
|
|
- Added Bower.json
|
|
- Preserve property spacing when value starts with "special/unexpected" chars '(@*/{):'.
|
|
|
|
## 0.3.2 - 18 Aug 2015
|
|
|
|
- Fixed column/line computation for comments and at-rules (Fix #15)
|
|
- Closing } and ; now takes precedence over declaration value parsing (Fix #14)
|
|
- Ignore curly braces in strings (Fix #13)
|
|
- Keep \n and \t inside values and consider them "whitespace" (Fix #12)
|
|
- Fixed column count in positions for rows after the first line (Fix #18)
|
|
- Enabled running test suite under Windows (CRLF vs LF issues)
|
|
|
|
## 0.3.1 - 1 Dec 2013
|
|
|
|
- Retain whitespace in selectors. Closes #8
|
|
- Add support for `@-ms-keyframes`.
|
|
|
|
## 0.3.0 - 23 Nov 2013
|
|
|
|
- Improve handling of quotes in values. Closes #5
|
|
- Add support for `@document` (and `@-moz-document`), `@namespace` and `@page`.
|
|
|
|
## 0.2.1 - 20 Sep 2013
|
|
|
|
- Trim whitespace around grouped selectors.
|
|
|
|
## 0.2.0 - 18 Sep 2013
|
|
|
|
- Correctly handle comments as children of at-groups. Fix #2
|
|
|
|
## 0.1.0 - 17 Jun 2013
|
|
|
|
- Added new boolean `position` option to `parse()`, which will include position
|
|
data in the AST when enabled.
|
|
- Moved node.selector to node.selectors, and changed the value to an array.
|
|
- Various parser improvements and bug fixes.
|
|
|
|
## 0.0.1 - 11 Jun 2013
|
|
|
|
- Initial release.
|