Skip to content
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.

Latest commit

 

History

History
107 lines (86 loc) · 7.11 KB

CHANGELOG.md

File metadata and controls

107 lines (86 loc) · 7.11 KB

Change Log

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

This project adheres to Semantic Versioning.

[2020-03-18] Version 2.6.1

Library - Docs

[2020-02-19] Version 2.6.0

Library - Feature

[2020-01-22] Version 2.5.2

Library - Docs

[2020-01-15] Version 2.5.1

Library - Chore

[2019-12-20] Version 2.5.0

Library - Chore

Library - Docs

Library - Feature

Library - Fix

[2.4.0] - 2017-07-14

Added

  • Pull #8
  • Ability to optionally assign port for requests when calling client API
  • Thanks Anand Patel!

[2.3.0] - 2016-10-12

Added

  • Pull #6, Solves #5
  • Invoke the API callback with a mocked response upon Error
  • Thanks Dan Foley!

[2.2.2] - 2016-09-27

Fixed

[2.2.1] - 2016-06-15

Fixed

[2.2.0] - 2016-06-10

Added

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

[2.1.0] - 2016-06-08

Added

  • Cleaner request object initialization
  • Ability to use http for testing

[2.0.0] - 2016-06-06

Changed

  • Made the Request and Response variables non-redundant. e.g. request.requestBody becomes request.body

[1.0.1] - 2016-04-08

Added

  • We are live!