Skip to content

Releases: mubbi/laravel-blog-api

v1.3.0

22 Jul 21:19
bf771c2

Choose a tag to compare

1.3.0 (2025-07-22)

Features

  • add test coverage for me controller (c8549c9)
  • added Me controller for get user profile API (29dc842)
  • article: add all author related fields (644b63a)
  • article: added Get All and Show Article APIs (3d8ea96)
  • articles API (dadb3ff)
  • article: update models to have respective relationships (8fbb984)

Bug Fixes

  • fix user resource for undefined key access_token (8ea86b8)

v1.2.3

19 Jul 18:30
48c23b6

Choose a tag to compare

1.2.3 (2025-07-19)

Bug Fixes

  • fix test scripts to persist container (293d12d)
  • fixed port check issues (d59abca)

v1.2.2

18 Jul 21:40
2c2a64a

Choose a tag to compare

1.2.2 (2025-07-18)

Bug Fixes

  • fix port check commands and git hook setup (dc7493b)

v1.2.1

18 Jul 13:34
1ddee7c

Choose a tag to compare

1.2.1 (2025-07-18)

Bug Fixes

  • fix health check for queue worker to get its correct status (ec6e20d)
  • fix health check for queue worker to get its correct status (0f3ead1)

v1.2.0

18 Jul 13:05
a2baff0

Choose a tag to compare

1.2.0 (2025-07-18)

Features

  • added port checker warning for local setup (ad56a38)
  • added port checker warning for local setup (00522a0)

v1.1.0

18 Jul 12:31
05c68e4

Choose a tag to compare

1.1.0 (2025-07-18)

Features

  • updated project instructions for copilot (5dc94e5)
  • updated project instructions for copilot (fffdc9b)

v1.0.1

18 Jul 10:28
9aa371c

Choose a tag to compare

1.0.1 (2025-07-18)

Bug Fixes

  • git hooks: fixed git hooks for husky (3b165be)

v1.0.0

18 Jul 10:10
f0ef7e2

Choose a tag to compare

1.0.0 (2025-07-18)

⚠ BREAKING CHANGES

  • All commits must now follow conventional commit format

Features

  • implement semantic commit automation with commitizen, commitlint, and release-please (711b9d1)

Bug Fixes

  • fix workflow: fixed workflow for release phase (44163cb)