Skip to content

Latest commit

 

History

History
268 lines (146 loc) · 10 KB

CHANGELOG.md

File metadata and controls

268 lines (146 loc) · 10 KB

Changelog

All notable changes to api-service will be documented in this file.

3.3.4 - 2024-11-28

What's Changed

  • refactor: change fields method from instance to static access by @mohammadisa2 in #70
  • Update README.md by @christmex in #80

New Contributors

  • @mohammadisa2 made their first contribution in #70

Full Changelog: https://github.com/rupadana/filament-api-service/compare/3.3.3...3.3.4

3.3.3 - 2024-11-28

What's Changed

  • change instanceOf to is_subclass_of by @christmex in #79

Full Changelog: https://github.com/rupadana/filament-api-service/compare/3.3.2...3.3.3

3.3.2 - 2024-10-23

What's Changed

  • Support spatie/laravel-query-builder to ^6.2 by @rupadana in #72
  • Refer to policy before checking user role by @Aniruddh-J in #75

New Contributors

  • @Aniruddh-J made their first contribution in #75

Full Changelog: https://github.com/rupadana/filament-api-service/compare/3.3.1...3.3.2

3.3.1 - 2024-08-28

Full Changelog: https://github.com/rupadana/filament-api-service/compare/3.3.0...3.3.1

3.3.0 - 2024-08-13

What's Changed

  • add notes to fix personal_access_token missing in laravel 11 by @christmex in #59
  • Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #64
  • Allow the usage of more complex filter methods by Spatie\QueryBuilder by @bfiessinger in #67

New Contributors

  • @christmex made their first contribution in #59
  • @bfiessinger made their first contribution in #67

Full Changelog: https://github.com/rupadana/filament-api-service/compare/3.2.4...3.3.0

3.2.4 - 2024-06-04

What's Changed

  • Bump tsickert/discord-webhook from 5.4.0 to 5.5.0 by @dependabot in #50
  • Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #53
  • Add ability to use FilamentPHP Clusters feature by @carlosbarretoeng in #54

New Contributors

  • @carlosbarretoeng made their first contribution in #54

Full Changelog: https://github.com/rupadana/filament-api-service/compare/3.2.3...3.2.4

3.2.3 - 2024-03-28

What's Changed

  • Fix failure to produce proper tenant query when using a polymorphic tenancy by @JonErickson in #49

New Contributors

  • @JonErickson made their first contribution in #49

Full Changelog: https://github.com/rupadana/filament-api-service/compare/3.2.2...3.2.3

3.2.2 - 2024-03-26

What's Changed

  • Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #47
  • fix(bug): failed to get allowedFilters, etc. by @rupadana in #48

Full Changelog: https://github.com/rupadana/filament-api-service/compare/3.2.1...3.2.2

3.2.1 - 2024-03-21

What's Changed

  • fix: unusefull static::handlers() by @rupadana in #46

Full Changelog: https://github.com/rupadana/filament-api-service/compare/3.2.0...3.2.1

3.2.0 - 2024-03-18

What's Changed

  • Bump tsickert/discord-webhook from 5.3.0 to 5.4.0 by @dependabot in #43
  • add Laravel 11 support by @atmonshi in #21

New Contributors

  • @atmonshi made their first contribution in #21

Full Changelog: https://github.com/rupadana/filament-api-service/compare/3.1.4...3.2.0

3.1.4 - 2024-03-17

What's Changed

  • Fix: missing Request on DetailHandler Stubs by @rupadana in #40

Full Changelog: https://github.com/rupadana/filament-api-service/compare/3.1.3...3.1.4

3.1.3 - 2024-03-16

Full Changelog: https://github.com/rupadana/filament-api-service/compare/3.1.2...3.1.3

What's Changed

  • allow for setting middlewares via config and via Filament Resources by @eelco2k in #35
  • feat: Middleware API on ApiServicePlugin class by @rupadana in #39

