File tree Expand file tree Collapse file tree 1 file changed +15
-9
lines changed
Expand file tree Collapse file tree 1 file changed +15
-9
lines changed Original file line number Diff line number Diff line change @@ -132,36 +132,42 @@ If there's a problem, the extension will throw a `SassException`:
132132
133133## Changelog
134134
135- ** Version 0.4.5
135+ ** Version 0.5.0**
136+ * Update Libsass to 3.6.1
137+ * Add support for PHP7+
138+ * Add support for custom functions written in PHP
139+ * Add support for custom inmporters written in PHP
140+
141+ ** Version 0.4.5**
136142* Holiday Patch (Libsass 3.2.5) stable
137143
138- ** Version 0.4.4
144+ ** Version 0.4.4**
139145* Refactor correctly for LibSass 3.2.4
140146
141- ** Version 0.4.2
147+ ** Version 0.4.2**
142148* CamelCase compile sequence
143149
144- ** Version 0.4.1**
150+ ** Version 0.4.1**
145151* SOURCE_DEFAULT works & is documented
146152* PHP test for SOURCE_DEFAULT (output unable to understand source directory in test, so functional pass, technical fail)
147153* Revise other tests to pass as output varies on source negotiation.
148154
149- ** Version 0.4**
155+ ** Version 0.4**
150156* Reconciled file compliation loop
151157* Expand documentation
152158* Addition of basic test for source comments
153159* More work on compile sequence
154160
155- ** Version 0.3.9**
161+ ** Version 0.3.9**
156162* Addition of source map url paths to SASS file compilation
157163
158- ** Version 0.3.5**
164+ ** Version 0.3.5**
159165* Restructure of compile sequence (file only at this time) to account for source map output
160166
161- ** Version 0.3.0**
167+ ** Version 0.3.0**
162168* Addition of source comments - none, inline, file. Set default to none.
163169
164- ** Version 0.2.0**
170+ ** Version 0.2.0**
165171* Changed methods to be non-static
166172* Allow setting include-path and image-path
167173
You can’t perform that action at this time.
0 commit comments