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.
- Incorrectly named constructor function in Pet.
- Introduced data store into Pet.
- Array conversion and retrieval moved into Pet.
- wordpress-core as a dev dependency in favor of Psalm plugin for WP stubs.
- Transient caching with wp-cache-remember
- Psalm for static code checking.
- Fixed mismatched license in composer.json to use MIT.
- Mozart for Composer package management.
Initial release 🚀
- Interface for petandgo.com API.
- Client interface for enabling multiple transports.
- PSR-compliant logger using Monolog.
- XML parser for responses with SimpleXML.