Chris@0: CHANGELOG Chris@0: ========= Chris@0: Chris@0: 3.4.0 Chris@0: ----- Chris@0: Chris@0: * support for passing relative paths to `Filesystem::makePathRelative()` is deprecated and will be removed in 4.0 Chris@0: Chris@0: 3.3.0 Chris@0: ----- Chris@0: Chris@0: * added `appendToFile()` to append contents to existing files Chris@0: Chris@0: 3.2.0 Chris@0: ----- Chris@0: Chris@0: * added `readlink()` as a platform independent method to read links Chris@0: Chris@0: 3.0.0 Chris@0: ----- Chris@0: Chris@0: * removed `$mode` argument from `Filesystem::dumpFile()` Chris@0: Chris@0: 2.8.0 Chris@0: ----- Chris@0: Chris@0: * added tempnam() a stream aware version of PHP's native tempnam() Chris@0: Chris@0: 2.6.0 Chris@0: ----- Chris@0: Chris@0: * added LockHandler Chris@0: Chris@0: 2.3.12 Chris@0: ------ Chris@0: Chris@0: * deprecated dumpFile() file mode argument. Chris@0: Chris@0: 2.3.0 Chris@0: ----- Chris@0: Chris@0: * added the dumpFile() method to atomically write files Chris@0: Chris@0: 2.2.0 Chris@0: ----- Chris@0: Chris@0: * added a delete option for the mirror() method Chris@0: Chris@0: 2.1.0 Chris@0: ----- Chris@0: Chris@0: * 24eb396 : BC Break : mkdir() function now throws exception in case of failure instead of returning Boolean value Chris@0: * created the component