Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

39 lines (28 loc) · 1.09 KB

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.

[1.2.0] - 2020-08-25

Fixed

  • Incorrectly named constructor function in Pet.

Changed

  • Introduced data store into Pet.
  • Array conversion and retrieval moved into Pet.

Removed

  • wordpress-core as a dev dependency in favor of Psalm plugin for WP stubs.

[1.1.0] - 2020-08-25

Added

Changed

  • Fixed mismatched license in composer.json to use MIT.

Removed

  • Mozart for Composer package management.

[1.0.0] - 2020-08-25

Initial release 🚀

Added

  • Interface for petandgo.com API.
  • Client interface for enabling multiple transports.
  • PSR-compliant logger using Monolog.
  • XML parser for responses with SimpleXML.