- Notifications
You must be signed in to change notification settings - Fork0
Releases: Riimu/Kit-PathJoin
Releases · Riimu/Kit-PathJoin
Version 1.2.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- Minor changes to path joining logic
- Increased minimum required PHP version to 5.6
- Updated tests to work with PHPUnit 6
- Updated travis build
- Slightly improved the bundled autoloader
Assets2
Version 1.1.2
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- Slightly reworked how the paths are built
Assets2
Version 1.1.1
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- Maintenance release that simply addresses some coding standards issues
Assets2
Version 1.1.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- Added
Path::normalize()
method for normalizing a single path. - The
Path::join()
method now correctly returns '.' instead of an empty
path, similar to thedirname()
function.
Assets2
Version 1.0.1
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- Improvements in code quality and documentation