Releases: sbt/zinc
Releases · sbt/zinc
1.1.6
1.1.6 is DOA due to #538. Please use 1.1.7.
- Performance optimization for Zinc #492 by @retronym
- Adds support detecting dotty plugins #529 by @liufengyun
1.1.4
1.1.3
- Allow benchmark to disable zinc's APIExtract and Dependency phases #499 by @retronym
- Improve printing of what is being compiled in benchmarks #503 by @retronym
- Fix getDecoder #502 by @jilen
- Include only scala-library into the classpath during run #505 by @eed3si9n
- Fix equal / hashCode inconsistencies around Array #513 by @eed3si9n
v1.1.2
1.1.1
1.1.0
Bug fixes
- Fixes
ClasspathFilter
that was causingClass.forName
to not work inrun
. #473 / sbt/sbt#3736 / sbt/sbt#3733 / sbt/sbt#3647 / sbt/sbt#3608 by @ravwojdyla - Fixes over-compilation bug with Java 9. #450 by @retronym
- Fixes handling of deeply nested Java classes. #423 by @romanowski
- Fixes JavaDoc not printing all errors. #415 by @raboof
- Preserves JAR order in
ScalaInstance.otherJars
. #411 by @dwijnand - Fixes used name when it contains NL. sbt/sbt#3666 by @jilen
- Fixes Java compilation causing
NullPointerException
by makingPositionImpl
thread-safe. #465 by @eed3si9n - Restores Scala 2.13.0-M1 support. #461 by @dwijnand
Improvements
1.1.0-RC4
Bug fixes
- Fixes
ClasspathFilter
that was causingClass.forName
to not work inrun
. #473 / sbt/sbt#3736 / sbt/sbt#3733 / sbt/sbt#3647 / sbt/sbt#3608 by @ravwojdyla - Fixes over-compilation bug with Java 9. #450 by @retronym
- Fixes handling of deeply nested Java classes. #423 by @romanowski
- Fixes JavaDoc not printing all errors. #415 by @raboof
- Preserves JAR order in
ScalaInstance.otherJars
. #411 by @dwijnand - Fixes used name when it contains NL. sbt/sbt#3666 by @jilen
- Fixes Java compilation causing
NullPointerException
by makingPositionImpl
thread-safe. #465 by @eed3si9n - Restores Scala 2.13.0-M1 support. #461 by @dwijnand
Improvements
1.1.0-RC2
Bug fixes
- Fixes over-compilation bug with Java 9. #450 by @retronym
- Fixes handling of deeply nested Java classes. #423 by @romanowski
- Fixes JavaDoc not printing all errors. #415 by @raboof
- Preserves JAR order in
ScalaInstance.otherJars
. #411 by @dwijnand - Fixes used name when it contains NL. sbt/sbt#3666 by @jilen
- Fixes Java compilation causing
NullPointerException
by makingPositionImpl
thread-safe. #465 by @eed3si9n - Restores Scala 2.13.0-M1 support. #461 by @dwijnand
Improvements
1.1.0-RC1
Bug fixes
- Fixes over-compilation bug with Java 9. #450 by @retronym
- Fixes handling of deeply nested Java classes. #423 by @romanowski
- Fixes JavaDoc not printing all errors. #415 by @raboof
- Preserves JAR order in
ScalaInstance.otherJars
. #411 by @dwijnand - Fixes used name when it contains NL. sbt/sbt#3666 by @jilen