- New Features -> ⚡
- Enhancements -> 🌟
- Breaking Changes -> 💥
- Bugs -> 🪲
- Pull Requests -> 📖
- Documents -> 🎓
- Tests -> 👓
v0.9.0 - (2019-01-07)
- ⚡ Added
iteratemethod toDB,Odin& relational methods - ⚡ Added
unsetmethod toDB - ⚡ Added
deletemethod toOdininstance - ⚡ Added
withTrashedmethod to relational methods - ⚡ Added
leanmethod to relational methods - 💥 Method
restoreinOdininstance returnsnumbernow (it wasbooleanbefore) - 🪲 Fixed bug with
^.+_ids$fields not casting to array ofObjectIdwhile saving
v0.8.0 - (2018-12-27)
- 🪲 Fixed
embedManyrelation bug - 🪲 Fixed not applying
withTrashedto relations - 💥
Typesis now a peerDependency (@foxify/schema) which needs to be installed! - 👓 Added
embedManytests - 👓 Added
Node.jsversion11to tests
v0.7.0 - (2018-12-14)
- ⚡ Added
whereHasmethod to models - 🌟 Added deep relation compatibility to
has&whereHas
v0.6.2 - (2018-12-07)
- 🌟 Added more compatibility with
Foxifyerror handling
v0.6.0 - (2018-12-04)
- ⚡ Added
hasto model queries (use with caution since it may have a negative impact on your performance)
v0.5.4 - (2018-12-03)
- ⚡ Added
Collectionto create collection and indexes
v0.5.0 - (2018-12-01)
- ⚡ Added deep relation loading ability
- ⚡ Added
leanmethod to model queries to skip creating model instances - 🌟 Improved model static method
toJsonSchemafunctionality - 🌟 Improved model hook
created
v0.4.0 - (2018-11-16)
- ⚡ Added
embedManyrelation - 🌟 Improved
toJsonSchemafunctionality
v0.3.0 - (2018-11-16)
- ⚡ Added
toJsonSchemastatic method to Model so you can easily use it withFoxifyrouter schema option - 🌟 Improved throwing validation error for
Foxifyusage
v0.2.0 - (2018-11-14)
- ⚡ Added more advanced filtering ability to queries and joins
- ⚡ Added
numeraltoStringschema type - ⚡ Added
enumtoStringschema type
v0.1.0 - (2018-10-20)
- ⚡ Added model hook
created
v0.1.0-beta.16 - (2018-10-12)
- 🪲 Typescript bug fix
- 👓 Added windows os
v0.1.0-beta.15 - (2018-08-22)
- 🪲
Modelschema bug fix
v0.1.0-beta.14 - (2018-08-21)
- 🪲
Modelnone safe delete models query bug fix - 🪲
GraphQLerror handling bug fix
v0.1.0-beta.13 - (2018-08-21)
- 🪲
GraphQLquery bug fix
v0.1.0-beta.12 - (2018-08-21)
- 🪲
Modelsafe deleting bug fix
v0.1.0-beta.11 - (2018-08-21)
- 🪲
GraphQLmutations bug fix
v0.1.0-beta.10 - (2018-08-21)
- 🪲
GraphQLschema typeDatebug fix
v0.1.0-beta.9 - (2018-08-21)
- 🌟
UPDATED_ATandDELETED_ATis applied - 🪲
GraphQLrestore bug fix
v0.1.0-beta.8 - (2018-08-21)
- 🪲
GraphQLquery bug fix
v0.1.0-beta.7 - (2018-08-21)
- 🪲
GraphQLquery bug fix
v0.1.0-beta.6 - (2018-08-21)
- 💥
GraphQLchange insert single to create single (eq.insert_user=>create_user) - 💥
GraphQLchangedataargument toquery
v0.1.0-beta.5 - (2018-08-16)
- 🌟 Some enhancements
- 👓 Added some tests
v0.1.0-beta.4 - (2018-05-24)
- ⚡ Added
morphOnerelation - ⚡ Added
morphManyrelation - 🌟 Improved
joinoperation (#1) - 👓 Added some tests
v0.1.0-beta.2 - (2018-05-18)
- ⚡ Added
createoperation to relations
v0.1.0-beta.1 - (2018-05-17)
- 🎉 First Release