Releases: passioneight/php-utilities
Releases · passioneight/php-utilities
2.0.1
Full Changelog: 2.0.0...2.0.1
Documentation update
2.0.0
What's Changed
- chore: v2.0.0 by @passioneight in #13
Full Changelog: v1.3.1...2.0.0
- Major breaking changes: renamed methods, added type hinting, removed
StringUtility
(and other customstring
methods)- Use a dedicated library for handling
string
s, if needed.
- Use a dedicated library for handling
- Improved code readability.
v1.3.1
v1.3.0
What's Changed
- chore: add unit tests by @passioneight in #9
- fix: ensureTrailingSlash removes leading slash by @passioneight in #11
Full Changelog: v1.2.1...v1.3.0
v1.2.1
- Documentation update
v1.2.0
- Added more functionality
v1.1.0
~ Added more methods to UrlUtility
v1.0.7
~ Readme update
v1.0.6
~ Fixed namespace issue
v1.0.5
- Added more methods to
PathUtility