Skip to content

Commit fcfa700

Browse files
committed
Bump version to v0.1.9
1 parent 6335f03 commit fcfa700

File tree

2 files changed

+7
-1
lines changed

2 files changed

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

index.md

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

119119
## Changelog
120120

121+
* **0.1.9** -- August 1, 2015
122+
* Adoption of the Sass Community Guidelines
123+
* Nested selector fixes with lists, interpolated string, and parent selector
124+
* Implement list-separator() and set-nth() built-ins
125+
* Implement {% raw %}@{% endraw %}warn and {% raw %}@{% endraw %}error
126+
* Removed spaceship operator pending discussion with reference implementators
121127
* **0.1.8** -- July 18, 2015
122128
* Online documentation moved to http://leafo.github.com/scssphp/
123129
* Fix index() - map support; now returns null (instead of false) when value not found

0 commit comments

Comments
 (0)