Fileable.swift/CHANGELOG.md

670 B

Version 1.2.1

  • Fix internal inaccessible level

Version 1.2

  • Implement get bundle file path method

  • Support both String and URL type as a path param

  • Separate platform specific method as a service

  • Support making multiple directory at once

  • Add path absolute or relative detector

Version 1.1

  • Fix building scheme failure

Version 1.0.9

  • Rename Fileable object to Path
  • Path.pwd is now support setter enabling move directory
  • Path object automatically set self path as home directory when path initializer is "~".
  • Introduce iOSDir ios directory list
  • Introduce UnixFS unix-based OS FS tree list - Now under construction -