Skip to content

Latest commit

 

History

History
79 lines (62 loc) · 3.27 KB

CHANGELOG.md

File metadata and controls

79 lines (62 loc) · 3.27 KB

1.2.0

Infrastructure

Features

1.1.0

Infrastructure

1.0.0

🎉🎉🎉 We finally reached 1.0 release! 🎉🎉🎉

Infrastructure

Features

  • Switched to build.gradle.kts (112)
  • First initial refactor of SelfReferencesFunctions.kt class (85)

Bug fixes

  • Kapt task fails if @kotlinx.serialization.Serializable is also applied to the class (96)

0.6.0

Infrastructure

Bug fixes

  • Breaking tests due to old exposed version (60)
  • Self-referenced entities generate invalid code (22)
  • Fix indentation in generated code (51)

0.5.1

Bug fixes

  • @JoinColumn name ignored when using @ManyToOne (53)

0.5.0

Infrastructure

Features

  • Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead (49)

0.4.0

Infrastructure

Features

  • Support converter as companion object (33)
  • Support @EmbeddedId (34)
  • Support @Id on same column as @JoinColumn or @PrimaryKeyJoinColumn (35)
  • Support shared reference on composite key (40)
  • PostgreSQL JSONB support (43)

Bug fixes

  • Typo in PropertyTypeNotSupportedException (28)
  • Nullable @Embedded causing compile error (29)
  • Nullable field in @Embeddable causing compile error (31)

0.3.0

Infrastructure

  • Exposed 0.24.1

0.2.0

Infrastructure

  • Exposed 0.18.1