## [4.1.4](https://github.com/rucken/todo-nestjs/compare/4.1.3...4.1.4) (2019-05-10)


### Bug Fixes

* Update dependencies ([638b9e2](https://github.com/rucken/todo-nestjs/commit/638b9e2))



## [4.1.3](https://github.com/rucken/todo-nestjs/compare/4.1.2...4.1.3) (2019-04-23)


### Bug Fixes

* Exclude virtual fields ([261e4ec](https://github.com/rucken/todo-nestjs/commit/261e4ec))



## [4.1.2](https://github.com/rucken/todo-nestjs/compare/4.1.1...4.1.2) (2019-04-01)


### Bug Fixes

* Rename module names ([365ba66](https://github.com/rucken/todo-nestjs/commit/365ba66))



## [4.1.1](https://github.com/rucken/todo-nestjs/compare/4.1.0...4.1.1) (2019-03-25)


### Bug Fixes

* Exclude  tasksCount and completedTasksCount from InProjectDto ([2d28e88](https://github.com/rucken/todo-nestjs/commit/2d28e88))
* Update dependencies ([59da9bf](https://github.com/rucken/todo-nestjs/commit/59da9bf))



# [4.1.0](https://github.com/rucken/todo-nestjs/compare/4.0.4...4.1.0) (2019-03-10)


### Bug Fixes

* Add isolated entities for migrations ([798aec0](https://github.com/rucken/todo-nestjs/commit/798aec0))


### Features

* Add asignedUser to tasks and remove noused relations on requests ([86378ec](https://github.com/rucken/todo-nestjs/commit/86378ec))
* Add filter projects with usersIds and statusesNames, add get users and statuses in projects ([61fb300](https://github.com/rucken/todo-nestjs/commit/61fb300))



## [4.0.4](https://github.com/rucken/todo-nestjs/compare/4.0.3...4.0.4) (2019-03-05)


### Bug Fixes

* Move check demo mode to controllers and format sources ([ab2d17b](https://github.com/rucken/todo-nestjs/commit/ab2d17b))
* Update dependencies ([b65f403](https://github.com/rucken/todo-nestjs/commit/b65f403))



## [4.0.3](https://github.com/rucken/todo-nestjs/compare/4.0.2...4.0.3) (2019-03-04)


### Bug Fixes

* Change modules for correct import providers ([398e11a](https://github.com/rucken/todo-nestjs/commit/398e11a))
* Update dependencies ([e2b06d7](https://github.com/rucken/todo-nestjs/commit/e2b06d7))



## [4.0.2](https://github.com/rucken/todo-nestjs/compare/4.0.1...4.0.2) (2019-03-02)


### Bug Fixes

* Add password for new users added to project ([8e48013](https://github.com/rucken/todo-nestjs/commit/8e48013))
* Update dependencies ([064e1e8](https://github.com/rucken/todo-nestjs/commit/064e1e8))



## [4.0.1](https://github.com/rucken/todo-nestjs/compare/4.0.0...4.0.1) (2019-02-27)


### Bug Fixes

* Update ApiUseTags for TasksController ([7815d85](https://github.com/rucken/todo-nestjs/commit/7815d85))



# 4.0.0 (2019-02-27)


### Bug Fixes

* **auth:** Remove disabled error check exists email and username ([48ec784](https://github.com/rucken/todo-nestjs/commit/48ec784))
* **auth:** Remove twice called signup action https://github.com/rucken/todo-nestjs/issues/2 ([94b03dc](https://github.com/rucken/todo-nestjs/commit/94b03dc))
* **custom-exception:** Add handler for NotFoundException ([d25cd49](https://github.com/rucken/todo-nestjs/commit/d25cd49))
* **deps:** Update backend dependencies ([a6ab087](https://github.com/rucken/todo-nestjs/commit/a6ab087))
* **deps:** Update frontend dependencies ([8aa36db](https://github.com/rucken/todo-nestjs/commit/8aa36db))
* **deps:** Update frontend dependencies and sources for it ([a264a38](https://github.com/rucken/todo-nestjs/commit/a264a38))
* **front:** Add frontend as git submodule ([09a4d0b](https://github.com/rucken/todo-nestjs/commit/09a4d0b))
* **front:** Change frontend build type (mono) ([6b3ac5c](https://github.com/rucken/todo-nestjs/commit/6b3ac5c))
* **front:** change modal options names ([08d6290](https://github.com/rucken/todo-nestjs/commit/08d6290))
* **front:** Update static path for search frontend ([b8b0bc5](https://github.com/rucken/todo-nestjs/commit/b8b0bc5))
* **user:** Update constraints first_name and last_name set isNullable: true ([19bd03f](https://github.com/rucken/todo-nestjs/commit/19bd03f))


### Features

* Add frontend ([3733b7f](https://github.com/rucken/todo-nestjs/commit/3733b7f))
* Rewrite all project ([9c98349](https://github.com/rucken/todo-nestjs/commit/9c98349))
* Update folders and files structures for work with nx mono repo template ([6a57307](https://github.com/rucken/todo-nestjs/commit/6a57307))
* Update frontend ([bfeed6d](https://github.com/rucken/todo-nestjs/commit/bfeed6d))



