Skip to content

Releases: readmeio/httpsnippet

3.1.0

19 Apr 17:11
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump qs from 6.10.2 to 6.10.3 by @dependabot in #72
  • chore(deps-dev): bump eslint from 8.6.0 to 8.8.0 by @dependabot in #73
  • chore(deps-dev): bump @readme/eslint-config from 8.1.1 to 8.2.0 by @dependabot in #74
  • chore(deps-dev): bump jest from 27.4.5 to 27.4.7 by @dependabot in #75
  • chore(deps): bump actions/setup-node from 2.5.1 to 3 by @dependabot in #76
  • chore(deps-dev): bump @readme/eslint-config from 8.2.0 to 8.4.2 by @dependabot in #77
  • chore(deps-dev): bump jest from 27.4.7 to 27.5.1 by @dependabot in #78
  • chore(deps-dev): bump eslint from 8.8.0 to 8.10.0 by @dependabot in #79
  • chore(deps): bump minimist from 1.2.5 to 1.2.6 by @dependabot in #80
  • chore(deps-dev): bump eslint from 8.10.0 to 8.12.0 by @dependabot in #84
  • chore(deps-dev): bump prettier from 2.5.1 to 2.6.1 by @dependabot in #83
  • chore(deps-dev): bump @readme/eslint-config from 8.4.2 to 8.5.1 by @dependabot in #82
  • chore(deps): bump actions/checkout from 2.4.0 to 3 by @dependabot in #81
  • feat: python requests native uploads by @erunion in #85
  • feat: cleaner python requests code by using available http accessors by @erunion in #86

Full Changelog: 3.0.2...3.1.0

3.0.3

02 Feb 01:14
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump qs from 6.10.2 to 6.10.3 by @dependabot in #72
  • chore(deps-dev): bump eslint from 8.6.0 to 8.8.0 by @dependabot in #73
  • chore(deps-dev): bump @readme/eslint-config from 8.1.1 to 8.2.0 by @dependabot in #74
  • chore(deps-dev): bump jest from 27.4.5 to 27.4.7 by @dependabot in #75

Full Changelog: 3.0.2...3.0.3

3.0.2

03 Jan 19:00
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump actions/setup-node from 2.5.0 to 2.5.1 by @dependabot in #71
  • chore(deps-dev): bump eslint from 8.3.0 to 8.6.0 by @dependabot in #70
  • chore(deps-dev): bump @readme/eslint-config from 8.0.2 to 8.1.1 by @dependabot in #69
  • chore(deps-dev): bump prettier from 2.5.0 to 2.5.1 by @dependabot in #68
  • chore(deps): bump qs from 6.10.1 to 6.10.2 by @dependabot in #67
  • chore(deps-dev): bump jest from 27.4.3 to 27.4.5 by @dependabot in #66

Full Changelog: 3.0.1...3.0.2

3.0.1

10 Dec 22:29
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump actions/setup-node from 2.4.0 to 2.4.1 by @dependabot in #54
  • chore(deps-dev): bump glob from 7.1.7 to 7.2.0 by @dependabot in #56
  • chore(deps-dev): bump jest from 27.2.0 to 27.2.4 by @dependabot in #55
  • chore(deps): bump actions/checkout from 2.3.4 to 2.3.5 by @dependabot in #57
  • chore(deps-dev): bump jest from 27.2.4 to 27.3.1 by @dependabot in #58
  • chore(deps-dev): bump @readme/eslint-config from 7.1.1 to 7.2.2 by @dependabot in #59
  • chore(deps): bump actions/checkout from 2.3.5 to 2.4.0 by @dependabot in #60
  • chore(deps): bump actions/setup-node from 2.4.1 to 2.5.0 by @dependabot in #61
  • chore(deps-dev): bump jest from 27.3.1 to 27.4.3 by @dependabot in #62
  • chore(deps-dev): bump prettier from 2.4.1 to 2.5.0 by @dependabot in #63
  • chore(deps-dev): upgrading eslint, @readme/eslint-config, and prettier by @erunion in #64
  • fix: issue where if postData.params were missing some targets would crash by @erunion in #65

Full Changelog: 3.0.0...3.0.1

3.0.0

10 Dec 22:28
Compare
Choose a tag to compare

What's Changed

  • feat: php target for guzzle@7 by @erunion in #47
  • feat: adding a new harIsAlreadyEncoded option by @erunion in #46
  • style: moving the codebase to our coding standards by @erunion in #48
  • refactor: move tests and fixtures over to using httpbin.org by @erunion in #49
  • chore: renaming the test and fixture directories by @erunion in #50
  • feat: integration test suite by @erunion in #51
  • chore(deps): upgrading deps by @erunion in #52
  • chore(deps): bump actions/setup-node from 2.1.5 to 2.4.0 by @dependabot in #53

Full Changelog: 2.5.1...3.0.0

2.3.0

19 Nov 00:33
61495ba
Compare
Choose a tag to compare

Add useObjectBody flag. See README for details.