scratch – Blame information for rev 126

Subversion Repositories:
Rev:
Rev Author Line No. Line
126 office 1 CHANGELOG
2 =========
3  
4 3.3.0
5 -----
6  
7 * added `appendToFile()` to append contents to existing files
8  
9 3.2.0
10 -----
11  
12 * added `readlink()` as a platform independent method to read links
13  
14 3.0.0
15 -----
16  
17 * removed `$mode` argument from `Filesystem::dumpFile()`
18  
19 2.8.0
20 -----
21  
22 * added tempnam() a stream aware version of PHP's native tempnam()
23  
24 2.6.0
25 -----
26  
27 * added LockHandler
28  
29 2.3.12
30 ------
31  
32 * deprecated dumpFile() file mode argument.
33  
34 2.3.0
35 -----
36  
37 * added the dumpFile() method to atomically write files
38  
39 2.2.0
40 -----
41  
42 * added a delete option for the mirror() method
43  
44 2.1.0
45 -----
46  
47 * 24eb396 : BC Break : mkdir() function now throws exception in case of failure instead of returning Boolean value
48 * created the component