Skip to content

Releases: xtend-packages/rest-presenter

Release 1.1.2

11 Aug 23:17
Compare
Choose a tag to compare

1.1.2 (2024-08-11)

Bug Fixes

What's Changed

New Contributors

Full Changelog: 1.1.1...1.1.2

Release 1.1.1

11 Aug 14:26
Compare
Choose a tag to compare

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

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

15 Jun 00:37
Compare
Choose a tag to compare

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

07 Jun 21:48
Compare
Choose a tag to compare

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

Full Changelog: 0.11.0...1.0.0

Release 1.0.0-rc.2

13 May 15:56
Compare
Choose a tag to compare
Release 1.0.0-rc.2 Pre-release
Pre-release

1.0.0-rc.2 (2024-05-13)

Bug Fixes

  • Include API key with test generation (79de5b1)

Release 1.0.0-rc.1

13 May 15:18
Compare
Choose a tag to compare
Release 1.0.0-rc.1 Pre-release
Pre-release

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

13 May 14:36
Compare
Choose a tag to compare
Release 1.0.0-rc.0 Pre-release
Pre-release

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

Release 0.11.0

11 May 16:29
Compare
Choose a tag to compare
Release 0.11.0 Pre-release
Pre-release

0.11.0 (2024-05-11)

Features

  • auth middleware isAuthenticated property for all resources (8125c0b)
  • Default resource presenters + profile example for user (03fa2e1)

Release 0.10.1

11 May 15:30
Compare
Choose a tag to compare
Release 0.10.1 Pre-release
Pre-release

0.10.1 (2024-05-11)

Bug Fixes

Release 0.10.0

10 May 00:50
Compare
Choose a tag to compare
Release 0.10.0 Pre-release
Pre-release

0.10.0 (2024-05-10)

Features

  • Make resource test called directly after generating each resource (53c95fb)
  • New test command + stubs to support both pest & phpunit (59e598b)

Bug Fixes

  • phpstan ignore rules (f2d6689)
  • Remove ServiceProvider no longer needed + register new test command (8e5d039)
  • Satisfy phpstan (a5b3379)
  • starter-kit type string (ea1dfad)
  • Test helpers namespace functions (b665de4)
  • test workflow composer dump-autoload (1c424a3)