All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.2.0 (2022-01-23)
- update node-fetch (fc01ba3)
1.1.0 (2019-10-16)
- expose
parseQuery
as utils function (db84c9a)
1.0.1 (2019-10-16)
- mark package as side effect free (359076b)
1.0.0 (2019-10-16)
- The types and interfaces have been renamed, please check the implementations
- frest now use babel to compile its sources. There are also changes internally in how async loops are done.
- use babel instead of tsc
- use standard loop (4af2782)
-
invalid xhr header iteration (34ea387)
-
remove monorepo files (26944a9)
-
rename interfaces (752d290)
-
use babel instead of tsc (f6fea8c)
0.14.1 (2018-12-16)
- remove unused deps (9a33eac)
0.14.0 (2018-12-16)
- response, error and xhr (2a598fa)
0.13.0 (2018-10-04)
- Initial Pre Release
- Basic functionality and config
- REST operations
- Initial interceptor support