Skip to content

Releases: groupon/gofer

v2.4.11

25 Jul 19:40
Compare
Choose a tag to compare
  • docs: correct number list doc typo - @dbushong #64
    • 7737b86 docs: correct number list doc typo

v3.2.1

06 May 17:46
Compare
Choose a tag to compare

v3.2.0

21 Apr 18:16
Compare
Choose a tag to compare
  • Pass meta data into native methods - @jkrems #62
    • 109f6d1 feat: Pass meta data into native methods
    • 44ff043 refactor: Remove util dependency

v3.1.1

20 Apr 01:02
Compare
Choose a tag to compare

v3.1.0

20 Apr 00:29
Compare
Choose a tag to compare
  • Echo back the url in res.url - @jkrems #60
    • bbb0e6d feat: Echo back the url in res.url

v3.0.1

19 Apr 22:19
Compare
Choose a tag to compare

v3.0.0

19 Apr 21:37
Compare
Choose a tag to compare

If you used gofer 2.x before, you might want to read about all the changes in 3.x.

  • 547db3b feat: Initial version of fetch
  • 57a04a4 test: Verify error.body
  • b3d86ad style: Use _.assign over O.assign
  • 1e6e79c refactor: Use bluebird instead of native
  • 15f0c70 refactor: Simplify agent options
  • f76b59a refactor: Remove random _property
  • a639184 feat: Add base class
  • 564886e fix: Working sub-classing
  • ca4dbf6 docs: Port README
  • 952ac4d docs: Add fetch-style example
  • cf0e5ef docs: Mention fetch over request
  • 196eef9 docs: baseUrl is now an option
  • 04ed5ba feat: Add legacy callback mode
  • 28b5a6a feat: Add callback support for Gofer
  • 91fe8d8 style: Use explicit lodash imports
  • 6a5e5b8 feat: Multi-level config handling
  • 69b5ccf feat: Expose Gofer as exports.default
  • 01e46bc docs: Add links to the exports
  • ec6b138 feat: Very basic browser support
  • 8e06e77 refactor: Remove http(s) from browser build
  • b2f3553 feat: Basics work in react-native
  • 05f88e8 test: Partially working test setup in phantom
  • c41e60a test: Run first actual browser test
  • fce491d test: Run the whole test suite in phantom
  • fd542fa feat: Support status code errors in browsers
  • 4e97ac2 doc: Update manual browser test instructions
  • 1e22002 test: Verify options.pathParams support
  • 7ecd8bc test: Legacy-compatible endpoints are possible
  • c26613c test: Verify response body stream
  • 71e8fe4 feat: Consistent header support for client-side
  • 6d55edb feat: Send body as string or buffer
  • cb1afeb test: Add missing body & qs tests
  • e7c4033 feat: options.auth support
  • 47c6121 test: options.headers test
  • 79fd337 feat: options.timeout
  • 5a42b47 feat: options.connectTimeout
  • 8c84f46 fix: Verify path params - see: #50
  • 4ed4471 test: Stream request body
  • fda4930 feat: https url support
  • bc217a0 feat: Use per-service http agent
  • c1ed538 feat: Support form-data as an option mapper
  • 054f9e6 doc: Port old API docs
  • 33ddfcb docs: Add example github API client
  • 3d5efa7 style: Remove invalid TODO
  • 8a9fe01 feat: Expose method and url on status code error
  • ce3bde4 chore: Add nlm beta channel

v2.4.10

29 Mar 23:18
Compare
Choose a tag to compare

v2.4.9

17 Mar 01:33
Compare
Choose a tag to compare
  • Filter out bad header chars for node v4 - @jkrems #58
    • a22523a fix: Filter out bad header chars for node v4

v2.4.8

07 Mar 22:18
Compare
Choose a tag to compare