-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): bump mongoose to ~4.0.0 #114
chore(deps): bump mongoose to ~4.0.0 #114
Conversation
Zertz
commented
May 4, 2015
- Introduces many breaking changes, lib needs updates
- Introduces many breaking changes, lib needs updates
- Full error object is always passed - Status is always set on the error object - For find ops, distinguish between `err` (400) and `!item` (404) - Users should instead implement a custom onError handler
Don't merge this just yet, it's broken in many ways at the moment! |
- Default is now false, so it must be set explicitly
@florianholzapfel There! I've also added a changelog with the breaking changes which are:
Of course, the ~0.7.0 release should kept since mongoose 4 is anything but widespread at the moment. I've also taken the liberty to refactor how defaults are set. It now relies on lodash instead which should be more reliable than the look that was used before. |
chore(deps): bump mongoose to ~4.0.0
@Zertz thank you very much for this pr. you are awesome! |
@florianholzapfel Moving this into an issue, it'll be easier to follow along |