1.3
This release focuses on adding minor features and removing support for Laravel 6 & 7 and Guzzle 6, in order to follow Flarum decisions with beta16. This changelog is a little different from the previous ones (new format!)
➕ Added
feat:✨Accept id as a string (for user endpoint)- Theid()method can now accept a string parameters (like theuser()method)feat:✨`addQueryParameter` method is now public!- Public method = You can use it too! You can now add query parameters to the request
📈 Improved
docs:📝Updated docsanddocs:📝Improved and added PHPDocs- New API docs website design. Some missing PHPDocs added and some updated.tests:✅Updated tests
🗑️ Changed/Removed
chore(deps):💥 📌Removed support for Laravel 6 & 7. Requires PHP 7.3- As commit says, now the api client requires PHP 7.3 and using it with Laravel 6 & 7 is no more supported. You can update or stick with version 1.2.3chore(deps):💥 📌Removed support for Guzzle 6- Same as above.