Skip to content

Releases: SimonMarquis/SealedObjectInstances

1.8.0

09 Jul 19:04
Compare
Choose a tag to compare

Full Changelog: 1.7.0...1.8.0

1.7.0

18 Jun 11:56
Compare
Choose a tag to compare
  • Fix #98 by removing unexpected generics marker on Companion extension
  • Constraint dependencies to not leak through consumers (KSP-api and Kotlin reflect)
  • Remove unnecessarily enforced kotlin.jvmToolchain(17)
  • Support inferred visibility of Companion object based on sealed class visibility

Full Changelog: 1.6.3...1.7.0

1.6.3

29 Apr 20:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.2...1.6.3

1.6.2

24 Apr 18:55
Compare
Choose a tag to compare

What's Changed

  • 🩹 Apply visibility modifier to Companion object extensions by @SimonMarquis in #76

Full Changelog: 1.6.1...1.6.2

1.6.1

23 Apr 14:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.0...1.6.1

1.6.0

22 Apr 21:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.0...1.6.0

1.5.0

02 Nov 20:50
Compare
Choose a tag to compare
  • Add a fileName parameter to SealedObjectInstances annotation
  • Migrate default javadoc to Dokka

1.4.0

30 Sep 17:54
Compare
Choose a tag to compare

Update Kotlin 1.7.20

1.3.0

13 Sep 22:39
Compare
Choose a tag to compare
  • Add support for visibility modifier
  • Add support for generic type parameters

1.2.0

01 Sep 09:09
ab8116a
Compare
Choose a tag to compare

Allow nested references to extensions by removing unnecessary KSP validation step.