annotate vendor/mikey179/vfsStream/CHANGELOG.md @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents af1871eacc83
children
rev   line source
Chris@18 1 1.6.6 (2019-04-08)
Chris@18 2 ------------------
Chris@18 3
Chris@18 4 * backported #174 from master, original PR provided by @localheinz
Chris@18 5
Chris@18 6
Chris@0 7 1.6.5 (2017-08-01)
Chris@0 8 ------------------
Chris@0 9
Chris@0 10 * fixed #157 seeking before beginning of file should fail, reported and fixed by @merijnvdk
Chris@0 11 * structure array in `vfsStream::create()` and `vfsStream::setup()` now can contain instances of `org\bovigo\vfs\content\FileContent` and `org\bovigo\vfs\vfsStreamFile`, patch provivded by Joshua Smith (@jsmitty12)
Chris@0 12
Chris@0 13
Chris@0 14 1.6.4 (2016-07-18)
Chris@0 15 ------------------
Chris@0 16
Chris@0 17 * fixed #134 type safe directory names, reported and fixed by Sebastian Hopfe
Chris@0 18
Chris@0 19
Chris@0 20 1.6.3 (2016-04-09)
Chris@0 21 ------------------
Chris@0 22
Chris@0 23 * fixed #131 recursive mkdir() fails if the last dirname is '0'
Chris@0 24
Chris@0 25
Chris@0 26 1.6.2 (2016-01-13)
Chris@0 27 ------------------
Chris@0 28
Chris@0 29 * fixed #128 duplicate "valid" files/directories and incorrect file names
Chris@0 30
Chris@0 31
Chris@0 32 1.6.1 (2015-12-04)
Chris@0 33 ------------------
Chris@0 34
Chris@0 35 * `vfsStream::url()` didn't urlencode single path parts while `vfsStream::path()` did urldecode them
Chris@0 36 * fixed #120, #122: create directory with trailing slash results in "Uninitialized string offset: 0"
Chris@0 37
Chris@0 38
Chris@0 39 1.6.0 (2015-10-06)
Chris@0 40 ------------------
Chris@0 41
Chris@0 42 * added `vfsStreamWrapper::unregister()`, provided by @malkusch with #114
Chris@0 43 * fixed #115: incorrect handling of `..` in root directory on PHP 5.5, fix provided by @acoulton with #116
Chris@0 44
Chris@0 45
Chris@0 46 1.5.0 (2015-03-29)
Chris@0 47 ------------------
Chris@0 48
Chris@0 49 * implemented #91: `vfsStream::copyFromFileSystem()` should create large file instances
Chris@0 50 * implemented #92: `vfsStream::copyFromFileSystem()` should respect block devices
Chris@0 51 * fixed #107: `touch()` does not respect file permissions
Chris@0 52 * fixed #105: vfs directory structure is not reset after each test
Chris@0 53 * fixed #104: vfsStream can't handle url encoded pathes
Chris@0 54
Chris@0 55
Chris@0 56 1.4.0 (2014-09-14)
Chris@0 57 ------------------
Chris@0 58
Chris@0 59 * implemented #85: Added support for emulating block devices in the virtual filesystem, feature provided by Harris Borawski
Chris@0 60 * fixed #68: Unlink a non-existing file now triggers a PHP warning
Chris@0 61
Chris@0 62
Chris@0 63 1.3.0 (2014-07-21)
Chris@0 64 ------------------
Chris@0 65
Chris@0 66 * implemented #79: possibility to mock large files without large memory footprint, see https://github.com/mikey179/vfsStream/wiki/MockingLargeFiles
Chris@0 67 * implemented #67: added partial support for text-mode translation flag (i.e., no actual translation of line endings takes place) so it no longer throws an exception (provided by Anthon Pang)
Chris@0 68 * fixed issue #74: issue with trailing windows path separators (provided by Sebastian Krüger)
Chris@0 69 * fixed issue #50: difference between real file system and vfs with `RecursiveDirectoryIterator`
Chris@0 70 * fixed issue #80: touch with no arguments for modification and access time behave incorrect
Chris@0 71 * deprecated `org\bovigo\vfs\vfsStreamFile::readUntilEnd()`
Chris@0 72 * deprecated `org\bovigo\vfs\vfsStreamFile::getBytesRead()`
Chris@0 73
Chris@0 74
Chris@0 75 1.2.0 (2013-04-01)
Chris@0 76 ------------------
Chris@0 77
Chris@0 78 * implemented issue #34: provide `url()` method on all `vfsStreamContent` instances
Chris@0 79 * added `org\bovigo\vfs\vfsStreamContent::url()`
Chris@0 80 * added `org\bovigo\vfs\vfsStreamContent::path()`
Chris@0 81 * fixed issue #40: flock implementation doesn't work correctly, patch provided by Kamil Dziedzic
Chris@0 82 * fixed issue #49: call to member function on a non-object when trying to delete a file one above root where a file with same name in root exists
Chris@0 83 * fixed issue #51: `unlink()` must consider permissions of directory where file is inside, not of the file to unlink itself
Chris@0 84 * fixed issue #52: `chmod()`, `chown()` and `chgrp()` must consider permissions of directory where file/directory is inside
Chris@0 85 * fixed issue #53: `chmod()`, `chown()` and `chgrp()` must consider current user and current owner of file/directoy to change
Chris@0 86
Chris@0 87
Chris@0 88 1.1.0 (2012-08-25)
Chris@0 89 ------------------
Chris@0 90
Chris@0 91 * implemented issue #11: add support for `streamWrapper::stream_metadata()` vfsStream now supports `touch()`, `chown()`, `chgrp()` and `chmod()`
Chris@0 92 * implemented issue #33: add support for `stream_truncate()` (provided by https://github.com/nikcorg)
Chris@0 93 * implemented issue #35: size limit (quota) for VFS
Chris@0 94
Chris@0 95
Chris@0 96 1.0.0 (2012-05-15)
Chris@0 97 ------------------
Chris@0 98
Chris@0 99 * raised requirement for PHP version to 5.3.0
Chris@0 100 * migrated codebase to use namespaces
Chris@0 101 * changed distribution from PEAR to Composer
Chris@0 102 * implemented issue #30: support "c" mode for `fopen()`
Chris@0 103 * fixed issue #31: prohibit aquiring locks when already locked / release lock on `fclose()`
Chris@0 104 * fixed issue #32: problems when subfolder has same name as folder
Chris@0 105 * fixed issue #36: `vfsStreamWrapper::stream_open()` should return false while trying to open existing non-writable file, patch provided by Alexander Peresypkin
Chris@0 106
Chris@0 107
Chris@0 108 0.11.2 (2012-01-14)
Chris@0 109 -------------------
Chris@0 110
Chris@0 111 * fixed issue #29: set permissions properly when using `vfsStream::copyFromFileSystem()`, patch provided by predakanga
Chris@0 112 * fixed failing tests under PHP > 5.3.2
Chris@0 113
Chris@0 114
Chris@0 115 0.11.1 (2011-12-04)
Chris@0 116 -------------------
Chris@0 117
Chris@0 118 * fixed issue #28: `mkdir()` overwrites existing directories/files
Chris@0 119
Chris@0 120
Chris@0 121 0.11.0 (2011-11-29)
Chris@0 122 -------------------
Chris@0 123
Chris@0 124 * implemented issue #20: `vfsStream::create()` removes old structure
Chris@0 125 * implemented issue #4: possibility to copy structure from existing file system
Chris@0 126 * fixed issue #23: `unlink()` should not remove any directory
Chris@0 127 * fixed issue #25: `vfsStreamDirectory::hasChild()` gives false positives for nested paths, patch provided by Andrew Coulton
Chris@0 128 * fixed issue #26: opening a file for reading only should not update its modification time, reported and initial patch provided by Ludovic Chabant
Chris@0 129
Chris@0 130
Chris@0 131 0.10.1 (2011-08-22)
Chris@0 132 -------------------
Chris@0 133
Chris@0 134 * fixed issue #16: replace `vfsStreamContent` to `vfsStreamContainer` for autocompletion
Chris@0 135 * fixed issue #17: `vfsStream::create()` has issues with numeric directories, patch provided by mathieuk
Chris@0 136
Chris@0 137
Chris@0 138 0.10.0 (2011-07-22)
Chris@0 139 -------------------
Chris@0 140
Chris@0 141 * added new method `vfsStreamContainer::hasChildren()` and `vfsStreamDirectory::hasChildren()`
Chris@0 142 * implemented issue #14: less verbose way to initialize vfsStream
Chris@0 143 * implemented issue #13: remove deprecated method `vfsStreamContent::setFilemtime()`
Chris@0 144 * implemented issue #6: locking meachanism for files
Chris@0 145 * ensured that `stream_set_blocking()`, `stream_set_timeout()` and `stream_set_write_buffer()` on vfsStream urls have the same behaviour with PHP 5.2 and 5.3
Chris@0 146 * implemented issue #10: method to print directory structure
Chris@0 147
Chris@0 148
Chris@0 149 0.9.0 (2011-07-13)
Chris@0 150 ------------------
Chris@0 151
Chris@0 152 * implemented feature request issue #7: add support for `fileatime()` and `filectime()`
Chris@0 153 * fixed issue #3: add support for `streamWrapper::stream_cast()`
Chris@0 154 * fixed issue #9: resolve path not called everywhere its needed
Chris@0 155 * deprecated `vfsStreamAbstractContent::setFilemtime()`, use `vfsStreamAbstractContent::lastModified()` instead, will be removed with 0.10.0
Chris@0 156
Chris@0 157
Chris@0 158 0.8.0 (2010-10-08)
Chris@0 159 ------------------
Chris@0 160
Chris@0 161 * implemented enhancement #6: use `vfsStream::umask()` to influence initial file mode for files and directories
Chris@0 162 * implemented enhancement #19: support of .. in the url, patch provided by Guislain Duthieuw
Chris@0 163 * fixed issue #18: `getChild()` returns NULL when child's name contains parent name
Chris@0 164 * fixed bug with incomplete error message when accessing non-existing files on root level
Chris@0 165
Chris@0 166
Chris@0 167 0.7.0 (2010-06-08)
Chris@0 168 ------------------
Chris@0 169
Chris@0 170 * added new `vfsStream::setup()` method to simplify vfsStream usage
Chris@0 171 * fixed issue #15: `mkdir()` creates a subfolder in a folder without permissions
Chris@0 172
Chris@0 173
Chris@0 174 0.6.0 (2010-02-15)
Chris@0 175 ------------------
Chris@0 176
Chris@0 177 * added support for `$mode` param when opening files, implements enhancement #7 and fixes issue #13
Chris@0 178 * `vfsStreamWrapper::stream_open()` now evaluates `$options` for `STREAM_REPORT_ERRORS`
Chris@0 179
Chris@0 180
Chris@0 181 0.5.0 (2010-01-25)
Chris@0 182 ------------------
Chris@0 183
Chris@0 184 * added support for `rename()`, patch provided by Benoit Aubuchon
Chris@0 185 * added support for . as directory alias so that `vfs://foo/.` resolves to `vfs://foo`, can be used as workaround for bug #8
Chris@0 186
Chris@0 187
Chris@0 188 0.4.0 (2009-07-13)
Chris@0 189 ------------------
Chris@0 190
Chris@0 191 * added support for file modes, users and groups (with restrictions, see http://code.google.com/p/bovigo/wiki/vfsStreamDocsKnownIssues)
Chris@0 192 * fixed bug #5: `vfsStreamDirectory::addChild()` does not replace child with same name
Chris@0 193 * fixed bug with `is_writable()` because of missing `stat()` fields, patch provided by Sergey Galkin
Chris@0 194
Chris@0 195
Chris@0 196 0.3.2 (2009-02-16)
Chris@0 197 ------------------
Chris@0 198
Chris@0 199 * support trailing slashes on directories in vfsStream urls, patch provided by Gabriel Birke
Chris@0 200 * fixed bug #4: vfsstream can only be read once, reported by Christoph Bloemer
Chris@0 201 * enabled multiple iterations at the same time over the same directory
Chris@0 202
Chris@0 203
Chris@0 204 0.3.1 (2008-02-18)
Chris@0 205 ------------------
Chris@0 206
Chris@0 207 * fixed path/directory separator issues under linux systems
Chris@0 208 * fixed uid/gid issues under linux systems
Chris@0 209
Chris@0 210
Chris@0 211 0.3.0 (2008-01-02)
Chris@0 212 ------------------
Chris@0 213
Chris@0 214 * added support for `rmdir()`
Chris@0 215 * added `vfsStream::newDirectory()`, dropped `vfsStreamDirectory::ceate()`
Chris@0 216 * added new interface `vfsStreamContainer`
Chris@0 217 * added `vfsStreamContent::at()` which allows code like `$file = vfsStream::newFile('file.txt.')->withContent('foo')->at($otherDir);`
Chris@0 218 * added `vfsStreamContent::lastModified()`, made `vfsStreamContent::setFilemtime()` an alias for this
Chris@0 219 * moved from Stubbles development environment to bovigo
Chris@0 220 * refactorings to reduce crap index of various methods
Chris@0 221
Chris@0 222
Chris@0 223 0.2.0 (2007-12-29)
Chris@0 224 ------------------
Chris@0 225
Chris@0 226 * moved `vfsStreamWrapper::PROTOCOL` to `vfsStream::SCHEME`
Chris@0 227 * added new `vfsStream::url()` method to assist in creating correct vfsStream urls
Chris@0 228 * added `vfsStream::path()` method as opposite to `vfsStream::url()`
Chris@0 229 * a call to `vfsStreamWrapper::register()` will now reset the root to null, implemented on request from David Zuelke
Chris@0 230 * added support for `is_readable()`, `is_dir()`, `is_file()`
Chris@0 231 * added `vfsStream::newFile()` to be able to do `$file = vfsStream::newFile("foo.txt")->withContent("bar");`
Chris@0 232
Chris@0 233
Chris@0 234 0.1.0 (2007-12-14)
Chris@0 235 ------------------
Chris@0 236
Chris@0 237 * Initial release.