Skip to content

Releases: XbyOrange/mercury-api

Upgrade Mercury. Fix retry

18 Oct 05:32
d3876d8
Compare
Choose a tag to compare

Changed

  • Upgrade mercury version. Use mercury "sources" methods from "apis" methods. Keep "apis" methods due to retrocompatibility.
  • Downgrade axios minor version to 0.18.0 until axios-retry fix issue softonic/axios-retry#59

Fixed

  • Fix "retry" option.

Upgrade dependencies

28 Jun 10:36
7f9958f
Compare
Choose a tag to compare

Changed

  • Upgrade mercury version

Multiple apis configurator

13 Jun 05:10
3cd8a6f
Compare
Choose a tag to compare
  • Add apis method, which allows to configure, manage headers or clean multiple apis at a time. Groups of apis can be defined using new config property called tags.

Fix Axios vulnerability

03 Jun 16:26
16c0c68
Compare
Choose a tag to compare

Fixed

  • Upgrade Axios dependency to fix a potential vulnerability.
  • Fix events unit test.

First public release

03 Jun 14:00
a46446f
Compare
Choose a tag to compare
  • Forked from xByOrange reactive-data-source v1.7.0 library. (Only origins.Api is exposed from now)
  • Extends from Mercury Origin instead of reactive-data-source origin. (Refer to mercury CHANLEGOG for further details)
  • Removed methods option. Now constructor accepts only two arguments.