Skip to content

Commit

Permalink
chore: update roadmap to reflect changes in #65 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharygolba committed May 14, 2016
1 parent 6416c6c commit 2560584
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Here is the middleware that would be executed when a user visits `/admin/posts`
[\* Middleware flattening already is implemented in the current release of Lux.](https://github.com/postlight/lux/blob/master/src/packages/controller/decorators/action.js)


## Polymorphic Relationships
## Polymorphic Relationships (#75)

Currently Lux uses [node-orm2](http://dresende.github.io/node-orm2/) which doesn't support polymorphic relationships.

Expand Down Expand Up @@ -153,4 +153,5 @@ Below is a list of features that will likely be a part of the `1.0` release but
- Application Testing
- Test Generators
- Debugging Tools
- Generated SQL Logging ([#48](https://github.com/postlight/lux/issues/48))
- ~~Generated SQL Logging ([#48](https://github.com/postlight/lux/issues/48))~~
- Implemented in #65

0 comments on commit 2560584

Please sign in to comment.