All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Conform to PSR12 coding standard
- Composer dependency updates to match PHP version constraints for split branch versions of the library
- README updates to reflect branch differences for library
- Revert phpunit suggestion to dev dependency with correct version constraints
- Restore missing CHANGELOG contents
- Guzzle 7 support
- accept any 2xx status responses from interfax api
- minor improvement to response exception generation
- Enhancement: Make fax id available when first created
- [BUG] Fix bug in marking inbound faxes as read/unread
- Bugfix: urlencode filename attribute for multipart fax document upload.
- Fluent method signatures where appropriate on Fax and Document objects.
- Distinct Test namespace to ensure individual test file running is supported.
- Documentation correction for the outbound fax status retrieval.
- Update to project structure to support automatic package generation.
- Added INSTALLATION.md file to document how to use the library outside of a composer managed framework.
- Added support for using stream resources to send faxes.
- Initial release