Releases: xtend-packages/rest-presenter
Releases · xtend-packages/rest-presenter
Release 1.1.2
1.1.2 (2024-08-11)
Bug Fixes
What's Changed
- fix namespace issue by @bfiessinger in #50
New Contributors
- @bfiessinger made their first contribution in #50
Full Changelog: 1.1.1...1.1.2
Release 1.1.1
1.1.1 (2024-08-11)
Bug Fixes
- Remove sushi dependency to avoid pdo requirement include as trait (82df1b0)
- Sanctum rate limit max attempts cast to int (cbad2b9)
- Set Content-Type to application/json when generating collections (d60563b)
Style Changes
- Pint + Rector (ab8b8a6)
What's Changed
- check if the user has access to the user menu item for the api panel by @atmonshi in #51
- use the user model class from the config by @atmonshi in #52
- use panel path from the config by @atmonshi in #53
New Contributors
Full Changelog: 1.1.0...1.1.1
Release 1.1.0
1.1.0 (2024-06-15)
Features
- Additional panel configuration & branding + enable spa (02f4eb9)
- Export and download collection direct from panel (43e155d)
- User menu link added to all panels + update README (0c743a0)
Bug Fixes
- Replace stats with real values from Endpoint model (cfef4a4)
Full Changelog: 1.0.0...1.1.0
Release 1.0.0
1.0.0 (2024-06-07)
Features
- Apply auth middleware when isAuthenticated is true (731988d)
- Generate collection auto commit (0338a79)
- Improvements to endpoint resource & token generation (d28e74c)
- Manage users & generate tokens (5582afa)
- New filament command + auto commits (ed71d28)
- No need to publish config everything now configurable from env (0189819)
- Setup command now has the option to auto commit (82f268d)
Bug Fixes
- Generate separate auth stub for sanctum overrides (8c857d8)
- Hide duplicated logo for filament plugin (ef891b9)
- Move type generation to rest-presenter directory (0b57273)
- phpstan ignore multiselect options prompt (69ded40)
- Remove view action for endpoints not needed right now (f0ec0bf)
- Skip failing test fix later once we enable test coverage (030ccf2)
- User resource authenticated by default (4207592)
Documentation
- Condense introduction (fdf68f9)
- Improve and extend README (2ee5a27)
- Improve Filament Plugin Integration (854dd38)
- Improve Introduction (ec4a947)
- Improve RESTPresenter Package (d9813f5)
- Update README & improve CONTRIBUTING guide (1f86b79)
- Update README to include Filament Plugin (f684ecf)
- Update to use correct version + test failure advice (dd12bb6)
Code Refactoring
- Resource generation now based from selected model (f521265)
Style Changes
What's Changed
- Improve tests + remove service provider by @adam-code-labx in #42
- Filament Panel by @adam-code-labx in #45
- Prepare for v1 release by @adam-code-labx in #46
Full Changelog: 0.11.0...1.0.0
Release 1.0.0-rc.2
Release 1.0.0-rc.1
1.0.0-rc.1 (2024-05-13)
Bug Fixes
- No need to remove the API directory via XtendRouter (c40a819)
Documentation
- Add info about tests + warning to update phpunit.xml (bab9042)
Release 1.0.0-rc.0
1.0.0-rc.0 (2024-05-13)
Features
- Extra Security API Key (Enabled by Default) (b7baa38)
- Improve tests + remove service provider (151bb8b)
Bug Fixes
- Skip RESTPresenterSetupCommand test issue with expectsChoice (1a7ee6b)
Documentation
- Update for pre-release (4af1f3d)