Skip to content

v4.0.0

Choose a tag to compare

@thinkingserious thinkingserious released this 11 Oct 23:27

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!