Releases: sbt/io
Releases · sbt/io
1.1.8
1.1.7
1.1.6
1.1.4
- Fixes file timestamp retrieval of missing files on Windows. sbt/sbt#3871 / #120 by @cunei
- Aligns the errors thrown by file timestamp implementations. Fixes sbt/sbt#3894 / #121 by @j-keck
- Adds file timestamps native support for FreeBSD. sbt/sbt#3894 / #124 by @cunei
1.1.3
1.1.2
bug fixes
- Fixes
PollingWatchService
by preventing concurrent modification ofkeysWithEvents
map. #90 by @mechkg, which fixes sbt/sbt#3687, sbt/sbt#3695, and sbt/sbt#3775. - Fixes
WatchState#++
to remove duplicate directory registry. #87 by @dwijnand - Fixes
File#lastModified
by introducing millisecond-precision file modification timestamps using native code. #92 by @cunei - Encode Unix-like file path to URI using u3 notation (
file:///
). #96 by @eed3si9n