Skip to content

Releases: omv-libs/FileSystemDependency

v1.0.1

Choose a tag to compare

@omv-libs omv-libs released this 28 Jan 20:15
42eff2f
  • Added VisionOS support.
    • No actual logic changes.

v1.0.0

Choose a tag to compare

@omv-libs omv-libs released this 12 Jan 23:12
47f6e3b
  • Now supports GlobalDependencies macros
  • Requires Swift 5.9 Toolchain and Xcode 15

v0.0.4

Choose a tag to compare

@omv-libs omv-libs released this 28 Jun 00:46
d3d0940
  • Renamed MockFileSystem into ComposableFileSystem as a regular type to use, at least until macros are a thing.

v0.0.3

Choose a tag to compare

@omv-libs omv-libs released this 26 Jun 01:08
c29100d
  • Simplified API surface
  • Simplified write operation use by guaranteeing intermediate directory creation.

v0.0.2

Choose a tag to compare

@omv-libs omv-libs released this 23 Jun 17:53
7ccd4d8
  • Fixed an issue where attempting to remove a file that did not exist already would throw (against our explicit API contract).

v0.0.1

Choose a tag to compare

@omv-libs omv-libs released this 22 Jun 04:31
52b2d53

Initial release, will try out from apps to see if it needs any further tweaks or additions.