Skip to content

Commit 731f200

Browse files
committed
0.6.1 changelog
1 parent c5c4391 commit 731f200

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.6.0
3+
current_version: 0.6.1
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
@@ -121,6 +121,12 @@ Please submit bug reports and feature requests to the [the issue tracker][3]. Pu
121121

122122
## Changelog
123123

124+
* **0.6.1** -- December 13, 2015
125+
* bin/pscss --continue-on-error
126+
* fix BEM and {% raw %}@{% endraw %}extend infinite loop
127+
* Compiler: setIgnoreErrors(boolean)
128+
* exception refactoring
129+
* implement {% raw %}@{% endraw %}extend !optional and `keywords($args)` built-in
124130
* **0.6.0** -- December 5, 2015
125131
* handle escaped quotes inside quoted strings (with and without interpolation present)
126132
* Compiler: undefined sourceParser when re-using a single Compiler instance

0 commit comments

Comments
 (0)