Frisbee Versions Save

:dog2: Modern fetch-based alternative to axios/superagent/request. Great for React Native.

v3.1.4

3 years ago

v3.1.3

3 years ago
  • fix: fixed pino hook for logMethod, bump deps b177ad1

https://github.com/niftylettuce/frisbee/compare/v3.1.2...v3.1.3

v3.1.2

4 years ago
  • fix: prevent body from merging (fixed #102, fixed #94) 45f4614

https://github.com/niftylettuce/frisbee/compare/v3.1.1...v3.1.2

v3.1.1

4 years ago
  • fix: removed defaultsDeep until fixed tests 4580089
  • fix: fixed core bugs, fixed babel bug f48eab2
  • fix: add global transform dab1175
  • Merge pull request #97 from Almouro/patch-1 e33efaa
  • Fix object spread on body (#102) e4278f2
  • Fix object spread on body 24749d3
  • fix: merge options with nested default nested 54dcaef

https://github.com/niftylettuce/frisbee/compare/v3.1.0...v3.1.1

v3.1.0

4 years ago
  • feat: bump deps, fixed polyfills, updated docs a64170b

https://github.com/niftylettuce/frisbee/compare/v3.0.2...v3.1.0

v3.0.2

4 years ago
  • feat: logResponse now accepts three args (path, opts, response) 27903b1
  • docs: fixed section headers af46c01

https://github.com/niftylettuce/frisbee/compare/v3.0.1...v3.0.2

v3.0.1

4 years ago
  • feat: added logResponse, logRequest, and setOptions da14b8f

https://github.com/niftylettuce/frisbee/compare/v3.0.0...v3.0.1

v3.0.0

4 years ago

Patches

  • Docs: added docs for caching (closes #34): 315271cb7de4c2886762260afac89ad2acb28e06
  • Docs: added docs for debugging with xhook and cabin (closes #72, closes #13): fd9924a481b7e02788dbd5585089c97ec894f6c6
  • Feat: fixed parsing of params and url, added debugging: a0645b9e0e03bbabaf66c4507b1ea729df91fa5b

v2.0.9

5 years ago
  • fix: bump deps, added Uint8Array to polyfill list 57f011d

https://github.com/niftylettuce/frisbee/compare/v2.0.8...v2.0.9

v2.0.8

5 years ago
  • fix: fixed regeneratorRuntime issue 78da299
  • docs: fixed space 9d40fa5
  • docs: fixed missing parens edaf0b4
  • v2.0.7 3b5f19e
  • docs: added notes regarding ES6 required features that need polyfilled 69e4749
  • feat: universally optimized builds and linting 03248b6
  • fix: fixed typo 2e74ee6
  • fix: fixed per https://github.com/stefanpenner/es6-promise/pull/343 540fd1a
  • Merge pull request #84 from akmjenkins/feature/fetch-polyfill 700db95
  • Use cross-fetch as a polyfill rather than a full source of implementation 9d0abba

https://github.com/niftylettuce/frisbee/compare/v2.0.6...v2.0.8