Skip to content
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
Compare
Choose a tag to compare
@pheekus pheekus released this 07 Apr 10:47
· 83 commits to master since this release
3e4af10

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 and Follower instances created by Api
  • make sure no extra params are passed from fetch() to fetchRaw()
  • 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 via FoxyApi#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.