UNPKG

@v4fire/core

Version:
77 lines (42 loc) 1.26 kB
Changelog ========= > **Tags:** > - :boom: [Breaking Change] > - :rocket: [New Feature] > - :bug: [Bug Fix] > - :memo: [Documentation] > - :house: [Internal] > - :nail_care: [Polish] ## v3.83.0 (2022-04-05) #### :rocket: New Feature * Added a new static method `borrowRequestPromiseAPI` ## v3.82.1 (2022-04-04) #### :nail_care: Polish * Added re-export for `RequestPromise` ## v3.81.3 (2022-04-04) #### :bug: Bug Fix * Added missing API for request responses with extra providers ## v3.81.2 (2022-04-04) #### :bug: Bug Fix * All request methods should return `RequestPromise`, but not `RequestResponse` ## v3.80.1 (2022-03-29) #### :rocket: New Feature * Added new alias methods `update` and `delete` ## v3.57.0 (2021-08-31) #### :boom: Breaking Changes * Removed the `externalRequest` option ## v3.53.1 (2021-07-06) #### :house: Internal * Removed error logging duplication ## v3.38.1 (2021-03-19) #### :bug: Bug Fix * Rewritten tests on express ## v3.27.6 (2020-11-01) #### :boom: Breaking Change * Renamed `MockResponseType` -> `MockResponseValue` ## v3.27.2 (2020-09-18) #### :bug: Bug Fix * Fixed invalid imports within README ## v3.20.0 (2020-07-05) #### :rocket: New Feature * Added tests