Skip to content

v0.1.2

Latest
Compare
Choose a tag to compare
@calebkleveter calebkleveter released this 29 May 13:22
· 18 commits to master since this release
b990fe1

Allow Whitespace in Write File Paths

  • #5. The implementation for the LocalStorage.write(file:data:options:) method would throw an error if the path passed in had whitespace in it. The issue was fixed by using the URL(fileURLWithPath:) initializer.