This repository has been archived by the owner on Jan 12, 2021. It is now read-only.
1.0.0-beta.5 (2020-04-06)
Pre-release
Pre-release
This is a cumulative update on the way to the 1.0 release that packs a bunch of bug fixes and improvements over the last version.
Bug Fixes
- infer API endpoint from the base URL where applicable
- share API endpoint with the
Sender
andFollower
instances created byApi
- make sure no extra params are passed from
fetch()
tofetchRaw()
- fix the
fx:token
resource type
Features
- 99% test coverage
- lots of new JSDoc comments for the public class members and exported utils
- new section in README on local dev + fixed a typo in logger params description
- API endpoint is now configurable via the
FoxyApi
constructor params
BREAKING CHANGES
Auth#getAccessToken
(exposed viaFoxyApi#getAccessToken
) will no longer accept arguments in this version. This is an old feature from back when it was a utility function and it doesn't make much sense now that it's a class member.