Skip to content

Releases: webeweb/core-library

Core library 6.3.0

11 Mar 17:27
Compare
Choose a tag to compare
v6.3.0

Update CHANGELOG

Core library 6.2.0

10 Mar 18:34
Compare
Choose a tag to compare
v6.2.0

Update CHANGELOG

Core library 6.1.0

04 Feb 18:10
Compare
Choose a tag to compare
v6.1.0

Update CHANGELOG

Core library 6.0.0

25 Nov 19:09
Compare
Choose a tag to compare
v6.0.0

Add cURL helper

Core library 5.1.2

04 Oct 15:30
Compare
Choose a tag to compare

Improve PHPDoc quality

Core library 5.1.1

01 Oct 17:11
Compare
Choose a tag to compare

Fix exception messages into FileHelper

Core library 5.1.0

17 Sep 13:52
Compare
Choose a tag to compare
  • Add a newline argument to append a new line at the end of file

Core library 5.0.1

17 Sep 12:52
Compare
Choose a tag to compare
  • Fix fopen mode into appendTo() to write at the end of file
  • Use static:: instead of self:: to call static methods
  • Consolidate some unit tests

Core library 5.0.0

15 Sep 08:46
Compare
Choose a tag to compare
  • Move all IO packages, FileSystem is the new package
  • Move InvalidHTTPMethodException into Network package
  • Update Composer (compatibility with Symfony projects in v4.0)

Core library 4.6.0

14 Sep 17:37
Compare
Choose a tag to compare
  • Add appendTo() method into FileHelper (use to append a file to another file)
  • Improve the readability of unit tests