v2.1.1
- Fix an issue where combining query mods with relationships would break
- Fix an issue where during eager loading if you had:
Load("One.Two")
and One failed to return anything because there were no records, there would be a panic
Load("One.Two")
and One failed to return anything because there were no records, there would be a panic