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.
- Added GitHub actions;
- Added types where possible;
- Updated composer packages
- Updated composer.json (#37, #38);
- Dropped support for old PHP versions;
- Dropped Travis CI;
- Replaced
array_key_exists
withproperty_exists
for compatibility with PHP 7.4
- Allow compatibility with guzzlehttp 7.0 in composer json & added tests to verify this
- Support for "Authenticated Users" feature:
publishToUsers
,generateToken
anddeleteUser
publish
renamed topublishToInterests
(publish
method deprecated).
- Changelog for GA release