Skip to content

Releases: sbt/io

1.1.8

26 May 05:31
v1.1.8
6e6e2cb
Compare
Choose a tag to compare
  • Add sleep to user input thread #149

1.1.7

05 May 06:57
v1.1.7
d8a23ca
Compare
Choose a tag to compare

v1.1.6...v1.1.7

  • Fixes NPE that could arise from WatchEvent #140 by @oneill
  • Fixes the latency between file modification events and triggered execution #142 by @eatkins
  • Fixes MacOSXWatchService to meet the WatchService API #142 by @eatkins

1.1.6

06 Apr 18:53
v1.1.6
b35ee7d
Compare
Choose a tag to compare

v1.1.4...v1.1.6

1.1.4

08 Feb 03:43
v1.1.4
Compare
Choose a tag to compare

v1.1.3...v1.1.4

1.1.3

22 Dec 03:32
v1.1.3
63880dd
Compare
Choose a tag to compare

v1.1.2...v1.1.3

  • Adds IO.getModifiedTimeOrZero(file) and IO.setModifiedTimeOrFalse(file). #106 by @cunei
  • Fixes IO.relativize not working with relative path. #108 by @dwijnand
  • Adds 1.1.2 to mimaPreviousArtifacts and backfill. #107 by @dwijnand
  • sbt-houserules 0.3.5. #111 by @dwijnand

1.1.2

15 Dec 16:52
v1.1.2
778a277
Compare
Choose a tag to compare

bug fixes

  • Fixes PollingWatchService by preventing concurrent modification of keysWithEvents 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

1.1.1

29 Nov 04:04
v1.1.1
Compare
Choose a tag to compare

v1.0.2...v1.1.1

1.0.2

24 Oct 06:54
v1.0.2
Compare
Choose a tag to compare

1.1.0

02 Oct 04:35
v1.1.0
Compare
Choose a tag to compare
  • POSIX permission operations #76

1.0.1

02 Oct 04:35
v1.0.1
Compare
Choose a tag to compare

v1.0.0...v1.0.1

  • Provide companion apply for sbt.internal.io.Source #74