Skip to content

Releases: ryandens/auto-delegate

0.3.1 Release

09 Jan 22:31
881d601
Compare
Choose a tag to compare

0.3.0 Release

09 Jan 22:09
4deff0d
Compare
Choose a tag to compare
  • ✨ Support Partial Delegation via #9 (thank you @gilday for the contribution!)
  • ⬆️ Upgradle to 8.5 🐘 and plugins #10
  • ⬆️ Use JDK 17 to build this project #10
  • 📝 Update docs related to building and releasing this project #11

Release v0.2.2

03 Oct 21:07
Compare
Choose a tag to compare
  • ✨ minor enhancement, automatically delegate to inner composed instance's implementation of an API with a default implementation. This could arguably be considered a bug, as I expected this, but we didn't have a test case for it
  • 🐛 Fix a bug where inherited APIs with renamed type parameters would not compile after being generated.

Release v0.2.1

23 Aug 12:40
Compare
Choose a tag to compare
  • 🎨 Minor cleanups
  • 🐛 Bug fix with maven packaging type for pom