All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.0.1 (2021-03-31)
- edit: check body length after clear with remove internals (0a84f5d)
1.0.0 (2021-03-26)
1.0.0-rc.5 (2021-03-26)
1.0.0-rc.4 (2021-03-17)
- edit: check object keys to send data update requests (6226139)
1.0.0-rc.3 (2021-02-25)
- install: fix handling
app.redirect_uri
(not onstore_app
object) (9d50fcd)
1.0.0-rc.2 (2021-02-12)
- install: hardfix 'authentication' field (must be boolean) (c457517)
1.0.0-rc.1 (2021-01-19)
- deps: remove @babel/runtime from direct pkg deps (7afb6b8)
1.0.0-rc.0 (2021-01-19)
- renamed fetchMarketApps => listFromMarket findApp => findOnMarket installApp => install fetchStoreApplications => list findStoreApplication => find editApplication => edit removeApplication => remove
- market-requests: REST API version change,
findApp
andfetchMarketApps
refactored
- convert to export instance of EcomApps (1607b32)
- market-requests: updating to market api v2 (1c2979b)
-
deps: update dependency axios to ^0.21.0 [security] (#64) (f76ff06)
-
edit-application: remove internals atributtes by default and handle
canUpdateInternals
arg (#65) (b8525e4)
0.3.2 (2019-12-11)
0.3.1 (2019-11-26)
- edit-application: fix checking for edit app body object properties (b72c288)
0.3.0 (2019-11-18)
- fetch-store-applications: accept custom fields (d5485fb)
- fetch-store-applications: pagination, ordering and querying (48f8781)
- find-application: find application from store api (3cc63a1)
- docs (a5344d8)
0.2.1 (2019-11-11)
0.2.0 (2019-11-10)
- my-applications: fetch merchant's applications list (01b181c)
0.1.3 (2019-11-07)
- edit-application: stop modifying original body object (c9c4caa)
- fetch-apps: checks if there are no params nulls or undefined (65016c3)
0.1.2 (2019-11-06)
- fetch-apps: fix concating querystring (4b80105)
0.1.1 (2019-11-05)
- fetch-applications: return market applications list and querying (14e7a51)
- find-applications: return application by Id (f5eff3c)
- install-application: handles redirects to oauth #2 (cf76342)
- install-application: install market app on store-api (1825fb0)
- install-application: optional automatic redirection (2d541fb)
- lib: passing ecomAuth by reference (2570d6d)
- market-api: market api public abstracted (2b9309f)
- patch-application: update app body if data and hidden is not sent (dd78f24)
- patch-application: update application body (3be31f9)
- patch-application: update application data and hidden_data (75f9473)
- remove-application: uninstall app in store-api (b91d943)
- setup methods (7385323)