The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Fix inaccessible method
4 years ago
- Fix internal inaccessible level
- Make bundled file method nullable
Add enhancements
4 years ago
- 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
4 years ago
Fix building scheme failure & deployment target issue
Fix building scheme failure
4 years ago
Fix building scheme failure for Carthage build system.
Rename Fileable object to Path
4 years ago
- 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
4 years ago
## 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](https://github.com/shotastage/Fileable.swift/issues/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
5 years ago
Rename Filekit to Fileable.
5 years ago
Add compile target.
5 years ago