Skip to content

Latest commit

 

History

History
54 lines (30 loc) · 926 Bytes

CHANGELOG.md

File metadata and controls

54 lines (30 loc) · 926 Bytes

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.1.5] - 2021-11-06

Changed

  • Remove ZuoraTrait

[0.1.4] - 2021-11-04

Added

  • Added ZuoraTrait to allow test doubles

[0.1.3] - 2021-11-04

Added

  • Added query method to peform ZOQL requests
  • Added objects module for Zuora object model and response traits

[0.1.2] - 2021-10-28

Added

  • Included TODOs in README

Changed

  • Updated example in README

[0.1.1] - 2021-10-28

Added

  • Missing badges from README
  • Missing unit test for GET method

[0.1.0] - 2021-10-28

Initial release

Added

  • Create Zuora struct to wrap reqwest cient
  • Generate OAuth token
  • Allow authenticated GET requests