objection.js icon indicating copy to clipboard operation
objection.js copied to clipboard

skipUndefined() website documentation not marked as deprecated

Open jujaga opened this issue 4 years ago • 4 comments

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:

jujaga avatar Nov 17 '21 19:11 jujaga

Yep, I'll document the deprecation soon.

koskimas avatar Nov 18 '21 13:11 koskimas

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.

demisx avatar Feb 22 '22 17:02 demisx

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

molaeiali avatar May 15 '22 18:05 molaeiali

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

KrisLau avatar Sep 21 '22 21:09 KrisLau