Skip to content

Latest commit

 

History

History
99 lines (45 loc) · 2.88 KB

CHANGELOG.md

File metadata and controls

99 lines (45 loc) · 2.88 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.2.0 (2022-01-23)

Features

Bug Fixes

1.1.0 (2019-10-16)

Features

  • expose parseQuery as utils function (db84c9a)

1.0.1 (2019-10-16)

Features

  • mark package as side effect free (359076b)

1.0.0 (2019-10-16)

⚠ BREAKING CHANGES

  • 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

Features

Bug Fixes

0.14.1 (2018-12-16)

Bug Fixes

0.14.0 (2018-12-16)

Bug Fixes

  • response, error and xhr (2a598fa)

0.13.0 (2018-10-04)

Features

  • complete test for now (58f0b95)
  • json response parsing by default (09493f2)

Changelog

v0.1.0 - 20170121

  • Initial Pre Release
  • Basic functionality and config
  • REST operations
  • Initial interceptor support