Skip to content

Latest commit

 

History

History
70 lines (32 loc) · 3.74 KB

CHANGELOG.md

File metadata and controls

70 lines (32 loc) · 3.74 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.3.1 (2022-09-28)

Bug Fixes

  • server: missing constant (eeccc59)

1.3.0 (2022-04-25)

Bug Fixes

  • Clean Code Sequelize: bug Fixes for Clean code sequelize (fc7ba02)
  • clean-code: ejs variable updated (44f91af)
  • eslint fixes: eslint rules violation removed (7682a2a)
  • file upload in cc: fix file upload in controller of cc (387562a)
  • file-upload-cc: steps added (f06995e)
  • minor bug fixes: - (876f01a)
  • model data save warning: when model data change and change the model without save ask warning p (791f20f)
  • overlay issue no able to click: propstypes forbidden remove and overlay issue fix (3abc5fa), closes #27
  • Remove configuration tab in routes: file upload - removal form custom routes (98a7e54)

Features

  • Clean-code file uplaod: file upload use-cases added for clean-code architecture (af56105)
  • Clean-code mongoose: comments added (c6b432c)
  • server: custom routes with query builder for mvc architecture (6949d44)

1.2.0 (2022-02-02)

Bug Fixes

  • bug fixes and code enhancement: fixed some issues (501675e)

Features

  • custom routes in clean-code architecture with use case: custom routes with query builder added (f38092d)
  • use-case added in clean code architecture: a service layer in clean code architecture (e7cbfc4)

1.1.0 (2022-01-11)

Bug Fixes

  • eslint formatting: resolved eslint errors (2c71bf2)

Features

  • add confirmation popup when second time build application (a7fe3c0), closes #20