Skip to content

Releases: deanwampler/programming-scala-book-code-examples

Scala 3.7.3 compatible release

20 Sep 23:38
8eb8904
Compare
Choose a tag to compare

This code replaces all implicit classes and methods with extension methods or regular classes and Conversion givens.

What's Changed

New Contributors

Full Changelog: 3.7.1...3.7.3

Last 3.5.X release

03 Nov 16:12
19d66e8
Compare
Choose a tag to compare

There will be breaking syntax changes in Scala 3.6. This is the last release of this repo that will work with Scala 3.5 or earlier.

Scala 3.5.0 support

15 Sep 23:05
deea00e
Compare
Choose a tag to compare

Mostly changes documentation reflecting the new Scala CLI.

Support for Scala 3.3.0

30 Jun 14:55
Compare
Choose a tag to compare

I keep the dependencies up to date, thanks to Scala Steward. This release just "memorializes" support for 3.3.0.

Support for 3.1.0

06 Nov 14:16
Compare
Choose a tag to compare

There are a few changes in Scala 3 from 3.0.0 to 3.1.0. They are incorporated here, although this release doesn't include new examples of Scala 3.1.0 features, like the emerging way of declaring exceptions in method signatures. I'll examples for that in a subsequent update.

Programming Scala, 3rd Edition - Final Release

28 May 14:53
Compare
Choose a tag to compare

This release is the example code as published in Programming Scala, Third Edition (http://programming-scala.com/). Subsequent releases will be created periodically for bug fixes (including errata fixes), and other updates.