Skip to content

Releases: ElementaryFramework/FireFS

v1.2.2

20 Apr 19:31
a377265
Compare
Choose a tag to compare

Hotfix Release

Fixed an issue due to directory separator inconsistencies across platforms, causing bad resolution of internal and external paths.

v1.2.1

11 Aug 12:22
747a0e0
Compare
Choose a tag to compare

Fixed issue #1 where the file system watcher crash when trying to refresh modification times of deleted files (from a listener or between two watch process).

v1.2.0

25 Jun 16:50
c06190b
Compare
Choose a tag to compare

Added support for PHP 8

v1.1.0

23 Jun 15:46
b40ddf0
Compare
Choose a tag to compare

FireFS comes with new features in this release:

  • Introduction of FileStreams: Full featured files streams can now be managed with FireFS
  • FireFS now uses Events, and Streams shared projects to provide a better support of these functionalities
  • The FileSystemWatcher has been optimized on some points, and little bugs has been fixed
  • Fixed minor bugs in the FireFS class

v1.0.1

26 Dec 11:48
Compare
Choose a tag to compare

Bug fix release

Fixed an issue for FireFS events, call the correct callbacks and raise onAny events.

v1.0.0

22 Dec 02:23
Compare
Choose a tag to compare

First major release of 🔥 FireFS 🔥 !

This release include:

  • A lot of bug fixes, and compatibility fixes for Unix platforms
  • Apply some refactoring on code
  • Add filesystem listeners, to listen for created, deleted and modified events
  • Add a filesystem watcher to watch for files in real time

v0.0.1

13 Aug 16:53
Compare
Choose a tag to compare

First stable release of FireFS