Skip to content

Latest commit

 

History

History
150 lines (80 loc) · 7.75 KB

CHANGELOG.md

File metadata and controls

150 lines (80 loc) · 7.75 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.1 (2021-03-31)

Bug Fixes

  • 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)

Bug Fixes

  • edit: check object keys to send data update requests (6226139)

1.0.0-rc.3 (2021-02-25)

Bug Fixes

  • install: fix handling app.redirect_uri (not on store_app object) (9d50fcd)

1.0.0-rc.2 (2021-02-12)

Bug Fixes

  • install: hardfix 'authentication' field (must be boolean) (c457517)

1.0.0-rc.1 (2021-01-19)

Bug Fixes

  • deps: remove @babel/runtime from direct pkg deps (7afb6b8)

1.0.0-rc.0 (2021-01-19)

⚠ BREAKING CHANGES

  • renamed fetchMarketApps => listFromMarket findApp => findOnMarket installApp => install fetchStoreApplications => list findStoreApplication => find editApplication => edit removeApplication => remove
  • market-requests: REST API version change, findApp and fetchMarketApps refactored

Features

  • convert to export instance of EcomApps (1607b32)
  • market-requests: updating to market api v2 (1c2979b)

Bug Fixes

  • deps: update dependency axios to ^0.21.0 [security] (#64) (f76ff06)

  • edit-application: remove internals atributtes by default and handle canUpdateInternals arg (#65) (b8525e4)

  • renamed methods (ee9ce51), closes #57

0.3.2 (2019-12-11)

0.3.1 (2019-11-26)

Bug Fixes

  • edit-application: fix checking for edit app body object properties (b72c288)

0.3.0 (2019-11-18)

Features

  • fetch-store-applications: accept custom fields (d5485fb)
  • fetch-store-applications: pagination, ordering and querying (48f8781)
  • find-application: find application from store api (3cc63a1)

Bug Fixes

0.2.1 (2019-11-11)

Features

  • #11: install application from the optional body informed (44c192c), closes #11

0.2.0 (2019-11-10)

Features

  • my-applications: fetch merchant's applications list (01b181c)

0.1.3 (2019-11-07)

Bug Fixes

  • 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)

Bug Fixes

  • fetch-apps: fix concating querystring (4b80105)

0.1.1 (2019-11-05)

0.1.0 (2019-11-05)

Features

  • 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)

Bug Fixes