forked from sproutcore/abbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
35 lines (22 loc) · 834 Bytes
/
CHANGELOG
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
*Next revision
* One JS , one CSS
* Faster build times
*SproutCore 1.4.4 (November 12, 2010)*
* Support for custom mime-types
* Pass in SC.build_mode to the app
*SproutCore 1.4.3 (October 19, 2010)*
* Better handling of Proxy Redirect
* Handle cases of missing net/https - Fixes #7
* Proxy: Use port 443 if secure and no port specified
* Fixes to Proxy Redirect support
* Fixes to SSL
* Cleanup to Builders - Fixes #2
* Wiped the old Rakefile since it wasn't applicable anymore
*SproutCore 1.4.2 (October 1, 2010)*
* Ignore swp files
* find_entry should not match partial filenames
* Made sc_static RegExp not greedy
* Fixed redundancy in sc-init description
* Fixes to allow uppercase files to be found by sc_require.
*SproutCore 1.4.1 (September 21, 2010)*
* Fixed string escaping issue in call to YUI Compressor [PDW]