Tags

Tags give the ability to mark specific points in history as being important
  • v0.2.2

    6e96d28e · Version 0.2.2 ·
    Version 0.2.2
    
    Return an empty array when splitting paths w/o valid parts
    
  • v0.2.1

    c65de2dd · Release version 0.2.1 ·
    Version 0.2.1
    
    Allow the library to be used with PHP 7
    
  • v0.2.0

    0d8b9ed5 · Release version 0.2 ·
    Version 0.2.0
    
    Incompatible changes:
    * This version requires at least PHP 5.6
    * Drive-relative Windows paths are no longer treated as absolute
    
    Features:
    * Method getRoot returns the root of a path (e.g. Windows drive)
    
  • v0.1.0

    59b7323c · Release version 0.1.0 ·
    Version 0.1.0
    
    This is the initial release. Current features:
    - Remove common parts from the beginning of two paths
    - Split paths
    - Join paths
    - Canonicalize paths
    - Check whether two paths are identical
    - Check whether paths are absolute (or not)
    - Make paths absolute
    - Make paths relative