Skip to content

Latest commit

 

History

History
180 lines (137 loc) · 9.98 KB

CHANGELOG.md

File metadata and controls

180 lines (137 loc) · 9.98 KB

Change Log

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

[2022-03-09] Version 3.5.5

Library - Chore

[2022-02-09] Version 3.5.4

Library - Chore

[2022-01-12] Version 3.5.3

Library - Chore

[2021-01-13] Version 3.5.2

Library - Fix

[2020-08-19] Version 3.5.1

Library - Chore

[2020-03-04] Version 3.5.0

Library - Fix

Library - Chore

Library - Feature

Library - Test

Library - Docs

[2020-02-19] Version 3.4.3

Library - Fix

  • PR #95: JSON body reencoding and Rubocop configuration. Thanks to @guillemm!

[2020-01-22] Version 3.4.2

Library - Fix

[2020-01-22] Version 3.4.1

Library - Docs

[2020-01-09] Version 3.4.0

Library - Fix

Library - Docs

Library - Chore

Library - Feature

[2017-10-30] Version 3.3.0

Added

  • #11 fix: Allow for multiple values for a parameter
  • Thanks to xiaoboa for the pull request!

[3.2.0] - 2017-09-01

Added

  • #12 Add a helper returns the response body as a hash
  • Thanks to Diego Camargo for the pull request!

[3.1.0] - 2016-04-10

Added

  • #5 Ability to set the Content-Type header
  • Thanks to Wataru Sato for the pull request!

[3.0.2] - 2016-04-10

Update

  • #8 Internal refactor
  • Thanks to ciamiz for the pull request!

[3.0.1] - 2016-01-25

Fix

[3.0.0] - 2016-07-23

BREAKING CHANGE

  • Implements issue #3: Headers on Response
  • Response headers now return a hash instead of a string
  • Thanks to Chris France for the pull request!

[2.1.4] - 2016-07-12

Fix

[2.1.3] - 2016-06-14

Fix

  • Logic error

[2.1.2] - 2016-06-14

Fix

  • Typo in 2.1.1 fix

[2.1.1] - 2016-06-10

Fix

  • Deal with an edge case where when you send a POST with no body, net/http sets the content type to application/x-www-form-urlencoded

[2.1.0] - 2016-06-10

Added

  • Automatically add Content-Type: application/json when there is a request body

[2.0.0] - 2016-06-03

Changed

  • Made the Response variables non-redundant. e.g. response.response_body becomes response.body

Removed

  • Config class

[1.1.0] - 2016-03-17

Added

  • Config class moved to client

[1.0.0] - 2016-03-17

Added

  • We are live!