-
Notifications
You must be signed in to change notification settings - Fork 15
/
Changes
356 lines (231 loc) · 10.6 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
CSS::Sass (3.6.4)
Maintenance release including a MacOSx build fix.
* Bumped libsass version to virtual 3.6.5
* Fix MacOS linker not understanding z-origin
-- Marcel Greter <[email protected]> Mon, 21 May 2020 03:33:30 +0100
CSS::Sass (3.6.3)
Maintenance release including some build fixes.
Includes one other fix for libsass to fix source-map and
error positions in case utf8 is used in sass/scss files.
* Bumped libsass version to virtual 3.6.4-r1
* Fix plugin resolving on older DragonFly BSD
-- Marcel Greter <[email protected]> Mon, 4 May 2020 11:56:27 +0100
CSS::Sass (3.6.2)
Updating libsass to version 3.6.4
https://github.com/sass/libsass/releases/tag/3.6.4
* Bumped libsass version to latest 3.6 stable branch (3.6.4)
* CPAN release for 3.6.1 was skipped due to regressions
* GCC 4.4 support was removed for now (might not come back)
-- Marcel Greter <[email protected]> Thu, 1 May 2020 13:46:07 +0100
CSS::Sass (3.6.1)
Updating libsass to version 3.6.3
Improves extend compatibility with dart-sass
https://github.com/sass/libsass/releases/tag/3.6.3
* Bumped libsass version to latest 3.6 stable branch (3.6.3)
* Fixed issue with building plugins on Mac OSX (#41)
* Updated sass-spec and adjusted spec runner
-- Marcel Greter <[email protected]> Mon, 4 Nov 2019 12:00:00 +0200
CSS::Sass (3.6.0)
First release with next major libsass version
This may cause your existing sass code to break
Please check the libsass changelog for breaking changes
https://github.com/sass/libsass/releases/tag/3.6.0
* Bumped libsass version to latest 3.6 stable branch (3.6.0)
* Added digest plugin to compute md5/base64/crc checksums
* Adjusted a few test cases to match new 3.6 behaviors
-- Marcel Greter <[email protected]> Thu, 19 May 2019 17:49:32 +0100
CSS::Sass (3.4.13)
* Fix build failures when using clang
* Fix detection of installed modules
-- Marcel Greter <[email protected]> Thu, 11 Apr 2019 22:14:04 +0100
CSS::Sass (3.4.12)
* Maintenance release (no libsass upgrade)
* Add unit tests for included plugins
* Changed plugin locations and auto loading
* Implement support for HRX spec tests
* Fix issue with newer ExtUtils::CppGuess
* Update ppport.h and adjust makefile
* Update sassc plugin to latest version
* Update img-size plugin to latest version
* Add loading of alternate spec output file names
* Fix spec test by trimming trailing white-space
* Add appveyor for windows/strawberry perl testing
-- Marcel Greter <[email protected]> Thu, 10 Apr 2019 01:44:42 +0100
CSS::Sass (3.4.11)
* Bumped libsass version to latest 3.4 stable branch (3.4.9)
* Improve spec-runner to normalize nth-child binomial spacing
* Fix sass operation overloads for inverted operands
-- Marcel Greter <[email protected]> Mon, 05 Feb 2018 23:31:14 +0200
CSS::Sass (3.4.10)
* Bumped libsass version to latest 3.4 stable branch (3.4.8)
* Workaround windows bug with fork and Encode
* Allow env variables to configure install
* Add Filesys::Notify::Simple dependency
* Skip spec test with invalid utf8 output
* Replace List::MoreUtils with List::Util
* Replace File::Slurp with own implementation
* Fix watchdog dependency detection
-- Marcel Greter <[email protected]> Fri, 12 Jan 2018 03:01:32 +0200
CSS::Sass (3.4.9)
* Bumped libsass version to latest 3.4 stable branch (3.4.7)
* Patch spec runner to skip expected failures (missing warnings)
-- Marcel Greter <[email protected]> Mon, 14 Nov 2017 02:03:49 +0200
CSS::Sass (3.4.8)
* Added img-size plugin (https://github.com/mgreter/libsass-img-size)
* Fixed issue with plugins not finding shared libsass library (win/nix)
* Fixed issue with gcc 4.4 compatibility and plugin loading (cpan only)
-- Marcel Greter <[email protected]> Mon, 17 Oct 2017 00:05:03 +0200
CSS::Sass (3.4.7)
* Bumped libsass version to latest 3.4 stable branch (3.4.6)
* Patch spec runner to skip expected failures (missing warnings)
-- Marcel Greter <[email protected]> Mon, 16 Oct 2017 00:22:52 +0200
CSS::Sass (3.4.6)
* Bumped libsass version to latest 3.4 stable branch (3.4.5)
* Fix spec runner to recognize specific error-cases
* Improve gcc compiler version detection
-- Marcel Greter <[email protected]> Mon, 22 Mai 2017 21:58:11 +0100
CSS::Sass (3.4.5)
* Bumped libsass version to latest 3.4 stable branch (3.4.4)
* Improve Makefile.PL to check gcc version (and other fixes)
-- Marcel Greter <[email protected]> Sun, 09 Apr 2017 01:16:37 +0100
CSS::Sass (3.4.4)
* Bumped libsass version to temporary 3.4 stable branch
* Re-added gcc 4.4 compatibility for libsass (cpan release only)
-- Marcel Greter <[email protected]> Tue, 07 Mar 2017 15:36:05 +0200
CSS::Sass (3.4.3)
* Meta files once again got corrupted!?
-- Marcel Greter <[email protected]> Min, 20 Feb 2017 09:51:23 +0200
CSS::Sass (3.4.2)
* Fix build issue with plugins on OSX (#28)
* Fix plugin loader when plugins are disabled
* Update all plugins to their latest versions
* Improve spec runner to cover all warnings and errors
-- Marcel Greter <[email protected]> Wed, 15 Feb 2017 01:02:58 +0200
CSS::Sass (3.4.1)
* Update to latest LibSass release (3.4.3)
* Remove undocumented `resolve_file` function
* Bundle experimental LibSass plugins (alpha)
* Improve command line utility for plugins
* Fix tests due to wrong skip count (Perl < 5.12)
* Fix AND/OR operations and enable test case
-- Marcel Greter <[email protected]> Wed, 11 Jan 2017 14:18:43 +0200
CSS::Sass (3.4.0)
* Update to latest LibSass release (3.4.0)
* Add source-map-file-urls option to cli
* Change cli options to be case sensitive
* Fix issue connected to EUMM bugfix
* Update spec runner for nested options
* Enable error spec tests again
-- Marcel Greter <[email protected]> Sat, 10 Dec 2016 17:23:09 +0200
CSS::Sass (3.3.6)
* Fix issue with ExtUtils::MakeMaker 7.12+
* Add gcc 4.4 compatibility for libsass
CSS::Sass (3.3.5)
* Fix spec runner to pass on linux (unicode issue)
* Fix broken unicode test comparing on some systems
* Add missing test dependency in meta files (YAML::XS)
* Update README for Module::Build to ExtUtils::MM switch
CSS::Sass (3.3.4)
* Update to latest LibSass dev release (pre 3.3.7)
* Fix build edge case with EUMM 7.16 (@genehack)
* Remove duplicate "m" arg from psass (@dracos)
CSS::Sass (3.3.3)
* Update to latest LibSass release (3.3.6)
CSS::Sass (3.3.2)
* Update to latest LibSass release (3.3.5)
CSS::Sass (3.3.1)
* Update to latest LibSass release (3.3.4)
CSS::Sass (3.3.0)
* Update to latest LibSass release (3.3.3)
* Update spec test runner for error specs
* Use LibSass functions for compare operations
* Switch `Module::Build` with `ExtUtils::MakeMaker`
* Improve unicode handling with command line utility
CSS::Sass (3.3.0-rc1)
* Update to latest libsass release (3.3.0-rc1)
* Implement native operations for sass values
* Add missing `source-map-root` context option
* Move build to more portable ExtUtils::MakeMaker
CSS::Sass (3.2.2)
* Update to latest libsass release (3.2.4)
* Rename CSS::Sass::Type to CSS::Sass::Value
* Old namespace is still supported ("linked")
* Add more overload operators for sass values
CSS::Sass (3.2.1)
* Update some outdated documentation
* Add missing version file for libsass
* Silence some compiler warnings
CSS::Sass (3.2.0)
* Update to latest libsass release (3.2.0)
* Add options for remaining output styles
* Add indent and linefeed config options
* Add benchmark option to command line tool
* Add watcher option to recompile on changes
* Refactor for libsass context option initializing
* Expose `resolve_file` function on the C-API
* Add experimental API for multiple importers
* Add highly experimental API for custom headers
CSS::Sass (3.1.0)
* Updates to latest libsass version (3.1.0)
* Changed to use new C-API (sass_context.h)
* Changed omit_src_map_url to no_src_map_url
* Implement custom importers (experimental)
-- Marcel Greter <[email protected]> Fri, 02 Jan 2015 04:10:28 +0100
CSS::Sass (3.0.2)
* Updates to latest libsass version (3.0.2)
* Add new source map embedding features
* Implements source-map-embed option
* Implements source-map-contents option
-- Marcel Greter <[email protected]> Wed, 05 Nov 2014 02:46:05 +0100
CSS::Sass (3.0.1)
* Adds latest libsass changes (3.0.0)
* Reimplemented and improved CSS::Sass::Type
* Fixes memory leaks introduced in 3.0.0
* Fixes building on various platforms
-- Marcel Greter <[email protected]> Sat, 25 Oct 2014 14:04:37 +0200
CSS::Sass (3.0.0)
* Updates to latest libsass (3.0.0)
* Implements libsass source maps options
* Exports libsass sass2scss function
* Adds minimal command line utility
* Adds complete sass-spec test suite
* Adds CSS::Sass::Type::Map for maps
* Adds Travis CI (continous integration)
* Adds coveralls.io (code coverage metrics)
-- Marcel Greter <[email protected]> Sat, 25 Oct 2014 14:00:47 +0200
CSS::Sass (0.8.1)
* Add requirement for Class::Accessor::Fast to Build.PL. One day it will
pass tests on cpantesters.
-- David Caldwell <[email protected]> Thu, 03 Oct 2013 16:52:17 -0700
CSS::Sass (0.8.0)
* Fix building on Strawberry Perl (Marcel Greter).
-- David Caldwell <[email protected]> Fri, 27 Sep 2013 14:43:36 -0700
CSS::Sass (0.7.0)
* Fix Sass functions so that you may have more than 1 at a time (Dan
Thomas).
-- David Caldwell <[email protected]> Tue, 13 Aug 2013 11:08:34 -0700
CSS::Sass (0.6.0)
* Add Sass functions implemented in Perl.
-- David Caldwell <[email protected]> Sat, 22 Jun 2013 13:10:04 -0700
CSS::Sass (0.5.0)
* Fix build issue on OpenSolaris.
* Fix include path issue on Windows.
* Fix XS loading issue on older Perls.
-- David Caldwell <[email protected]> Fri, 21 Jun 2013 10:58:42 -0700
CSS::Sass (0.4.0)
* Fix building on Mac OS X 10.7.
* Update to latest libsass code.
-- David Caldwell <[email protected]> Mon, 17 Jun 2013 11:01:50 -0700
CSS::Sass (0.3.0)
* Fix building on Linux/GCC.
* Stop including Makefile.PL.
-- David Caldwell <[email protected]> Mon, 17 Jun 2013 01:45:45 -0700
CSS::Sass (0.2.0)
* Don't try to pass clang options to non-clang compilers.
-- David Caldwell <[email protected]> Sat, 15 Jun 2013 03:14:37 -0700
CSS::Sass (0.1.0)
* Rename module.
-- David Caldwell <[email protected]> Wed, 29 May 2013 23:59:30 -0700
Text::Sass::XS (0.1.0)
* Initial release.
-- David Caldwell <[email protected]> Wed, 29 May 2013 19:23:13 -0700