1
0
Fork 0
forked from OpenNeo/impress
impress/src/server/types
Matchu 922e150020 Extend itemSearch, deprecate itemSearchToFit
I'm gonna extend `itemSearch` to also look up the total number of results, and the fragmentation between `itemSearch` and `itemSearchToFit` finally caught up with me :p

I've deprecated `itemSearchToFit`, and moved the fit parameters into a new optional `fitsPet` parameter for `itemSearch`.

I'm going to keep `itemSearchToFit` around for now, because old JS builds still use it, and I'd like to avoid disrupting folks. But I'm not going to add the new total results field to the results object it returns, and that's gonna be okay!
2021-02-04 23:34:43 -08:00
..
AppearanceLayer.js Use ES module syntax in backend instead of require 2021-02-02 22:26:55 -08:00
ClosetList.js Use ES module syntax in backend instead of require 2021-02-02 22:26:55 -08:00
Item.js Extend itemSearch, deprecate itemSearchToFit 2021-02-04 23:34:43 -08:00
MutationsForSupport.js Use ES module syntax in backend instead of require 2021-02-02 22:26:55 -08:00
Outfit.js Use ES module syntax in backend instead of require 2021-02-02 22:26:55 -08:00
Pet.js Use ES module syntax in backend instead of require 2021-02-02 22:26:55 -08:00
PetAppearance.js Save user's preferred color for item previews 2021-02-03 15:33:23 -08:00
User.js Use ES module syntax in backend instead of require 2021-02-02 22:26:55 -08:00
Zone.js Use ES module syntax in backend instead of require 2021-02-02 22:26:55 -08:00