Skip to content

Commit 0ac1c23

Browse files
committed
Add fastOptJS invalidation on config change to 1.1.0 release notes
scala-js/scala-js#3283 was not classified into the right milestone. Therefore, when we assembled the release notes, we forgot about it.
1 parent 5fa3e53 commit 0ac1c23

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_posts/news/2020-05-18-announcing-scalajs-1.1.0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@ object LogoPage {
111111

112112
## Miscellaneous
113113

114+
### fastOptJS/fullOptJS invalidates when linker config changes
115+
116+
Previously, changing the linker config would not automatically trigger re-linking.
117+
A manual `clean` (or removing the `.js` file) was required.
118+
The sbt plugin now automatically detects changes to the linker config and invalidates the generated file if necessary.
119+
114120
### Upgrade to GCC v20200315
115121

116122
The Google Closure Compiler used internally by Scala.js for `fullOptJS` has been upgraded to v20200315.

0 commit comments

Comments
 (0)