Skip to content

Releases: mubbi/laravel-blog-api

v1.10.0

05 Aug 22:27
a3be435

Choose a tag to compare

1.10.0 (2025-08-05)

Features

v1.9.0

05 Aug 20:15
4764e58

Choose a tag to compare

1.9.0 (2025-08-05)

Features

  • api: implemented missing modules (43314ab)

v1.8.1

30 Jul 21:52
509a543

Choose a tag to compare

1.8.1 (2025-07-30)

Bug Fixes

  • phpstan: removed ignore rules and applied type strict stubs (19f44a0)

v1.8.0

29 Jul 21:45
36f4896

Choose a tag to compare

1.8.0 (2025-07-29)

Features

  • articles-seeder: added multiple co authors seeding (985bb50)
  • article: show authors and restrict email field to admins (77acaf6)
  • middleware: added new middleware for public routes (68f8d90)
  • middleware: apply optional sanctum auth middleware for guest routes (fe37480)

v1.7.1

28 Jul 19:54
7a355d7

Choose a tag to compare

1.7.1 (2025-07-28)

Bug Fixes

  • comments: fixed N+1 problem in comments replies listing (2650fe2)
  • comments: fixed N+1 problem in comments replies listing (f7bde1b)

v1.7.0

27 Jul 15:42
1731a4a

Choose a tag to compare

1.7.0 (2025-07-27)

Features

  • comments: added Get Article comments API (322cce3)
  • comments: added Get Article comments API (fbff564)

v1.6.0

24 Jul 17:42
7ee324b

Choose a tag to compare

1.6.0 (2025-07-24)

Features

  • api logger: added api logger to track requests and responses (703b6f1)
  • api logger: added api logger to track requests and responses (ef63e33)

v1.5.0

24 Jul 17:01
e5a9a81

Choose a tag to compare

1.5.0 (2025-07-24)

Features

  • categories & tags: added New APIs for categories and tags (44347d5)
  • categories & tags: added New APIs for categories and tags (6b53386)

v1.4.0

23 Jul 11:07
2ae8bbf

Choose a tag to compare

1.4.0 (2025-07-23)

Features

  • rate limiter: applied rate limiter for APIs (bb9226c)
  • rate limiter: applied rate limiter for APIs (795cbff)

v1.3.1

23 Jul 07:58
19a0932

Choose a tag to compare

1.3.1 (2025-07-23)

Bug Fixes

  • article: fix API Responses and paths (0de982a)
  • article: fix API Responses and paths (a359ec4)