Skip to content

Commit

Permalink
Clarify the change log
Browse files Browse the repository at this point in the history
  • Loading branch information
pygy committed Mar 9, 2016
1 parent cfe39f3 commit e6eb834
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

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

## v0.11.1 (2016-03-8)
Expand Down

0 comments on commit e6eb834

Please sign in to comment.