Bug fixes
Support virtual relationship attributes for OneToOne or ManyToOne. For instance a OneToOne relationship from users to users_data where the primary key of users_data is the user_id itself. The users table do not need a property for users_data_id since it's the ID column.
Full Changelog: v1.5.1...v1.5.2