All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- apis "config" and "clean" methods. Mercury "sources" methods should be used instead.
- 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
- Fix "retry" option.
- Upgrade mercury version
- 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 calledtags
.
- Upgrade dependencies
- Upgrade Axios dependency to fix a potential vulnerability.
- Fix events unit test.
- 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.
- query and params becomes queryString and urlParams. Old keys are maintained for retrocompatibility.