Skip to content

Latest commit

 

History

History
347 lines (317 loc) · 40.1 KB

CHANGELOG.md

File metadata and controls

347 lines (317 loc) · 40.1 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.5.0 (2024-12-31)

Features

  • academic api crud (f9123ad)
  • achievement (e2b9d1c)
  • achievement (de790fd)
  • add .nvmrc file to specify Node.js version (1798b17)
  • add /contact api (f148f76)
  • add /gallery/photo api (994f050)
  • add /gallery/video api (73b6ba4)
  • add /home/carouse api (c20dba5)
  • add /home/carousel api (eaf58a7)
  • add /newsletter api (285342f)
  • add /school/speech api (2c7a0fd)
  • add about-us api (36af214)
  • add academic api (2df73a1)
  • add academic api (df14505)
  • add announcement api (75201db)
  • add blog api and common issue fix (93a0b4c)
  • add career api (3972f76)
  • add configuration api (57b2c05)
  • add configuration api (8583174)
  • add faculty api (42cd9d2)
  • add faculty frontend (7b316e6)
  • add faq crud api (03a5333)
  • add school/info api and common issue fix (60b21b7)
  • announcement form (6baf2fe)
  • api: add API index and version 1 route with dynamic configuration handling (c7db962)
  • api: add OpenAPI (Swagger) documentation (d984a8b)
  • api: define and organize route and permission constants (6d146b6)
  • api: schedule send log to email (07bd0cc)
  • api: schedule send log to email and create default admin (eebd896)
  • career crud (884b2ee)
  • create about us (eb256e2)
  • edit page (981f56a)
  • edit page for faq and about us (186679c)
  • error-handling: centralize error handler utilities into a shared module (e30a6cb)
  • faculty update (7720cba)
  • faq added (f760feb)
  • fix form patch (8fd8c64)
  • home page ok (4dda2ad)
  • image preview on academic profile card (7f48512)
  • login setup (b938376)
  • merge with origin api (cb8d202)
  • more about us table page (10e232e)
  • optimized home page import component (4f8fa07)
  • pages under home added (fe7e95e)
  • pagination added in academic (a2f77b4)
  • react-photo-view added (fc34f38)
  • remove /api/doc api (4b0301f)
  • schema: enhance URL validation with regex support for specific patterns (f8e84af)
  • school info (c3baabd)
  • tailwind config plugin issue solved (0350807)
  • ui (edfd548)
  • update career (532db52)
  • use crypto-js instead of crypto (63bd44b)
  • util: integrate zod for schema validation in getMissingFieldsMessage (c0d5eb1)
  • when update replace existing with update data (d483529)

Bug Fixes

  • correct status code and message in response handlers (0660cf9)
  • expecting number, getting string (3952386)
  • faq api (0a8d320)
  • school-achievement api (a193203)
  • upload: ensure correct file paths and links in file upload process (f8db869)

2.4.0 (2024-12-31)

Features

  • academic api crud (f9123ad)
  • achievement (e2b9d1c)
  • achievement (de790fd)
  • add .nvmrc file to specify Node.js version (1798b17)
  • add /contact api (f148f76)
  • add /gallery/photo api (994f050)
  • add /gallery/video api (73b6ba4)
  • add /home/carouse api (c20dba5)
  • add /home/carousel api (eaf58a7)
  • add /newsletter api (285342f)
  • add /school/speech api (2c7a0fd)
  • add about-us api (36af214)
  • add academic api (2df73a1)
  • add academic api (df14505)
  • add announcement api (75201db)
  • add blog api and common issue fix (93a0b4c)
  • add career api (3972f76)
  • add configuration api (57b2c05)
  • add configuration api (8583174)
  • add faculty api (42cd9d2)
  • add faculty frontend (7b316e6)
  • add faq crud api (03a5333)
  • add school/info api and common issue fix (60b21b7)
  • announcement form (6baf2fe)
  • api: add API index and version 1 route with dynamic configuration handling (c7db962)
  • api: add OpenAPI (Swagger) documentation (d984a8b)
  • api: define and organize route and permission constants (6d146b6)
  • api: schedule send log to email (07bd0cc)
  • api: schedule send log to email and create default admin (eebd896)
  • career crud (884b2ee)
  • create about us (eb256e2)
  • edit page (981f56a)
  • edit page for faq and about us (186679c)
  • error-handling: centralize error handler utilities into a shared module (e30a6cb)
  • faculty update (7720cba)
  • faq added (f760feb)
  • fix form patch (8fd8c64)
  • home page ok (4dda2ad)
  • image preview on academic profile card (7f48512)
  • login setup (b938376)
  • merge with origin api (cb8d202)
  • more about us table page (10e232e)
  • optimized home page import component (4f8fa07)
  • pages under home added (fe7e95e)
  • pagination added in academic (a2f77b4)
  • react-photo-view added (fc34f38)
  • remove /api/doc api (4b0301f)
  • schema: enhance URL validation with regex support for specific patterns (f8e84af)
  • school info (c3baabd)
  • tailwind config plugin issue solved (0350807)
  • ui (edfd548)
  • update career (532db52)
  • use crypto-js instead of crypto (63bd44b)
  • util: integrate zod for schema validation in getMissingFieldsMessage (c0d5eb1)
  • when update replace existing with update data (d483529)

