Feature candidates for version 0.10.x
See original GitHub issueI felt a need for a little discussion as there are markable changes requested which require increasing of MINOR version to 0.10. I am putting up a list of some issues/PRs that may be the candidates for upcoming version change.
Already released with v0.10.0
- #1287 Upgrade to Lodash 4
Upcoming
-
#1278 Update to bluebird@3.4.0
-
#1284 Enable using table alias “Fix #96 by enabling table name aliasing”
-
#1265 Change the behavior of
isNew
“isNew doesn’t work with custom idAttribute” -
#900 Support
isNew
returning a PromiseI have also an idea how to make
isNew
thenable by taking benefit ofvalueOf
method overriding. But the downside of this would be that isNew verification must be performed asisNew() == true/false
. All the other usages will produce an invalid result.So it may not be so good idea at all…
-
#1220 Improve virtuals
On this me and @rhys-vdw have a bit different opinions.
Your opinions? Any requests more?
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (4 by maintainers)
The announcement should have been more cheerful 😄
🎉 v0.10.0 released 🎉
The above mentioned ones look great! I would add pagination which is a crucial feature but doesn’t seem to be working in the latest version.