Skip to content

Releases: hotwax/oms-api

Release 1.16.0

24 Oct 13:12
fc5f58a
Compare
Choose a tag to compare

What's Changed

  • Implemented: API calls to get user preferred store and ecom stores in user module(#193) by @R-Sourabh in #87
  • Implemented: Added api to fetch good identification types (#91). by @ravilodhi in #92

New Contributors

Full Changelog: v1.15.1...v1.16.0

Release 1.15.1

13 Sep 10:06
b853adb
Compare
Choose a tag to compare

What's Changed

  • Improved: Used POST mehtod instead of GET for solr-query endPoint (#88). by @ravilodhi in #89

Full Changelog: v1.15.0...v1.15.1

Release 1.15.0

09 Jul 13:41
Compare
Choose a tag to compare

What's Changed

Breaking Change

  • In client method always pass a token(if required).
    We have changed the structure of client method to have a separate instance of axios, resulting in not honoring the already set token in the api method, hence if the endpoint requires a token for validation then we need to explicitly pass token in the headers.

Full Changelog: v1.14.0...v1.15.0

Release 1.14.0

01 Apr 06:05
f32b9a8
Compare
Choose a tag to compare

What's Changed

  • Implemented: apis to get and set timeZone of the user(dxp/139) by @ymaheshwari1 in #84

Full Changelog: v1.13.0...v1.14.0

v1.13.0

08 Mar 07:05
b6c54dd
Compare
Choose a tag to compare

What's Changed

  • Implemented: support to check for api in the oms url before procedding to make any request and if not found then add the /api at the end of the http url by @ymaheshwari1 in #82

Full Changelog: v1.12.0...v1.13.0

Release 1.12.0

14 Feb 09:07
a94c9c2
Compare
Choose a tag to compare

What's Changed

  • Improved: error message in case of api fail resulting in reject Promise (dxp-258) by @amansinghbais in #79
  • Implemented: support for country telephone code by @amansinghbais in #80

Full Changelog: v1.11.1...v1.12.0

Release 1.11.1

05 Feb 13:12
ac6f32c
Compare
Choose a tag to compare

What's Changed

  • Improved: logic to fetch user preferred notification preferences (bopis-274) by @amansinghbais in #77

New Contributors

Full Changelog: v1.11.0...v1.11.1

Release 1.11.0

12 Oct 09:18
8851c40
Compare
Choose a tag to compare

What's Changed

  • Implemented: services to set and get user preferences by @k2maan in #73
  • Implemented: usage of setLocale API by @k2maan in #75

Full Changelog: v1.10.0...v1.11.0

Release 1.10.0

15 Sep 10:40
3b8b9c6
Compare
Choose a tag to compare

What's Changed

  • Implemented: Added an api to fetch user's facilities. by @ravilodhi in #71
  • Implemented: notifications module for firebase notifications support by @k2maan in #70

New Contributors

Full Changelog: v1.9.0...v1.10.0

Release 1.9.0

12 Sep 10:02
96642d3
Compare
Choose a tag to compare

What's Changed

  • Implemented: support for logout api and added method to return the config passed from app by @ymaheshwari1 in #68

Full Changelog: v1.8.0...v1.9.0