Bug Fixes

  • correct status code and message in response handlers (0660cf9)
  • expecting number, getting string (3952386)
  • faq api (0a8d320)
  • school-achievement api (a193203)
  • upload: ensure correct file paths and links in file upload process (f8db869)

2.3.0 (2024-12-31)

Features

  • academic api crud (f9123ad)
  • achievement (e2b9d1c)
  • achievement (de790fd)
  • add .nvmrc file to specify Node.js version (1798b17)
  • add /contact api (f148f76)
  • add /gallery/photo api (994f050)
  • add /gallery/video api (73b6ba4)
  • add /home/carouse api (c20dba5)
  • add /home/carousel api (eaf58a7)
  • add /newsletter api (285342f)
  • add /school/speech api (2c7a0fd)
  • add about-us api (36af214)
  • add academic api (2df73a1)
  • add academic api (df14505)
  • add announcement api (75201db)
  • add blog api and common issue fix (93a0b4c)
  • add career api (3972f76)
  • add configuration api (57b2c05)
  • add configuration api (8583174)
  • add faculty api (42cd9d2)
  • add faculty frontend (7b316e6)
  • add faq crud api (03a5333)
  • add school/info api and common issue fix (60b21b7)
  • announcement form (6baf2fe)
  • api: add API index and version 1 route with dynamic configuration handling (c7db962)
  • api: add OpenAPI (Swagger) documentation (d984a8b)
  • api: define and organize route and permission constants (6d146b6)
  • api: schedule send log to email (07bd0cc)
  • api: schedule send log to email and create default admin (eebd896)
  • career crud (884b2ee)
  • create about us (eb256e2)
  • edit page (981f56a)
  • edit page for faq and about us (186679c)
  • error-handling: centralize error handler utilities into a shared module (e30a6cb)
  • faculty update (7720cba)
  • faq added (f760feb)
  • fix form patch (8fd8c64)
  • home page ok (4dda2ad)
  • image preview on academic profile card (7f48512)
  • login setup (b938376)
  • merge with origin api (cb8d202)
  • more about us table page (10e232e)
  • optimized home page import component (4f8fa07)
  • pages under home added (fe7e95e)
  • pagination added in academic (a2f77b4)
  • react-photo-view added (fc34f38)
  • remove /api/doc api (4b0301f)
  • schema: enhance URL validation with regex support for specific patterns (f8e84af)
  • school info (c3baabd)
  • tailwind config plugin issue solved (0350807)
  • ui (edfd548)
  • update career (532db52)
  • use crypto-js instead of crypto (63bd44b)
  • util: integrate zod for schema validation in getMissingFieldsMessage (c0d5eb1)
  • when update replace existing with update data (d483529)

Bug Fixes

  • correct status code and message in response handlers (0660cf9)
  • expecting number, getting string (3952386)
  • faq api (0a8d320)
  • school-achievement api (a193203)
  • upload: ensure correct file paths and links in file upload process (f8db869)

2.2.0 (2024-12-31)

