Commit Graph

9 Commits

Author SHA1 Message Date
Mahdi Dibaiee
5e0eeccbac feat(associate): routes to associate objects with each other 2016-01-20 12:47:47 +03:30
Mahdi Dibaiee
e647922678 chore: include build directory in package.json files 2016-01-19 11:23:01 +03:30
Mahdi Dibaiee
cb2078b6cd chore(README): add scopes to "What do I get" section 2016-01-19 10:39:28 +03:30
Mahdi Dibaiee
14a36434f7 fix(associations): request.query should apply to second model's where
feat(associations): scope queries on associations
2016-01-19 10:37:56 +03:30
Mahdi Dibaiee
6713ed0b0b chore(README): explain prefix with an example 2016-01-19 10:14:56 +03:30
Mahdi Dibaiee
25366a5c89 chore: configure ghooks to run grunt pre-commit 2016-01-19 10:08:27 +03:30
Mahdi Dibaiee
61060551b7 chore: ignore build directory 2016-01-19 10:07:10 +03:30
Mahdi Dibaiee
52ad030d0d feat(associations): many-to-many associations
fix(associations): fix association queries, must use `include` instead of ForeignKey
fix(error): error decorator was missing await, which prevented it from catching errors
fix(error): console.error the error
refactor(crud): don't use `request.models[name]`, use the model directly
chore: README added
2016-01-19 10:03:29 +03:30
Mahdi Dibaiee
bae6820e64 feat(simple): simple CRUD REST API (no associations)
feat(associations): one-to-one associations
feat(associations): one-to-many associations
2016-01-18 18:08:43 +03:30