Skip to content

Commit af3208d

Browse files
committed
v0.3.3 release
1 parent eb2635a commit af3208d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Site settings
22
title: SCSS Compiler in PHP
3-
current_version: 0.3.2
3+
current_version: 0.3.3
44
description: >
55
SCSS compiler written in PHP
66
url: http://leafo.github.io

index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,13 @@ Find any issues? I'd love to fix them for you, post about them on [the issues tr
120120

121121
## Changelog
122122

123+
* **0.3.3** -- October 23, 2015
124+
* Compiler: add `getVariables()` and `addFeature()` API methods
125+
* Compiler: can pass negative indices to `nth()` and `set-nth()`
126+
* Compiler: can pass map as args to mixin expecting varargs
127+
* Compiler: add coerceList(map)
128+
* Compiler: improve {% raw %}@{% endraw %}at-root support
129+
* Nested formatter: suppress empty blocks
123130
* **0.3.2** -- October 4, 2015
124131
* Fix {% raw %}@{% endraw %}extend behavior when interpolating a variable that contains a selector list
125132
* Hoist {% raw %}@{% endraw %}keyframes so children selectors are not prefixed by parent selector

0 commit comments

Comments
 (0)