Skip to content

Releases: shotastage/Fileable.swift

Fix inaccessible method

16 Jan 01:38

Choose a tag to compare

1.2.2

fix inaccessible method

Fix bugs

16 Jan 01:34
e5cc25a

Choose a tag to compare

  • Fix internal inaccessible level

  • Make bundled file method nullable

Add enhancements

15 Jan 04:24

Choose a tag to compare

  • 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

Fix building scheme failure & deployment target issue

14 Nov 05:39
26bb36d

Choose a tag to compare

Fix building scheme failure & deployment target issue

Fix building scheme failure

14 Nov 05:18
26bb36d

Choose a tag to compare

Pre-release

Fix building scheme failure for Carthage build system.

Rename Fileable object to Path

13 Nov 17:37

Choose a tag to compare

  • 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 -

List Contents & issue fix

26 Oct 06:13

Choose a tag to compare

1.0.8

  • Fileable("path/to/dir").ls has been implemented

You can get contents of specific directory as an array.


  • Fix issue Fileable("/path/to/dir").isFile returns TRUE #1

In this issue, isFile property does not return proper result.

Expected Result

Fileable("path/to/directory").isFile => False

Practical Result

Fileable("path/to/directory").isFile => True

Fully compatible with FileableGo API

30 Aug 03:03

Choose a tag to compare

Rename Filekit to Fileable.

24 Oct 16:33

Choose a tag to compare

1.0.6

Change logo.

Add compile target.

19 Oct 02:17

Choose a tag to compare

1.0.5

Add compile target to iOSFileKit.