requery v1.0.0-beta17 Release Notes

    • ๐Ÿ‘Œ Support @OrderBy annotation for ordering relations in entities
    • ๐Ÿ‘Œ Support separate query expression for foreign keys using the key raw type
    • ๐Ÿ‘Œ Support @JunctionTable#type value that allows the junction table to be manually specified
    • ๐Ÿ›  Fix @Superclass non-annotated fields/methods ignored
    • ๐Ÿ›  Fix issues when generating from an Kotlin interface/data class