@dazejs/framework
Version:
Daze.js - A powerful web framework for Node.js
774 lines (229 loc) • 22 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [5.0.2](https://github.com/dazejs/daze/compare/@dazejs/framework@5.0.1...@dazejs/framework@5.0.2) (2025-02-19)
**Note:** Version bump only for package @dazejs/framework
## [5.0.1](https://github.com/dazejs/daze/compare/@dazejs/framework@5.0.0-alpha.0...@dazejs/framework@5.0.1) (2023-01-10)
**Note:** Version bump only for package @dazejs/framework
# [5.0.0](https://github.com/dazejs/daze/compare/@dazejs/framework@5.0.0-alpha.0...@dazejs/framework@5.0.0) (2023-01-10)
**Note:** Version bump only for package @dazejs/framework
# [5.0.0-alpha.0](https://github.com/dazejs/daze/compare/@dazejs/framework@4.3.5...@dazejs/framework@5.0.0-alpha.0) (2023-01-09)
### Bug Fixes
* 修复orm更新字段 ([d20c11c](https://github.com/dazejs/daze/commit/d20c11caa16626eb8fce6683fc8a677dd7bc1946))
## [4.3.5](https://github.com/dazejs/daze/compare/@dazejs/framework@4.3.4...@dazejs/framework@4.3.5) (2021-08-31)
### Bug Fixes
* **orm:** 修复一些错误 ([36b7899](https://github.com/dazejs/daze/commit/36b7899861f78aa3f002a0f84784708924d93b31))
## [4.3.4](https://github.com/dazejs/daze/compare/@dazejs/framework@4.3.3...@dazejs/framework@4.3.4) (2021-08-31)
### Bug Fixes
* **orm:** 修复关联查询后保存数据的问题 ([f7a26c5](https://github.com/dazejs/daze/commit/f7a26c50e8419bf32919a86c626f380c1f34348e))
## [4.3.3](https://github.com/dazejs/daze/compare/@dazejs/framework@4.3.2...@dazejs/framework@4.3.3) (2021-08-11)
**Note:** Version bump only for package @dazejs/framework
## [4.3.2](https://github.com/dazejs/daze/compare/@dazejs/framework@4.3.1...@dazejs/framework@4.3.2) (2021-08-11)
### Bug Fixes
* 修复响应加密的参数 ([5c1ad45](https://github.com/dazejs/daze/commit/5c1ad45193291cbf4648646b225020e1d0f49063))
## [4.3.1](https://github.com/dazejs/daze/compare/@dazejs/framework@4.3.0...@dazejs/framework@4.3.1) (2021-08-11)
**Note:** Version bump only for package @dazejs/framework
# [4.3.0](https://github.com/dazejs/daze/compare/@dazejs/framework@4.2.16...@dazejs/framework@4.3.0) (2021-08-11)
### Features
* **response:** 添加响应加密功能 ([5218ce2](https://github.com/dazejs/daze/commit/5218ce207c134a46f8382a92f118ee310891330a))
## [4.2.16](https://github.com/dazejs/daze/compare/@dazejs/framework@4.2.15...@dazejs/framework@4.2.16) (2021-07-22)
### Bug Fixes
* 修复 order 无法使用 raw 的问题 ([8bf0dac](https://github.com/dazejs/daze/commit/8bf0dac9398bc0a0784616eacdd05f2860d93ac0))
## [4.2.15](https://github.com/dazejs/daze/compare/@dazejs/framework@4.2.14...@dazejs/framework@4.2.15) (2021-07-03)
### Bug Fixes
* order and aggregate ([9282267](https://github.com/dazejs/daze/commit/9282267d78a8fa60e27d4de5c33af62aab4fee4d))
## [4.2.14](https://github.com/dazejs/daze/compare/@dazejs/framework@4.2.13...@dazejs/framework@4.2.14) (2021-07-03)
**Note:** Version bump only for package @dazejs/framework
## [4.2.13](https://github.com/dazejs/daze/compare/@dazejs/framework@4.2.12...@dazejs/framework@4.2.13) (2021-07-02)
**Note:** Version bump only for package @dazejs/framework
## [4.2.12](https://github.com/dazejs/daze/compare/@dazejs/framework@4.2.11...@dazejs/framework@4.2.12) (2021-07-02)
### Bug Fixes
* mysql->mysql2 ([fe7d649](https://github.com/dazejs/daze/commit/fe7d6497b0116a6bf248d0888b49988295760c64))
## [4.2.11](https://github.com/dazejs/daze/compare/@dazejs/framework@4.2.10...@dazejs/framework@4.2.11) (2021-03-25)
**Note:** Version bump only for package @dazejs/framework
## [4.2.10](https://github.com/dazejs/daze/compare/@dazejs/framework@4.2.9...@dazejs/framework@4.2.10) (2021-03-25)
### Bug Fixes
* 修复模型自动识别保存后的存在状态不正确的问题 ([5453de3](https://github.com/dazejs/daze/commit/5453de33b591fcf6437177c53028929ee66d8bf4))
* 修复响应头的大小写风格 ([e9de882](https://github.com/dazejs/daze/commit/e9de882aa910f00c694c793fa82b65dab165f620))
## [4.2.9](https://github.com/dazejs/daze/compare/@dazejs/framework@4.2.8...@dazejs/framework@4.2.9) (2021-03-25)
### Bug Fixes
* cors allow headers ([bd15b9b](https://github.com/dazejs/daze/commit/bd15b9b5b3a6c1633e78c778939e22a0547ac15a))
## [4.2.8](https://github.com/dazejs/daze/compare/@dazejs/framework@4.2.7...@dazejs/framework@4.2.8) (2021-03-25)
**Note:** Version bump only for package @dazejs/framework
## [4.2.7](https://github.com/dazejs/daze/compare/@dazejs/framework@4.2.6...@dazejs/framework@4.2.7) (2021-03-25)
### Bug Fixes
* 修复 entity 基础类缺少 attach 方法的问题 ([430da8b](https://github.com/dazejs/daze/commit/430da8bdbd17b2c2b913815b0328738796698a4f))
## [4.2.6](https://github.com/dazejs/daze/compare/@dazejs/framework@4.2.5...@dazejs/framework@4.2.6) (2020-09-23)
**Note:** Version bump only for package @dazejs/framework
## [4.2.5](https://github.com/dazejs/daze/compare/@dazejs/framework@4.2.4...@dazejs/framework@4.2.5) (2020-09-21)
**Note:** Version bump only for package @dazejs/framework
## [4.2.4](https://github.com/dazejs/daze/compare/@dazejs/framework@4.2.3...@dazejs/framework@4.2.4) (2020-09-21)
**Note:** Version bump only for package @dazejs/framework
## [4.2.3](https://github.com/dazejs/daze/compare/@dazejs/framework@4.2.2...@dazejs/framework@4.2.3) (2020-09-21)
### Bug Fixes
* **db:** add inc and dec op ([7c37b84](https://github.com/dazejs/daze/commit/7c37b840d328913c6f95a198e5335c56e07e5884))
* **shourcemap:** fix trace-page cannot open resource ([16464bf](https://github.com/dazejs/daze/commit/16464bf9f8d256aacd12fa584f05c6d4473d3315))
## [4.2.2](https://github.com/dazejs/daze/compare/@dazejs/framework@4.2.1...@dazejs/framework@4.2.2) (2020-09-15)
### Bug Fixes
* **resource:** fix collection param type error ([e4e77bf](https://github.com/dazejs/daze/commit/e4e77bfa15984370dbd48ebfb2df0ebcd3162033))
## [4.2.1](https://github.com/dazejs/daze/compare/@dazejs/framework@4.2.0...@dazejs/framework@4.2.1) (2020-09-15)
### Bug Fixes
* **resource:** fix pagination api ([1e9bb43](https://github.com/dazejs/daze/commit/1e9bb438904174b69130e1ed190fe0017c751ade))
# [4.2.0](https://github.com/dazejs/daze/compare/@dazejs/framework@4.1.2...@dazejs/framework@4.2.0) (2020-09-14)
### Bug Fixes
* **resource:** fix missing default resource ([7b422c2](https://github.com/dazejs/daze/commit/7b422c2f67f3f3d2e3f0d807c21deb95a73285e9))
### Features
* **resource,pagination:** add paginator model and refactor resource ([85fb847](https://github.com/dazejs/daze/commit/85fb8475656d49bb565d15764acfb5f3f105c7e5))
## [4.1.2](https://github.com/dazejs/daze/compare/@dazejs/framework@4.1.1...@dazejs/framework@4.1.2) (2020-09-11)
### Bug Fixes
* **database:** fix aggregate with limit and offset ([f2d95c5](https://github.com/dazejs/daze/commit/f2d95c5154b2869de34b9e457287f34ffea91e25))
## [4.1.1](https://github.com/dazejs/daze/compare/@dazejs/framework@4.1.0...@dazejs/framework@4.1.1) (2020-09-10)
### Bug Fixes
* **model:** fix model relation ([ca26879](https://github.com/dazejs/daze/commit/ca268792e4170674587bb7abf6917489d656306f))
* **type:** fix model type ([4e89048](https://github.com/dazejs/daze/commit/4e8904846cecfc5ffd0a354ee37476ff326fb0f2))
# [4.1.0](https://github.com/dazejs/daze/compare/@dazejs/framework@4.0.1...@dazejs/framework@4.1.0) (2020-09-10)
### Features
* **database, model:** add findAndCount ([8ba8269](https://github.com/dazejs/daze/commit/8ba826905e4f92698e3cd30bc6b9478741ffcdd8))
## [4.0.1](https://github.com/dazejs/daze/compare/@dazejs/framework@4.0.0...@dazejs/framework@4.0.1) (2020-08-13)
### Bug Fixes
* **decorator:** fix decorator error ([bf81093](https://github.com/dazejs/daze/commit/bf810938642d14e6a0d2007beb6812bc27d55307))
* **middleware:** fix undefined cross middleware ([9b46d5b](https://github.com/dazejs/daze/commit/9b46d5bb08f38ee2f81daad6e4ab6ce942ee6ffd))
* **middleware:** update load sort ([79bd073](https://github.com/dazejs/daze/commit/79bd073d09bcf07250190ac54881485b3a4b0fb0))
# [4.0.0](https://github.com/dazejs/daze/compare/@dazejs/framework@3.4.3...@dazejs/framework@4.0.0) (2020-07-31)
### Code Refactoring
* **resource:** refactor resource and validator module ([#281](https://github.com/dazejs/daze/issues/281)) ([5e309f0](https://github.com/dazejs/daze/commit/5e309f01e7221760b80d8302cc72e44e11e24ff2))
### BREAKING CHANGES
* **resource:** refactor resource and validator module
## [3.4.3](https://github.com/dazejs/daze/compare/@dazejs/framework@3.4.2...@dazejs/framework@3.4.3) (2020-07-29)
### Bug Fixes
* **container:** fix property autowried not effect ([527b004](https://github.com/dazejs/daze/commit/527b004a47e67325c85c3c49a2cba56b0a2a57e8))
## [3.4.2](https://github.com/dazejs/daze/compare/@dazejs/framework@3.4.1...@dazejs/framework@3.4.2) (2020-07-29)
### Bug Fixes
* **conatiner:** fix default inject param value error ([c82e2c4](https://github.com/dazejs/daze/commit/c82e2c48614cd5f1e2a3233abf8d61e03570f6a1))
## [3.4.1](https://github.com/dazejs/daze/compare/@dazejs/framework@3.4.0...@dazejs/framework@3.4.1) (2020-07-29)
### Bug Fixes
* **container:** fix injectable class method apply params ([f16c783](https://github.com/dazejs/daze/commit/f16c783238847f72d1b57bbab3f906951d115414))
# [3.4.0](https://github.com/dazejs/daze/compare/@dazejs/framework@3.3.0...@dazejs/framework@3.4.0) (2020-07-28)
### Features
* **decorator:** add create custom decorator fn ([5e87506](https://github.com/dazejs/daze/commit/5e87506c72f0edc05143c14e1eeacad827ff704c))
# [3.3.0](https://github.com/dazejs/daze/compare/@dazejs/framework@3.2.3...@dazejs/framework@3.3.0) (2020-07-28)
### Features
* **container:** update di logic ([ab88960](https://github.com/dazejs/daze/commit/ab88960ff8ffb537d97e5b37f296f211e3e2416d))
* **sterotype:** remove default inject name ([72ec8a6](https://github.com/dazejs/daze/commit/72ec8a61fafaedb09955c9a0ec430e892f47f483))
## [3.2.3](https://github.com/dazejs/daze/compare/@dazejs/framework@3.2.2...@dazejs/framework@3.2.3) (2020-07-06)
### Bug Fixes
* **orm:** fix create respos exists err ([328be33](https://github.com/dazejs/daze/commit/328be33a293778eb28213f0af2a36c4ed487fba3))
## [3.2.2](https://github.com/dazejs/daze/compare/@dazejs/framework@3.2.1...@dazejs/framework@3.2.2) (2020-07-06)
### Bug Fixes
* **resource:** add default formatter and type ([#263](https://github.com/dazejs/daze/issues/263)) ([a530677](https://github.com/dazejs/daze/commit/a53067790984d24546af696afbed481352915b03))
## [3.2.1](https://github.com/dazejs/daze/compare/@dazejs/framework@3.2.0...@dazejs/framework@3.2.1) (2020-07-03)
### Bug Fixes
* **cors:** fix cors middleware sort ([f9123f1](https://github.com/dazejs/daze/commit/f9123f11dead9c553ec7bb4a4366e8361764dd3b))
# [3.2.0](https://github.com/dazejs/daze/compare/@dazejs/framework@3.1.6...@dazejs/framework@3.2.0) (2020-07-03)
### Features
* **app:** add https support ([2f1ff72](https://github.com/dazejs/daze/commit/2f1ff72557a864c621d9fe9cc5f6365a4e4fa1f8))
## [3.1.6](https://github.com/dazejs/daze/compare/@dazejs/framework@3.1.5...@dazejs/framework@3.1.6) (2020-06-11)
### Bug Fixes
* **orm:** fix many to many relation ([d4a0868](https://github.com/dazejs/daze/commit/d4a0868bf3250191590332ad4a9df7509e4d3f8b))
## [3.1.5](https://github.com/dazejs/daze/compare/@dazejs/framework@3.1.4...@dazejs/framework@3.1.5) (2020-06-10)
### Bug Fixes
* **resource:** fix relation resource collection struct ([779fbc4](https://github.com/dazejs/daze/commit/779fbc417e5cbce21aac669631b382c70429e833))
## [3.1.4](https://github.com/dazejs/daze/compare/@dazejs/framework@3.1.3...@dazejs/framework@3.1.4) (2020-06-08)
### Bug Fixes
* **decorator:** fix rest s delete method ([9db7741](https://github.com/dazejs/daze/commit/9db77419514fe7729ef18106201d3da4785cf773))
## [3.1.3](https://github.com/dazejs/daze/compare/@dazejs/framework@3.1.2...@dazejs/framework@3.1.3) (2020-06-07)
### Bug Fixes
* **resource:** fix resource meta object ([3af8f98](https://github.com/dazejs/daze/commit/3af8f9893227a2b20a657b14f83976112ae32bb4))
## [3.1.2](https://github.com/dazejs/daze/compare/@dazejs/framework@3.1.1...@dazejs/framework@3.1.2) (2020-05-29)
**Note:** Version bump only for package @dazejs/framework
## [3.1.1](https://github.com/dazejs/daze/compare/@dazejs/framework@3.1.0...@dazejs/framework@3.1.1) (2020-05-29)
**Note:** Version bump only for package @dazejs/framework
# [3.1.0](https://github.com/dazejs/daze/compare/@dazejs/framework@3.0.0...@dazejs/framework@3.1.0) (2020-05-25)
### Bug Fixes
* **provider:** Fixed an overwrite problem with the same name ([#236](https://github.com/dazejs/daze/issues/236)) ([4f0d7ed](https://github.com/dazejs/daze/commit/4f0d7edc4130634bfaeb27402eca2bbdfdb7a6ac))
### Features
* **core:** add stereotype with default decapitalize name inject ([#234](https://github.com/dazejs/daze/issues/234)) ([931c930](https://github.com/dazejs/daze/commit/931c930d3b7c8b8a4304f15897789ed1bc7468be))
# [3.0.0](https://github.com/dazejs/daze/compare/@dazejs/framework@2.7.1...@dazejs/framework@3.0.0) (2020-05-11)
### Bug Fixes
* **app:** fix isShare value ([#226](https://github.com/dazejs/daze/issues/226)) ([c9f2f5c](https://github.com/dazejs/daze/commit/c9f2f5cc87d72bd9be29e4d1e2fe2bf9fc8aee75))
* **request:** fix request body merge string type ([d409d3c](https://github.com/dazejs/daze/commit/d409d3c8d6abef52a0460bdb134919db34ee6bb9))
## [2.7.1](https://github.com/dazejs/daze/compare/@dazejs/framework@2.7.0...@dazejs/framework@2.7.1) (2020-03-29)
### Bug Fixes
* **app:** process type on cluster ([80aee86](https://github.com/dazejs/daze/commit/80aee86b6c16219c62114560596b311390198f3e))
# [2.7.0](https://github.com/dazejs/daze/compare/@dazejs/framework@2.6.1...@dazejs/framework@2.7.0) (2020-03-25)
### Features
* **agent:** add agent process when use cluster mode ([#198](https://github.com/dazejs/daze/issues/198)) ([3c87b06](https://github.com/dazejs/daze/commit/3c87b063cf55ce0e41b2d44369ac3ba9cfa7aa53))
* **core:** add middleware order ([5c17646](https://github.com/dazejs/daze/commit/5c176465b568a9c08a51d6b2d8ea3e3db7c6580f))
## [2.6.1](https://github.com/dazejs/daze/compare/@dazejs/framework@2.6.0...@dazejs/framework@2.6.1) (2020-03-16)
### Bug Fixes
* **template:** fix template error template dir error ([1ff3cda](https://github.com/dazejs/daze/commit/1ff3cda47058eabf72f030f16e374780ffeafd81))
# [2.6.0](https://github.com/dazejs/daze/compare/@dazejs/framework@2.5.3...@dazejs/framework@2.6.0) (2020-03-16)
### Bug Fixes
* **session:** fix uuid useage ([8571348](https://github.com/dazejs/daze/commit/85713488b9cff6134a8d34a9b49bbd718e26b615))
### Features
* **application:** add default root path ([#182](https://github.com/dazejs/daze/issues/182)) ([f1d17d7](https://github.com/dazejs/daze/commit/f1d17d71016697003d54f54ce85711a9c17a4b45))
## [2.5.3](https://github.com/dazejs/daze/compare/@dazejs/framework@2.5.2...@dazejs/framework@2.5.3) (2020-03-11)
### Bug Fixes
* **app:** fix app.port define sort error ([eaa1360](https://github.com/dazejs/daze/commit/eaa136077ea25c585e7cbf817b535371b40c1904))
* **decorator:** decorator something export error ([45acbe8](https://github.com/dazejs/daze/commit/45acbe81f006779cd5ba8c3ee4183758fb1dd0da))
## [2.5.2](https://github.com/dazejs/daze/compare/@dazejs/framework@2.5.1...@dazejs/framework@2.5.2) (2020-03-09)
**Note:** Version bump only for package @dazejs/framework
## [2.5.1](https://github.com/dazejs/daze/compare/@dazejs/framework@2.5.0...@dazejs/framework@2.5.1) (2020-03-09)
### Bug Fixes
* **cluster:** fix cluster start error and workers ([1cd9393](https://github.com/dazejs/daze/commit/1cd93936f89166d2db33b93ab88b0be6a6743456))
* **inject:** inject decorator can not use by default ([5b03cd0](https://github.com/dazejs/daze/commit/5b03cd0c7a081299ef899e5d1c05ddebaca519a2))
# [2.5.0](https://github.com/dazejs/daze/compare/@dazejs/framework@2.4.7...@dazejs/framework@2.5.0) (2020-03-02)
### Features
* **database:** where or orWhere support array params ([8b3e835](https://github.com/dazejs/daze/commit/8b3e835e37c9bec22804a28ae2c3e84bf5fe34db))
## [2.4.7](https://github.com/dazejs/daze/compare/@dazejs/framework@2.4.6...@dazejs/framework@2.4.7) (2020-03-02)
### Bug Fixes
* **database:** parse column when include * with alias ([7828929](https://github.com/dazejs/daze/commit/7828929fcd6657ff0879267f81520969371c730b))
## [2.4.6](https://github.com/dazejs/daze/compare/@dazejs/framework@2.4.5...@dazejs/framework@2.4.6) (2020-03-02)
### Bug Fixes
* **app:** fix debug use in undev env ([c8e8d3a](https://github.com/dazejs/daze/commit/c8e8d3ac22b9353e239f83335b439b193272a828))
* **logger:** logger does not have default channels ([c0d59c3](https://github.com/dazejs/daze/commit/c0d59c36281a3a12269f3db6c8d0dc93196844a7))
## [2.4.5](https://github.com/dazejs/daze/compare/@dazejs/framework@2.4.4...@dazejs/framework@2.4.5) (2020-02-25)
### Bug Fixes
* **response:** fix can not return force response ([a89148c](https://github.com/dazejs/daze/commit/a89148c7ae64ac692095aa71c817f11320aae92e))
## [2.4.4](https://github.com/dazejs/daze/compare/@dazejs/framework@2.4.3...@dazejs/framework@2.4.4) (2020-02-18)
### Bug Fixes
* **router:** router can not good work with * route ([0cd09da](https://github.com/dazejs/daze/commit/0cd09da8deff2b8de8757f9dc758dda83a357b62))
## [2.4.3](https://github.com/dazejs/daze/compare/@dazejs/framework@2.4.2...@dazejs/framework@2.4.3) (2020-02-12)
### Bug Fixes
* **loader:** filter .d.ts file to loader ([72510ee](https://github.com/dazejs/daze/commit/72510ee6603daab1e4c20563111eb319f63e7e2c))
* **provider:** fix load provider depends order ([439ed74](https://github.com/dazejs/daze/commit/439ed74de29ae137bbaa17710e6c65bec1b019ad))
## [2.4.2](https://github.com/dazejs/daze/compare/@dazejs/framework@2.4.1...@dazejs/framework@2.4.2) (2020-02-09)
### Bug Fixes
* **config:** config.set can not set depth value ([bc84038](https://github.com/dazejs/daze/commit/bc84038998622b9cc28a0b199af3543745e0c0a3))
## [2.4.1](https://github.com/dazejs/daze/compare/@dazejs/framework@2.4.0...@dazejs/framework@2.4.1) (2020-02-07)
### Bug Fixes
* **container:** sometimes binding event can not tigger ([79a7169](https://github.com/dazejs/daze/commit/79a7169453a57ddbd5c7658f9079c6ccf434db14))
# [2.4.0](https://github.com/dazejs/daze/compare/@dazejs/framework@2.3.0...@dazejs/framework@2.4.0) (2020-02-06)
### Bug Fixes
* **error:** update error handle to emit app ([13b944d](https://github.com/dazejs/daze/commit/13b944d0e80b442993780dabcb8335db899ff483))
* **model:** many-to-many relational operations ([fc5ed8b](https://github.com/dazejs/daze/commit/fc5ed8bd017299808ff6c1f864847decf37674d0))
* **model:** relation define circular dependencies ([6da775c](https://github.com/dazejs/daze/commit/6da775c99f14b81eeb98459c452bcef608559ce0))
### Features
* **response:** add lowercase response status func ([cc230cb](https://github.com/dazejs/daze/commit/cc230cb7415753ef778905c40172dd19c6202661))
# [2.3.0](https://github.com/dazejs/daze/compare/@dazejs/framework@2.2.1...@dazejs/framework@2.3.0) (2020-02-05)
### Bug Fixes
* **core:** fix some errors ([#136](https://github.com/dazejs/daze/issues/136)) ([2dca910](https://github.com/dazejs/daze/commit/2dca910cd4dda7650395a4f585038290150dff8d))
### Features
* **metadata:** export metadata ([5bf57cd](https://github.com/dazejs/daze/commit/5bf57cd29b342269bfb0eae9271c3f8a241773c7))
## [2.2.1](https://github.com/dazejs/daze/compare/@dazejs/framework@2.2.0...@dazejs/framework@2.2.1) (2020-01-19)
**Note:** Version bump only for package @dazejs/framework
# [2.2.0](https://github.com/dazejs/daze/compare/@dazejs/framework@2.1.1...@dazejs/framework@2.2.0) (2020-01-16)
### Features
* **core:** add [@config](https://github.com/config) default support ([#120](https://github.com/dazejs/daze/issues/120)) ([5dc3afd](https://github.com/dazejs/daze/commit/5dc3afd513d18d48bbaf33316decef2382e377f7))
* **database:** support for database transactions ([#117](https://github.com/dazejs/daze/issues/117)) ([886d2e9](https://github.com/dazejs/daze/commit/886d2e92d2aae0ee2689cab95e2f741c07b4a38c))
* **provide:** add auto provider ([#121](https://github.com/dazejs/daze/issues/121)) ([294e946](https://github.com/dazejs/daze/commit/294e9463ca577b8e2bb9cbb756c4e6f72dc35ba3)), closes [#95](https://github.com/dazejs/daze/issues/95)
## [2.1.1](https://github.com/dazejs/daze/compare/@dazejs/framework@2.1.0...@dazejs/framework@2.1.1) (2020-01-06)
**Note:** Version bump only for package @dazejs/framework
# [2.1.0](https://github.com/dazejs/daze/compare/@dazejs/framework@2.0.14...@dazejs/framework@2.1.0) (2020-01-06)
### Bug Fixes
* **database:** add quotes in sql column and table ([#93](https://github.com/dazejs/daze/issues/93)) ([38718be](https://github.com/dazejs/daze/commit/38718beb9fe13cdfb10952a182f4c2b9d9d77e5e))
* **database:** sum() does not return right way ([152c52b](https://github.com/dazejs/daze/commit/152c52b34dddbe6a79452c8a6ae0f2b5a740969b))
### Features
* **controller,provider:** http decorator add default and refactor ([66b1034](https://github.com/dazejs/daze/commit/66b103422da059ce9bb84bd8f8572a9625efb0c0))
* **database:** add connection close method ([98c09d1](https://github.com/dazejs/daze/commit/98c09d12899098a6f1b4ff8d46d8cc2dbb1b1e8d))
* **model:** add model relations ([#105](https://github.com/dazejs/daze/issues/105)) ([74593ae](https://github.com/dazejs/daze/commit/74593aed9024e7fb4dffcaebff6f337dbc0bd512))