Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 523 Bytes

CHANGELOG.md

File metadata and controls

20 lines (16 loc) · 523 Bytes

2.0.2

  • Fix examples

2.0.0

  • Breaking: Removed Path.list()
  • Added Path.home() constructor to get home directory
  • Added Path.dir, Path.file, and constructors Path.fromFile() & Path.fromDir() for increased interoperability with native dart:io Directory & File APIs
  • Documentation improvements

1.1.0

  • Added list() method to list files in a directory
  • Added hashCode override
  • Documentation improvements

1.0.1

  • Documentation update

1.0.0

Initial version!

  • Created Path class