1.1.0
What's Changed
- feat: Augment items with favorites data by @kevinszuchet in #262
- refactor: New util to fetch same url multiple times to avoid exceeding the max length with one query parameter by @kevinszuchet in #265
- feat: add issuedId to orders by @flobarreto in #261
- fix: issuedId when tokenURI is null by @flobarreto in #269
- feat: Augment trendings with favorites data by @kevinszuchet in #268
- feat: Satsuma integration for /catalog endpoint by @juanmahidalgo in #266
- fix: Catalog: add COUNT OVER to UNION query to get total_rows correctly by @juanmahidalgo in #275
- fix: Remove rentals flags by @LautaroPetaccio in #272
- fix: fix unified markets query to include proper owner count by @juanmahidalgo in #276
- feat: add support by Ids to the /catalog endpoint by @juanmahidalgo in #278
- Feat/ethereum items from collection by @flobarreto in #273
- chore(deps-dev): bump prettier from 2.8.0 to 2.8.8 by @dependabot in #271
- fix: catalog only listing query filter by @juanmahidalgo in #279
- chore(deps-dev): bump nodemon from 2.0.20 to 2.0.22 by @dependabot in #280
- feat: Only JOIN nfts table when asking for not on sale items by @juanmahidalgo in #282
- feat: Add release job by @LautaroPetaccio in #281
- feat: catalog: avoid joining the NFT table so it goes faster by @juanmahidalgo in #285
- fix: minPrice query price missing if the item is on sale by @juanmahidalgo in #286
- fix: owners count total owners by @flobarreto in #287
- feat: add price range to the Orders JOIN to filter listings in that range by @juanmahidalgo in #288
- fix: add MIN and MAX price filters in CASE for min_price and max_price by @juanmahidalgo in #289
- feat: Split main catalog query into 2 sequential ones with search filter is there by @juanmahidalgo in #291
- feat: use the database component to fetch owners by @juanmahidalgo in #294
- feat: made catalog query not to search ethereum items on filtering by creator by @flobarreto in #295
- fix: catalog query search empty matches by @juanmahidalgo in #296
- fix: owners query not using the right index for contract_address by @juanmahidalgo in #297
- feat: add collections graph to collections component merger by @juanmahidalgo in #300
Full Changelog: 1.0.0...1.1.0