Skip to content

Releases: playframework/play-json

Play JSON 3.0.3

30 Apr 08:33
3.0.3
26217eb
Compare
Choose a tag to compare

Noteworthy

Changes

❤️ 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.

🙇 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)!

Play JSON 2.10.5

30 Apr 08:32
2.10.5
c1b687f
Compare
Choose a tag to compare

Noteworthy

Changes

❤️ 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.

🙇 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)!

Play JSON 3.0.2

16 Jan 23:40
3.0.2
d15894d
Compare
Choose a tag to compare

Noteworthy

Other changes

❤️ 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.

🙇 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)!

Play JSON 2.10.4

16 Jan 23:40
2.10.4
e2a15aa
Compare
Choose a tag to compare

Noteworthy

Other changes

❤️ 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.

🙇 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)!

Play JSON 3.0.1

04 Nov 11:34
1965d46
Compare
Choose a tag to compare

Noteworthy

Changes

❤️ 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.

🙇 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)!

Play JSON 2.10.3

04 Nov 09:43
10cd132
Compare
Choose a tag to compare

Noteworthy

Changes

❤️ 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.

🙇 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)!

Play JSON 3.0.0

02 Nov 08:55
3.0.0
f5f1e35
Compare
Choose a tag to compare

Noteworthy

With version 3.0.0 the groupId changes from com.typesafe.play to org.playframework. To add this project as dependency you now have to use:

  • sbt
    libraryDependencies += "org.playframework" %% "play-json" % -version-
  • Gradle
    compile group: 'org.playframework', name: 'play-json_2.13', version: -version-
    
  • Maven
    <dependency>
      <groupId>org.playframework</groupId>
      <artifactId>play-json_2.13</artifactId>
      <version>-version-</version>
    </dependency>

Changes

❤️ 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.

🙇 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)!

Play JSON 2.10.2

02 Nov 08:45
2.10.2
b1fd92f
Compare
Choose a tag to compare

Changes

❤️ 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.

🙇 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)!

Play JSON 2.10.1

19 Sep 21:40
2.10.1
65ace08
Compare
Choose a tag to compare

Replaces version 2.10.0 because that version might have shipped broken artifacts caused by scala/bug#12868.

Noteworthy

Changes

Read more

Play JSON 2.10.0

14 Sep 22:08
2.10.0
2308e39
Compare
Choose a tag to compare

⚠️ Replaced by version 2.10.1 because we might have shipped broken artifacts caused by scala/bug#12868.