Skip to content

Releases: jkuchar/BigFileTools

Released version 2.0.0

17 Mar 16:20
Compare
Choose a tag to compare

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

17 Mar 16:33
Compare
Choose a tag to compare
  • fix: exec failing on empty files

Released version 2.0.0RC1

01 Feb 19:48
Compare
Choose a tag to compare
Pre-release

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

01 Feb 21:44
Compare
Choose a tag to compare
  • docs: updated documentation
  • fix: fixed absolute path related issues #1
  • fixes #6

Released version 1.1.1

01 Feb 21:54
Compare
Choose a tag to compare
- license fix

Released version 1.1.0

01 Feb 21:55
Compare
Choose a tag to compare
Released 1.1.0 (removed Nette dependencies)

Released version 1.0.0

01 Feb 21:55
Compare
Choose a tag to compare
First release