This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
[EPIC] Upgrade to feathers 5.0.0 #7645
Comments
This was referenced Mar 8, 2023
5 tasks
5 tasks
This was referenced Apr 18, 2023
5 tasks
5 tasks
This was referenced Jun 9, 2023
5 tasks
5 tasks
2 tasks
5 tasks
5 tasks
5 tasks
5 tasks
This was referenced Aug 29, 2023
Merged
5 tasks
This was referenced Sep 7, 2023
This was referenced Sep 11, 2023
5 tasks
This was referenced Sep 12, 2023
This was referenced Sep 18, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://github.com/feathersjs/feathers/releases/tag/v5.0.0
Issues Found in Feathers Typing:
find
from client, if we pass pagination as false then it returns data in array. But if we pass pagination as undefined, then data is always retured as Paginated object though return typings show it to be either Paginated object or Array. Therefore, we have to explicitly parse the result to Paginated object.find
from client, if we pass pagination as false then it returns data in array. We have to first convert that response to any and then to Array.authentication-setting
service when we overridepatch
method we have to convert object to strings before passing tosuper._patch
method. Though as per typings,super._patch
method expects them to be object.The text was updated successfully, but these errors were encountered: