Skip to content

Releases: Riimu/Kit-PathJoin

Version 1.2.0

09 Jul 14:45
Compare
Choose a tag to compare
  • 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

Version 1.1.2

22 Aug 11:31
Compare
Choose a tag to compare
  • Slightly reworked how the paths are built

Version 1.1.1

09 Aug 07:53
Compare
Choose a tag to compare
  • Maintenance release that simply addresses some coding standards issues

Version 1.1.0

25 Mar 19:21
Compare
Choose a tag to compare
  • Added Path::normalize() method for normalizing a single path.
  • The Path::join() method now correctly returns '.' instead of an empty
    path, similar to the dirname() function.

Version 1.0.1

25 Jan 13:25
Compare
Choose a tag to compare
  • Improvements in code quality and documentation