Skip to content

Latest commit

 

History

History
148 lines (111 loc) · 6.57 KB

CHANGELOG.md

File metadata and controls

148 lines (111 loc) · 6.57 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 2.6.9

Library - Chore

[2022-02-09] Version 2.6.8

Library - Chore

[2022-01-12] Version 2.6.7

Library - Chore

[2021-12-15] Version 2.6.6

Library - Chore

[2021-09-22] Version 2.6.5

Library - Chore

[2021-05-05] Version 2.6.4

Library - Chore

[2021-03-15] Version 2.6.3

Library - Fix

[2020-10-14] Version 2.6.2

Library - Fix

[2020-08-19] Version 2.6.1

Library - Chore

[2020-02-19] Version 2.6.0

Library - Feature

[2020-02-05] Version 2.5.1

Library - Docs

[2020-01-30] Version 2.5.0

Library - Docs

Library - Chore

Library - Feature

[2018-04-09] Version 2.4.1

Fixed

  • Pull #71, Solves #70
  • Fix Travis CI Build
  • Special thanks to Vasko Zdravevski for the PR!

[2.4.0] - 2017-4-10

Added

  • Pull #18, Solves #17
  • Add RestError Struct for an error handling
  • Special thanks to Takahiro Ikeuchi for the PR!

[2.3.1] - 2016-10-14

Changed

  • Pull #15, solves Issue #7
  • Moved QueryParams processing into BuildRequestObject
  • Special thanks to Gábor Lipták for the PR!

[2.3.0] - 2016-10-04

Added

[2.2.0] - 2016-07-28

Added

[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 Request and Response variables non-redundant. e.g. request.RequestBody becomes request.Body

[1.0.2] - 2016-04-07

Added

  • these changes are thanks to deckarep. Thanks!
  • more updates to error naming convention
  • more error handing on HTTP request

[1.0.1] - 2016-04-07

Added

  • these changes are thanks to deckarep. Thanks!
  • update error naming convention
  • explicitly define supported HTTP verbs
  • better error handling on HTTP request

[1.0.0] - 2016-04-05

Added

  • We are live!