Features

  • academic api crud (f9123ad)
  • achievement (e2b9d1c)
  • achievement (de790fd)
  • add .nvmrc file to specify Node.js version (1798b17)
  • add /contact api (f148f76)
  • add /gallery/photo api (994f050)
  • add /gallery/video api (73b6ba4)
  • add /home/carouse api (c20dba5)
  • add /home/carousel api (eaf58a7)
  • add /newsletter api (285342f)
  • add /school/speech api (2c7a0fd)
  • add about-us api (36af214)
  • add academic api (2df73a1)
  • add academic api (df14505)
  • add announcement api (75201db)
  • add blog api and common issue fix (93a0b4c)
  • add career api (3972f76)
  • add configuration api (57b2c05)
  • add configuration api (8583174)
  • add faculty api (42cd9d2)
  • add faculty frontend (7b316e6)
  • add faq crud api (03a5333)
  • add school/info api and common issue fix (60b21b7)
  • announcement form (6baf2fe)
  • api: add API index and version 1 route with dynamic configuration handling (c7db962)
  • api: add OpenAPI (Swagger) documentation (d984a8b)
  • api: define and organize route and permission constants (6d146b6)
  • api: schedule send log to email (07bd0cc)
  • api: schedule send log to email and create default admin (eebd896)
  • career crud (884b2ee)
  • create about us (eb256e2)
  • edit page (981f56a)
  • edit page for faq and about us (186679c)
  • error-handling: centralize error handler utilities into a shared module (e30a6cb)
  • faculty update (7720cba)
  • faq added (f760feb)
  • fix form patch (8fd8c64)
  • home page ok (4dda2ad)
  • image preview on academic profile card (7f48512)
  • login setup (b938376)
  • merge with origin api (cb8d202)
  • more about us table page (10e232e)
  • optimized home page import component (4f8fa07)
  • pages under home added (fe7e95e)
  • pagination added in academic (a2f77b4)
  • react-photo-view added (fc34f38)
  • remove /api/doc api (4b0301f)
  • schema: enhance URL validation with regex support for specific patterns (f8e84af)
  • school info (c3baabd)
  • tailwind config plugin issue solved (0350807)
  • ui (edfd548)
  • update career (532db52)
  • use crypto-js instead of crypto (63bd44b)
  • util: integrate zod for schema validation in getMissingFieldsMessage (c0d5eb1)
  • when update replace existing with update data (d483529)

Bug Fixes

  • correct status code and message in response handlers (0660cf9)
  • expecting number, getting string (3952386)
  • faq api (0a8d320)
  • school-achievement api (a193203)
  • upload: ensure correct file paths and links in file upload process (f8db869)

2.1.0 (2024-12-31)

Features

  • academic api crud (f9123ad)
  • achievement (e2b9d1c)
  • achievement (de790fd)
  • add .nvmrc file to specify Node.js version (1798b17)
  • add /contact api (f148f76)
  • add /gallery/photo api (994f050)
  • add /gallery/video api (73b6ba4)
  • add /home/carouse api (c20dba5)
  • add /home/carousel api (eaf58a7)
  • add /newsletter api (285342f)
  • add /school/speech api (2c7a0fd)
  • add about-us api (36af214)
  • add academic api (2df73a1)
  • add academic api (df14505)
  • add announcement api (75201db)
  • add blog api and common issue fix (93a0b4c)
  • add career api (3972f76)
  • add configuration api (57b2c05)
  • add configuration api (8583174)
  • add faculty api (42cd9d2)
  • add faculty frontend (7b316e6)
  • add faq crud api (03a5333)
  • add school/info api and common issue fix (60b21b7)
  • announcement form (6baf2fe)
  • api: add API index and version 1 route with dynamic configuration handling (c7db962)
  • api: add OpenAPI (Swagger) documentation (d984a8b)
  • api: define and organize route and permission constants (6d146b6)
  • api: schedule send log to email (07bd0cc)
  • api: schedule send log to email and create default admin (eebd896)
  • career crud (884b2ee)
  • create about us (eb256e2)
  • edit page (981f56a)
  • edit page for faq and about us (186679c)
  • error-handling: centralize error handler utilities into a shared module (e30a6cb)
  • faculty update (7720cba)
  • faq added (f760feb)
  • fix form patch (8fd8c64)
  • home page ok (4dda2ad)
  • image preview on academic profile card (7f48512)
  • login setup (b938376)
  • merge with origin api (cb8d202)
  • more about us table page (10e232e)
  • optimized home page import component (4f8fa07)
  • pages under home added (fe7e95e)
  • pagination added in academic (a2f77b4)
  • react-photo-view added (fc34f38)
  • remove /api/doc api (4b0301f)
  • schema: enhance URL validation with regex support for specific patterns (f8e84af)
  • school info (c3baabd)
  • tailwind config plugin issue solved (0350807)
  • ui (edfd548)
  • update career (532db52)
  • use crypto-js instead of crypto (63bd44b)
  • util: integrate zod for schema validation in getMissingFieldsMessage (c0d5eb1)
  • when update replace existing with update data (d483529)

Bug Fixes

  • correct status code and message in response handlers (0660cf9)
  • expecting number, getting string (3952386)
  • faq api (0a8d320)
  • school-achievement api (a193203)
  • upload: ensure correct file paths and links in file upload process (f8db869)