Releases: ekkolon/gelato-admin-node
Releases · ekkolon/gelato-admin-node
v1.2.0
What's Changed
- Upgrade workspace deps by @ekkolon in #42
- ci: add test runner workflow by @ekkolon in #43
- refactor: rename
BaseAPI
toApiService
by @ekkolon in #44 - Update workspace dev deps by @ekkolon in #45
- build(deps): bump axios from 1.5.1 to 1.6.0 by @dependabot in #46
- build(deps): bump follow-redirects from 1.15.3 to 1.15.4 by @dependabot in #47
- build(deps): bump axios from 1.5.0 to 1.6.7 by @ekkolon in #48
- feat: add EcommerceAPI v1 by @ekkolon in #49
Full Changelog: v1.1.6...v1.2.0
v1.1.6
v1.1.5
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1.0
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
- @dependabot made their first contribution in #22
Full Changelog: v1.0.0...v1.1.0
v1.0.0
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
tosrc/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