-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathNEWS
54 lines (48 loc) · 2.2 KB
/
NEWS
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
Version 0.5 (2019-??-??):
- Can be installed via composer
- Explicit configuration via a proper interface
- Doesn't register a smarty function by default any more
- People can write their own pluggable transforms
Version 0.4 (2013-??-??):
- Support for [JSX](http://facebook.github.io/react/docs/jsx-in-depth.html)
- Support for merging consecutive SCSS/SASS files before compilation
(merge_tags=true). Will disable debug mode 3
- Support for tracking depending files in SCSS/SASS and LESS files
- Support for content-based file names
- Support for libsass based in-process scss processing
- Support for eco templates
- Also write statically precompressed files for use with MultiViews
in Apache or gzip_static in nginx
- Support for inline-content-tags
- Treat typeless script tags as JS instead of ignoring the tag
- Errors while processing files are only written to the output.
No more smarty errors are triggered.
- Require PHP 5.3
Version 0.3.1 (2012-04-26):
- Restore 5.2 compatibility (thanks @snaxor)
This is going to be the last version of sacy compatible
with PHP 5.2 (which is out of support by now)
Version 0.3 (2012-02-11):
- Stop blowing up if there is nothing to do (issue #5)
- Use debug mode as part of the generated hash
- Translate CSS url()'s with debug_mode = 3
- Patch phamlp to correctly support @import
- Support for external tools for transforming/minimizing
- Support for uglyfier.js
- Support for the official sass compiler
- Support for the official less compiler (requires git HEAD)
- Improved error handling
- Support for setting global config-defaults
- Support for compiling coffee script
- Support for writing a compressed phar archive
- Support to specify an output directory for build.php
Version 0.2 (2011-02-16):
- Support for bundling as a phar archive (requires PHP 5.3)
- Support for bundling lessphp and Phamlp
- Support for transforming less files before compression
- Support for transforming sass and scss files before compression
- New debug mode (3) to only do transforms (useful for development)
- Removes whitespace surrounding replaced tags
- Now treating intermixed JS and CSS as separate entities
Version 0.1 (2009-09-17):
- initial public release