Releases: jkuchar/BigFileTools
Releases · jkuchar/BigFileTools
Released version 2.0.0
This version changes internal structure of BigFileTools
- docs: much better description of what is going on in this library
- clean up: library is now divided into drivers
- architecture: uses Dependency Injection
- auto-loading: now using PSR-4
- fix: native read driver had incorrect results for files under 2GB
- fix: exec driver now works with empty files
- now only PHP >=5.6 is supported (this is due to usage of brick/math that is used for mathematical computations)
Released version 1.1.3
- fix: exec failing on empty files
Released version 2.0.0RC1
This version changes internal structure of BigFileTools
- docs: much better description of what is going on in this library
- clean up: library is now divided into drivers
- architecture: uses Dependency Injection
- auto-loading: now using PSR-4
- fix: native read driver had incorrect results for files under 2GB
- now only PHP >=5.6 is supported (this is due to usage of brick/math that is used for mathematical computations)
Released version 1.1.2
Released version 1.1.1
- license fix
Released version 1.1.0
Released 1.1.0 (removed Nette dependencies)
Released version 1.0.0
First release