Skip to content

Commit 0de076a

Browse files
committed
Bump to 0.3.2
1 parent 5875dd3 commit 0de076a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-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.1
3+
current_version: 0.3.2
44
description: >
55
SCSS compiler written in PHP
66
url: http://leafo.github.io

index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,15 @@ 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.2** -- October 4, 2015
124+
* Fix @extend behavior when interpolating variable containing a selector list
125+
* Hoist @keyframes so children selectors are not be prefixed by parent selector
126+
* Don't wrap @import inside @media query
127+
* Partial @at-root support; with: and without: not yet supported
128+
* Partial call()' support;kwargs` not yet supported
129+
* String-based keys mismatch in map functions
130+
* Short-circuit evaluation for and, or, and if()
131+
* Compiler: getParsedFiles() now includes the main file
123132
* **0.3.1** -- September 11, 2015
124133
* Fix bootstrap v4-dev regression from 0.3.0
125134
* **0.3.0** -- September 6, 2015

0 commit comments

Comments
 (0)