Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

32 lines (16 loc) · 1.47 KB

Changelog

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

0.2.1 (2021-11-26)

Refactor

refactor(a code change that neither fixes a bug nor adds a feature): …

  • change structure of clean-code architecture: refactor code of controllers and chnages in clean-code stricture by adding use-case, data-access and little improvements in creating entities. (e78a245)

0.2.0 (2021-11-26)

Bug Fixes

  • changes is readme and codegenerator file: improve validation for model and update readme (d8050c1)
  • fix modules overwrite to apis: improve validation for existing models and fix issue of modules (e188b21)

0.1.2 (2021-11-18)

Features

  • boilerplate app and postman: provide boilerplate app, model attributes and postman collection (da53141)

0.1.1 (2021-11-18)

Bug Fixes

  • package.json: add changelog in package.json file (edbda79)