Skip to content

Commit

Permalink
Merge pull request #1278 from japel/master
Browse files Browse the repository at this point in the history
added to roadmap: do not mess with identity case (see #745)
  • Loading branch information
particlebanana committed Jan 18, 2016
2 parents 08e3815 + abdcc55 commit 6df2883
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,4 @@ Feature | Summary
Projections | Add the ability to use `.select()` on any query, including associations. See this [issue](https://github.com/balderdashy/waterline/issues/919) for more details.
Change the `this` context inside lifecycle callbacks | Currently the `this` context is the generic collection instead of the instance (no instance has been made yet). Change this to get access to instance methods. See [issue](https://github.com/balderdashy/waterline/issues/1210) for more details.
Run lifecycle callbacks on defined join tables | Lifecycle callbacks don't run for join table records. See [issue](https://github.com/balderdashy/waterline/issues/1215) for more details.
Do not mess with identity case | Identities of models should not be lowercased per default, better be left as defined. See [issue](https://github.com/balderdashy/waterline/issues/745) for more details.

0 comments on commit 6df2883

Please sign in to comment.