Skip to content

Releases: ekkolon/gelato-admin-node

v1.2.0

20 Feb 16:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.6...v1.2.0

v1.1.6

12 Oct 10:30
Compare
Choose a tag to compare

What's Changed

  • refactor: put endpoints into API services by @ekkolon in #39
  • fix(orders): use accepted HTTP method to getOrders by @ekkolon in #40

Full Changelog: v1.1.5...v1.1.6

v1.1.5

11 Oct 10:42
Compare
Choose a tag to compare

What's Changed

  • docs(shipment): improve getShipmentAPI jsdoc by @ekkolon in #36
  • refactor: move env.ts contents to where it's used by @ekkolon in #37

Full Changelog: v1.1.3...v1.1.5

v1.1.4

10 Oct 15:22
Compare
Choose a tag to compare

What's Changed

  • Improve orders API types readability by @ekkolon in #34
  • perf(client): use a single file for HttpClient by @ekkolon in #35

Full Changelog: v1.1.3...v1.1.4

v1.1.3

09 Oct 18:09
Compare
Choose a tag to compare

What's Changed

  • fix(orders): refactor invalid getOrders method signature by @ekkolon in #32
  • Fix orders invalid req method by @ekkolon in #33

Full Changelog: v1.1.2...v1.1.3

v1.1.2

31 Aug 14:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

30 Aug 08:05
f6df448
Compare
Choose a tag to compare

What's Changed

  • Fix eslint no files matching pattern by @ekkolon in #30

Full Changelog: v1.1.0...v1.1.1

v1.1.0

29 Aug 12:30
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #22
  • build(deps): bump semver from 5.7.1 to 5.7.2 by @dependabot in #21
  • style: fix endOfLine lint/formatting warnings by @ekkolon in #24
  • Refactor/docs readme by @ekkolon in #25
  • build(deps): bump axios from 1.3.4 to 1.5.0 by @ekkolon in #26
  • build(dev-deps): patch outdated deps by @ekkolon in #27
  • build(dev-deps): minor update dotenv, eslint by @ekkolon in #28

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

28 Feb 01:19
Compare
Choose a tag to compare

What's Changed

  • Setup API libraries by @ekkolon in #1
  • Add http client by @ekkolon in #2
  • feat(shipment): scaffold types and API module by @ekkolon in #3
  • feat(products): scaffold types and API module by @ekkolon in #4
  • feat(orders): scaffold types and API module by @ekkolon in #5
  • Products API implementation by @ekkolon in #6
  • Orders api feature implementation by @ekkolon in #7
  • Shipment api feature implementation by @ekkolon in #8
  • Add gelato client by @ekkolon in #9
  • Add unit tests by @ekkolon in #10
  • build: uprade node to v18.14.2 by @ekkolon in #11
  • Revert "build: uprade node to v18.14.2" by @ekkolon in #12
  • Refactor env variables by @ekkolon in #13
  • refactor(http): move the HttpClient to src/client/http by @ekkolon in #14
  • refactor(client): make HttpClient visible to deriving class of `BaseAPI by @ekkolon in #15
  • refactor(services): remove redundant constructor from API services by @ekkolon in #16
  • Add E2E tests by @ekkolon in #17
  • style: adjust eslint and fix compiler warnings by @ekkolon in #18

New Contributors

Full Changelog: https://github.com/ekkolon/gelato-admin-node/commits/v1.0.0