-
-
Notifications
You must be signed in to change notification settings - Fork 52
features, refactoring and fixes for 1.0.0 #97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
johguentner
commented
Jan 26, 2023
- unions types for filters and sorts
- phpunit --> pest
- drop support for PHP 7.4
Added the Pest dependency for future tests
…e/laravel-notion-api into feature/compound-filters
…e/laravel-notion-api into feature/compound-filters
…b.com/5am-code/laravel-notion-api into feature/allow-single-sorting-in-query
…b.com/5am-code/laravel-notion-api into feature/allow-single-sorting-in-query
…ata" array that contains "status" if exists, the status is passed as the code for the NotionException. Otherwise, 0
…sure that http status codes are being passed
This reverts commit 44c3cc2.
…query Allow single sorting property in sortBy method of database endpoint
- to ``::fromText(...)``
Still allow filter collections
- within ``EndpointCommentsTest``
- move filling of trait related attributes to the context of `fillEssentials()`
- to avoid missunderstanding - add phpdocs for `create()`
refactor timestampable traits of entities into trait
add missing database attributes and introduce traits for general attributes
Feature/comments
Hey @johguentner |
Hey @ijpatricio We plan to release the 1.0 version with Laravel 10 support in the next 1-3 days but until now the dev branch is good to go |
Excellent! Thank you, @mechelon PS: Your talk on explaining Inertia on LaraconEU was brilliant 👏 |
Can you update the Notion-Version header to the latest "2022-06-28" when doing this release? |
Hi @richardhj, btw: The |
PR Summary
|