Skip to content

Releases: sbt/zinc

v1.1.2

23 Mar 16:46
v1.1.2
0c5422a
Compare
Choose a tag to compare
v1.1.2 Pre-release
Pre-release

Use 1.1.3

1.1.1

08 Feb 05:55
v1.1.1
17a4ba5
Compare
Choose a tag to compare

Bug fixes

1.1.0

05 Jan 18:59
v1.1.0
515558c
Compare
Choose a tag to compare

v1.0.5...v1.1.0

Bug fixes

Improvements

1.1.0-RC4

22 Dec 19:15
v1.1.0-RC4
Compare
Choose a tag to compare

v1.0.5...v1.1.0-RC4

Bug fixes

Improvements

1.1.0-RC2

15 Dec 23:47
v1.1.0-RC2
57b6c4d
Compare
Choose a tag to compare

v1.0.5...v1.1.0-RC2

Bug fixes

Improvements

1.1.0-RC1

29 Nov 21:08
v1.1.0-RC1
366eaff
Compare
Choose a tag to compare
1.1.0-RC1 Pre-release
Pre-release

v1.0.5...v1.1.0-RC1

Bug fixes

Improvements

1.0.5

26 Nov 02:55
v1.0.5
4fa347a
Compare
Choose a tag to compare

Bug fixes

  • Fixes performance regression caused by classpath hashing. #452 by @jvican and #458 by @eed3si9n
  • Fixes undercompilation of value classes when the underlying type changes. #444 by @smarter

Enhancement

Internal

1.0.4

25 Nov 05:11
v1.0.4
d6d6988
Compare
Choose a tag to compare

Bug fixes

  • Fixes performance regression caused by classpath hashing. #452 by @jvican
  • Fixes undercompilation of value classes when the underlying type changes. #444 by @smarter

Enhancement

Internal

1.0.3

26 Oct 23:19
v1.0.3
Compare
Choose a tag to compare
  • v1.0.2...v1.0.3

  • Fixes the location of REPL related xsbti Java classes, by moving it to the correct module. #425 by @eed3si9n

  • Fixes undercompilation on inheritance on same source. #424 by @eed3si9n

  • Fixes the compilation of package-protected objects. #431 by @jvican

  • Workaround for Java returning null for getGenericParameterTypes. #389 / #446 by @jvican

1.0.2

02 Oct 05:24
v1.0.2
Compare
Choose a tag to compare

v1.0.1...v1.0.2

  • Make LoggedReporter fields lazy #413