Skip to content

Releases: bovigo/vfsStream

v1.6.12

29 Aug 18:46
fe695ec
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.11...v1.6.12

vfsStream 1.6.11

26 Jul 00:33
17d16a8
Compare
Choose a tag to compare

This is a maintenance release adding support for PHP 8.2.

  • Add support for PHP 8.2's $content property in vfsStreamWrapper

vfsStream 1.6.11 (alpha 0)

19 Jul 00:38
17d16a8
Compare
Choose a tag to compare
Pre-release

This release's notes have been redacted. See release notes for vfsStream 1.6.11 instead.

[See the purpose of this release in #271]

vfsStream 1.6.10

25 Sep 08:09
250c082
Compare
Choose a tag to compare

This is a maintenance release adding support for PHP 8.1.

  • Fix PHP 8.1 deprecation warnings affecting the following (#258, #259):
    • vfsStreamContainerIterator::current()
    • vfsStreamContainerIterator::next()
    • vfsStreamContainerIterator::key()
    • vfsStreamContainerIterator::rewind()
    • vfsStreamDirectory::getIterator()
    • vfsStreamPrintVisitor::printContent()

vfsStream 1.6.10 (alpha 0)

02 Aug 03:18
78cda24
Compare
Choose a tag to compare
Pre-release

This release's notes have been redacted. See release notes for vfsStream 1.6.10 instead.

[See the purpose of this release in #263]

vfsStream 1.6.9

16 Jul 08:24
2257e32
Compare
Choose a tag to compare
  • Fix deprecation warning on StringBasedFileContent for PHP 8.1 (#252)
  • Fix return type for FileContent::write(), SeekableFileContent::write(), and vfsStreamFile::write() to fix static analysis tools

vfsStream 1.6.8

30 Oct 15:59
v1.6.8
Compare
Choose a tag to compare
  • Fix StringBasedFileContent::doRead to always return a string (#204)

vfsStream 1.6.7

01 Aug 01:42
v1.6.7
2b544ac
Compare
Choose a tag to compare
  • fix PHP 7.4 deprecation warnings (backported #189 from master)

vfsStream 1.6.6

08 Apr 14:03
Compare
Choose a tag to compare

vfsStream 1.6.5

01 Aug 08:13
v1.6.5
d5fec95
Compare
Choose a tag to compare
  • fixed #157 seeking before beginning of file should fail, reported and fixed by @merijnvdk
  • structure array in vfsStream::create() and vfsStream::setup() now can contain instances of org\bovigo\vfs\content\FileContent and org\bovigo\vfs\vfsStreamFile, patch provided by Joshua Smith (@jsmitty12)