All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
- 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!
- 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!
- 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!
- Pull request #11
- Solves issue #10: Improve Error Handling
- Now error messages are passed through from the server
- BIG thanks to shuron / Alexander Holbreich for the pull request!
- 2.3.1 did not upload correctly
- Automatically add Content-Type: application/json when there is a request body
- Set client properly when testing
- Can pass test flag to allow for http calls
- DELETE can now have a request body
- Made the Request and Response variables non-redundant. e.g. request.requestBody becomes request.body
- We are live!