Skip to content

Releases: felipebonezi/play-ground

PlayGround 1.4.0

23 Jul 17:20
Compare
Choose a tag to compare

We're glad to announce a new version 🎉

Please, feel free to open discussions about new features, improvements, and issues.
If you think this project is important to you, please Sponsor.

What's Changed

Breaking News! 🚨

Amazing New Features ✨

Feature Improvements 👨‍💻

Dependencies Changes ⬆️⬇️

  • chore(deps): update dependency com.puppycrawl.tools:checkstyle to v10.3.1 by @renovate in #58

Full Changelog: 1.3.1...1.4.0

Play Core 1.3.1

01 Jul 18:35
d24e008
Compare
Choose a tag to compare

We're glad to announce a new version 🎉

Please, feel free to open discussions about new features, improvements, and issues.
If you think this project is important to you, please Sponsor.

What's Changed

Maintain Project 🤝

Dependencies Changes ⬆️⬇️

  • chore(deps): update dependency com.auth0:java-jwt to v4 by @renovate in #55
  • chore(deps): update dependency org.scoverage:sbt-scoverage to v2 by @renovate in #56

Full Changelog: v1.3.0...1.3.1

PlayCore 1.3.0

23 Jul 16:30
Compare
Choose a tag to compare

We're glad to announce a new version 🎉

Please, feel free to open discussions about new features, improvements, and issues.
If you think this project is important to you, please Sponsor.

What's Changed

Amazing New Features ✨

Feature Improvements 👨‍💻

Dependencies Changes ⬆️⬇️

  • chore(deps): update dependency com.puppycrawl.tools:checkstyle to v10 by @renovate in #34
  • chore(sbt): ⬆️ upgrade sbt version to 1.6.2 by @felipebonezi in #46

Other Changes 🛠

Migration from 1.2x to 1.3x

Be aware that you need to migrate some classes to work with the 1.3x version. ⚠️

  • First, you must upgrade your SBT version up to 1.5 (i.e. we recommend the 1.6.2 version);
  • For those who uses DebugUtil helper class, you must use .debug(), .info(), .warn(), and .error() methods;
  • For those who uses ADatabase or IDatabase, migrate to QueryRepository or QueryRepositoryImpl;
  • For those who uses AController or CoreController, migrate to FormController or CrudController;
  • Some classes was just renamed, you need to change it (e.g. JwtValidateWithDb).

Full Changelog: v1.2.2...v1.3.0