Skip to content

Latest commit

 

History

History
64 lines (51 loc) · 2.63 KB

CHANGELOG.md

File metadata and controls

64 lines (51 loc) · 2.63 KB

Change Log

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

This project adheres to Semantic Versioning.

[4.0.0] - 2016-10-11

BREAKING Change

  • Pull #14: Make response have private variables
  • Fixed Issue #12: The public Response variables should be private
  • The breaking change is that variables that were public are now private and accessable only via getters and setters
  • BIG thanks to Diego Camargo for the pull request!

[3.0.0] - 2016-10-06

BREAKING Change

  • Pull #15: Update the request object with sensible defaults and access methods
  • Fixes Issue #13: Update the Request object with sensible defaults and access methods
  • The breaking change is that variables that were public are now private and accessable only via getters and setters
  • BIG thanks to Diego Camargo for the pull request!

[2.3.4] - 2016-08-09

Fix

  • Pull #7: Fix Response Charset to UTF-8
  • Fixes issue #6: Multi-byte character got garbled on received mail
  • BIG thanks to Yoichi Kikuta for the pull request!

[2.3.3] - 2016-08-08

Added

[2.3.2] - 2016-07-18

Fixed

  • 2.3.1 did not upload correctly

[2.3.1] - 2016-07-08

Fixed

[2.3.0] - 2016-06-10

Added

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

[2.2.1] - 2016-06-08

Fixed

  • Set client properly when testing

[2.2.0] - 2016-06-08

Added

  • Can pass test flag to allow for http calls

[2.1.0] - 2016-06-08

Added

  • DELETE can now have 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.0] - 2016-04-15

Added

  • We are live!