Skip to content

Commit e6eb834

Browse files
committed
Clarify the change log
1 parent cfe39f3 commit e6eb834

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
- Fix: Robust parsing of selectors. Comas, ampersands and class-like parts
77
in strings are now ignored by the compiler.
8+
`{'[foo=",&.bar"]': {color: 'red'}}` will be left untouched. Otherwise,
9+
these operators still behave as usual.
810
- Local scope is now per instance rather than per sheet.
911
- `j2c.sheet()` and `j2c.inline()` return plain strings rather than
1012
`String` objects.
@@ -29,6 +31,8 @@
2931
- Prefixed at-rules are treated like their unprefixed counterparts.
3032
- Added the `at()`, `global()` and `kv()` helpers.
3133
- Added `@local` as a counterpart to `@global`.
34+
- `& > &` with a selector list as parent will perform their cartesian product
35+
like SASS and LESS do.
3236
- 2.2Kb mingzipped (+ ~500 bytes).
3337

3438
## v0.11.1 (2016-03-8)

0 commit comments

Comments
 (0)