0.5.0
- Removed
Path.replaceContents
due to it violating the responsibility boundary of our library, useString.write
instead - Swift 5 support.
- We test against Swift 5 snapshots now.
Path.replaceContents
due to it violating the responsibility boundary of our library, use String.write
instead