Twirl 1.6.10
Noteworthy Scala 3 improvements
Twirl now supports using in it's templates, so you can define template parameters like:
@(x: Int)(using y: Int)
Thanks to @ajafri2001 for implementing this feature :raised_hands::
- https://github.com/playframework/twirl/pull/933 Prepend "using" at the callsite when definition site has implicit parameter
Changes
- #958 [1.6.x] Patch updates by @mkurz
- #955 [1.6.x] Prepend "using" at the callsite when definition site has implicit parameter (backport #933) by @ajafri2001 by @mergify[bot]
- #946 [1.6.x] Patch updates by @scala-steward
- #931 [1.6.x] sbt-java-formatter 0.10.0 (was 0.8.0) by @scala-steward
- #932 [1.6.x] Patch updates by @scala-steward
- #923 [1.6.x] Patch updates by @scala-steward
- #912 [1.6.x] Patch updates by @scala-steward
:heart: Thanks to our premium sponsors!
If you find this OSS project useful for work, please consider asking your company to support it by becoming a sponsor. You can also individually sponsor the project by becoming a backer.
:bow: Thanks to our contributors
Finally, thanks to the community for their help with detailed bug reports, discussions about new features and pull request reviews. This project is only possible due to the help we had from amazing contributors. Special thanks to all code contributors who helped with this particular release (they are listed below)!





