Skip to content

Releases: ecomplus/cloud-commerce

v0.0.13

24 Jun 21:40
Compare
Choose a tag to compare
chore(release): 0.0.13

v0.0.12

24 Jun 21:36
Compare
Choose a tag to compare
chore(release): 0.0.12

v0.0.11

24 Jun 20:59
Compare
Choose a tag to compare
chore(release): 0.0.11

v0.0.10

24 Jun 20:54
Compare
Choose a tag to compare
chore(release): 0.0.10

v0.0.9

24 Jun 01:20
Compare
Choose a tag to compare
chore(release): 0.0.9

v0.0.8

21 Jun 17:02
Compare
Choose a tag to compare

Bug Fixes

  • Explictly set packages "type": "module" (dcaffce)

v0.0.7

21 Jun 16:55
Compare
Choose a tag to compare

Bug Fixes

  • api: Event timestamp retrieved as date iso string (not object) (aa18cc7)

Features

  • api: Add fetch option to config (9ca0f68)
  • api: Add events, slug, search and auth endpoints to type (9d4f712)
  • api: New (exported) ApiError class (8e88494)
  • api: Type definiftion for list requests (/${resource}) (21d71ff)

v0.0.6

16 Jun 15:54
Compare
Choose a tag to compare

Features

  • api: New config option maxRetries (default 3) to retry on 429 and 5xx errors (35c5287)

v0.0.5

16 Jun 00:51
Compare
Choose a tag to compare

Bug Fixes

  • api: Config object is optional on abstracted method functions (2eebbe7)
  • api: Resolve with resource type on read without method (get is default) (52b1a9b)

Features

  • api: Error object (not 2xx) includes statusCode property (as Fastify errors) (a9681f2)

v0.0.4

15 Jun 17:49
Compare
Choose a tag to compare

Bug Fixes

  • api: Fix adding :storeId to default API base URL (d424760)
  • api: No procedures and triggers resources on Store API v2 (remove from default types) (66281d4)