Vincit / objection.js

An SQL-friendly ORM for Node.js
https://vincit.github.io/objection.js
MIT License
7.24k stars 636 forks source link

skipUndefined() website documentation not marked as deprecated #2149

Open jujaga opened 2 years ago

jujaga commented 2 years ago

As of Objection 3.0.0, you get a skipUndefined() is deprecated and will be removed in objection 4.0 warning in console logs. This deprecation should also be documented and reflected in the github.io documentation site so that users know to avoid using skipUndefined going forwards.

Documentation location:

Related notes:

koskimas commented 2 years ago

Yep, I'll document the deprecation soon.

demisx commented 2 years ago

I've never done it on this project, but can the ObjectionJs documentation be updated via a PR? Perhaps this is something the grateful users could help to maintain.

molaeiali commented 2 years ago

Any guide or comment on how to replace it? and why it is deprecated? is it being replaced by anything?

KrisLau commented 1 year ago

@koskimas I'm still getting an error telling me to call skipUndefined