Full Changelog: https://github.com/rupadana/filament-api-service/compare/3.1.2...3.1.3

3.1.2 - 2024-03-10

Full Changelog: https://github.com/rupadana/filament-api-service/compare/3.1.1...3.1.2

3.1.1 - 2024-03-10

What's Changed

  • fix: adding panel name by @rupadana in #34

Full Changelog: https://github.com/rupadana/filament-api-service/compare/3.1.0...3.1.1

3.1.0 - 2024-03-10

What's Changed

  • Update README.md by @rupadana in #27
  • change: adding test for panel_prefix config by @rupadana in #28
  • added tenant aware api feature by @eelco2k in #23
  • fix: adding an InvalidTenancyConfiguration by @rupadana in #30
  • Feature tenant aware Refactored by @eelco2k in #32
  • Panel Prefix first by Path otherwise byId else empty by @eelco2k in #33
  • feat: Tenancy Support by @rupadana in #31

New Contributors

  • @eelco2k made their first contribution in #23

Full Changelog: https://github.com/rupadana/filament-api-service/compare/3.0.10...3.1.0

3.0.10 - 2024-03-06

What's Changed

  • update Readme.md by @rupadana in #25
  • feat: add navigation sort & icon by @rupadana in #26

Full Changelog: https://github.com/rupadana/filament-api-service/compare/3.0.9...3.0.10

3.0.9 - 2024-03-02

What's Changed

  • feat: Allow non-admin users to generate API key to access their records by @rupadana in #22

Full Changelog: https://github.com/rupadana/filament-api-service/compare/3.0.8...3.0.9

3.0.8 - 2024-02-09

What's Changed

  • Public api by @rupadana in #20

Full Changelog: https://github.com/rupadana/filament-api-service/compare/3.0.7...3.0.8

3.0.7 - 2024-02-08

What's Changed

  • adding configuration to enable/disable policy by @rupadana in #19

Full Changelog: https://github.com/rupadana/filament-api-service/compare/3.0.6...3.0.7

3.0.6 - 2024-01-29

Full Changelog: https://github.com/rupadana/filament-api-service/compare/3.0.5...3.0.6

3.0.5 - 2024-01-29

Full Changelog: https://github.com/rupadana/filament-api-service/compare/3.0.2...3.0.5

3.0.4 - 2024-01-27

Full Changelog: https://github.com/rupadana/filament-api-service/compare/3.0.1...3.0.4

3.0.0 - 2024-01-11

What's Changed

  • Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #7
  • Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in #9
  • Add test suite by @luttje in #10
  • Auto register routes by @rupadana in #14

New Contributors

  • @luttje made their first contribution in #10

Full Changelog: https://github.com/rupadana/filament-api-service/compare/v1.0.3...3.0.0

Add AllowedSorts - 2023-10-07

What's Changed

  • Add: Support for allowed sorts by @paulovnas in #6

New Contributors

  • @paulovnas made their first contribution in #6

Full Changelog: https://github.com/rupadana/filament-api-service/compare/v1.0.2...v1.0.3

Add CreateHandler - 2023-10-03

Full Changelog: https://github.com/rupadana/filament-api-service/compare/v1.0.1...v1.0.2

Update bug - 2023-09-09

What's Changed

  • Bump actions/checkout from 3 to 4 by @dependabot in #5

New Contributors

  • @dependabot made their first contribution in #5

Full Changelog: https://github.com/rupadana/filament-api-service/compare/v1.0.0...v1.0.1

First Release - 2023-09-04

What's Changed

  • update readme.md by @rupadana in #1
  • 1.0.0 by @rupadana in #2
  • Add API Transformer & Update Readme by @rupadana in #3
  • add default transformer by @rupadana in #4

New Contributors

  • @rupadana made their first contribution in #1

Full Changelog: https://github.com/rupadana/filament-api-service/commits/v1.0.0

1.0.0 - 202X-XX-XX

  • initial release