0.11.5
Merged Pull Requests since 0.11.4
- Fix
destroyOnExitdefault forwarding, make destroy recursive by default by @lihaoyi in #359 - Make creating symlinks and hardlinks count as a read operation by @lihaoyi in #364
- Add hooks into serializing/constructing
os.Paths and launching subprocesses by @lihaoyi in #365 - Fixed typos in Readme.adoc by @jfernandrezj in #366
- Fix os.write.outputStream with perms for Scala 3 by @kiendang in #368
- Update acyclic to 0.3.18 by @scala-steward in #375
- Add isReadable, isWritable, isExecutable utilities by @sake92 in #376
- Support zipping empty directories by @kiendang in #369
- Add support for permissions and symlinks in os.zip/unzip with vendored zip source code from Apache Ant by @kiendang in #374
- Make
os.list,os.walk,os.existstriggerChecker#onReadby @lihaoyi in #385 - Improvements to
oslib.watchby @arturaz in #386 - Make sure unzipped directories are owner-executable by @kiendang in #387
- Unzipping contents before the enclosing directories by @kiendang in #388
- Reproduce and fix repeated watch-close failure on OS-X by @lihaoyi in #393
- Improve error messages in require()-s by @sake92 in #397
- Fixes to macOS watcher and ensuring that watch is set up before
os.watch()returns by @arturaz in #398 - Update to Mill 1.0.0 by @lihaoyi in #396
- Add
toURIandtoURLhelpers toos.Pathby @lihaoyi in #399
New Contributors
- @jfernandrezj made their first contribution in #366
- @arturaz made their first contribution in #386
Full Changelog: 0.11.4...0.11.5