Releases: webeweb/core-library
Releases · webeweb/core-library
Core library 6.3.0
v6.3.0 Update CHANGELOG
Core library 6.2.0
v6.2.0 Update CHANGELOG
Core library 6.1.0
v6.1.0 Update CHANGELOG
Core library 6.0.0
v6.0.0 Add cURL helper
Core library 5.1.2
Improve PHPDoc quality
Core library 5.1.1
Fix exception messages into FileHelper
Core library 5.1.0
- Add a newline argument to append a new line at the end of file
Core library 5.0.1
- 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
- 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
- Add appendTo() method into FileHelper (use to append a file to another file)
- Improve the readability of unit tests