We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Mongoose v6 의존성을 v7로 업데이트합니다.
taxi-back에서 수정이 필요할 것으로 예상되는 breaking change의 목록입니다(Mongoose migration 문서).
strictQuery
Doc.remove()
일단은 이거 말고는 없어보여요. breaking change에 효율적으로 대응하기 위해, #159 이슈가 해결된 이후 시작하려고 했는데, 생각보다 변경점이 예측 가능해서 기존 javascript 코드 베이스에서 바로 올려도 될 것 같습니다(?!)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
Mongoose v6 의존성을 v7로 업데이트합니다.
taxi-back에서 수정이 필요할 것으로 예상되는 breaking change의 목록입니다(Mongoose migration 문서).
strictQuery
is now false by default. (https://mongoosejs.com/docs/migrating_to_7.html#strictquery)Doc.remove()
is removed. (https://mongoosejs.com/docs/migrating_to_7.html#strictquery)일단은 이거 말고는 없어보여요.
breaking change에 효율적으로 대응하기 위해, #159 이슈가 해결된 이후 시작하려고 했는데, 생각보다 변경점이 예측 가능해서 기존 javascript 코드 베이스에서 바로 올려도 될 것 같습니다(?!)
Tasks
The text was updated successfully, but these errors were encountered: