nodefony 7.0.0-beta.10 → 7.0.0-beta.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/CHANGELOG.md +174 -339
  2. package/README.md +21 -18
  3. package/autoloader.es6 +4 -4
  4. package/cli/builder/bundles/users-bundle/Entity/mongoose/userEntity.js +1 -5
  5. package/cli/builder/bundles/users-bundle/package.json +9 -7
  6. package/cli/builder/project/project.js +62 -21
  7. package/cli/builder/project/skeletons/README.md +21 -18
  8. package/cli/builder/project/skeletons/bin/dev-deploy.sh +5 -0
  9. package/cli/builder/project/skeletons/bin/prod-deploy.sh +3 -0
  10. package/cli/builder/project/skeletons/config/pm2.config.js.skeleton +41 -17
  11. package/cli/builder/project/skeletons/migrations/2022.12.25T17.37.37.entity-user.js +137 -0
  12. package/cli/builder/project/skeletons/migrations/2022.12.25T17.37.38.entity-session.js +97 -0
  13. package/cli/builder/project/skeletons/migrations/2022.12.25T17.37.39.entity-requests.js +115 -0
  14. package/cli/builder/project/skeletons/migrations/2022.12.25T17.37.40.entity-jwts.js +97 -0
  15. package/cli/builder/project/skeletons/migrations/migrations.skeleton.js +0 -2
  16. package/cli/builder/project/skeletons/package.json.skeleton +10 -6
  17. package/cli/builder/sandbox/sandBoxBuilder.js +1 -1
  18. package/cli/builder/skeletons/app/appKernel.js +120 -2
  19. package/cli/builder/skeletons/config/config.js +1 -1
  20. package/cli/builder/skeletons/config/nodefony/http-bundle.js +1 -0
  21. package/cli/builder/skeletons/config/nodefony/mongoose-bundle.js +38 -12
  22. package/cli/builder/skeletons/config/nodefony/monitoring-bundle.js +21 -2
  23. package/cli/builder/skeletons/config/nodefony/sequelize-bundle.js +122 -13
  24. package/cli/builder/skeletons/package.json +8 -8
  25. package/cli/builder/vue/skeletons/vue.config.js +23 -5
  26. package/cli/builder/vue/vueBuilder.js +64 -57
  27. package/cli/install/install.js +5 -5
  28. package/cli/start.js +90 -61
  29. package/cli.es6 +27 -4
  30. package/kernel/bundle.es6 +136 -132
  31. package/kernel/cliKernel.es6 +58 -53
  32. package/kernel/commands/nodefonyCommand.es6 +51 -32
  33. package/kernel/controllers/controller.es6 +1 -1
  34. package/kernel/injections/injections.es6 +121 -123
  35. package/kernel/kernel.es6 +308 -216
  36. package/kernel/kernelWatcher.es6 +258 -248
  37. package/kernel/orm/orm.es6 +41 -21
  38. package/nodefony.es6 +359 -332
  39. package/package.json +21 -21
package/CHANGELOG.md CHANGED
@@ -1,12 +1,63 @@
1
- # [7.0.0](https://github.com/nodefony/nodefony/compare/v7.0.0-beta.10...v7.0.0) (2022-11-26)
1
+ ## [7.0.0-beta.11](https://github.com/nodefony/nodefony/compare/v7.0.0-beta.10...v7.0.0-beta.11) (2022-12-28)
2
2
 
3
3
 
4
+ ### Features
5
+
6
+ * **environment:** add app environement management ([c596742](https://github.com/nodefony/nodefony/commit/c596742846101a8b7a1fefead132381cf06518df))
7
+ * **orm:** add migrate sql file umzug ([08ac513](https://github.com/nodefony/nodefony/commit/08ac51371f6d109f1221543708b90bf43e9af9b0))
4
8
 
5
- # [7.0.0-beta.10](https://github.com/nodefony/nodefony/compare/v7.0.0-beta.9...v7.0.0-beta.10) (2022-11-26)
6
9
 
10
+ ### Bug Fixes
7
11
 
12
+ * **build:** add file monitoring ([f69be5c](https://github.com/nodefony/nodefony/commit/f69be5c2aace9bfad0e323487200e89fef99cf38))
13
+ * **build:** cli build debug migrate ([0252883](https://github.com/nodefony/nodefony/commit/0252883c420e960bf587d2c3b4b6409a304f02bd))
14
+ * **build:** debug case ([dd026da](https://github.com/nodefony/nodefony/commit/dd026da1e75fa172e770bee49c25b517fca2a6c0))
15
+ * **builder:** debug cli builder ([6796885](https://github.com/nodefony/nodefony/commit/67968857cd720975df11add72b905dd63c602cb0))
16
+ * **build:** log database ([95aaf03](https://github.com/nodefony/nodefony/commit/95aaf03816906c2fdaf3a1bfaa29da260b79adf9))
17
+ * **cli:** clean command cli ([df0daef](https://github.com/nodefony/nodefony/commit/df0daef29b0e6f72b6795ed35c59de9ec5acc71c))
18
+ * **conventional-commit:** change preset ([b1c32be](https://github.com/nodefony/nodefony/commit/b1c32be6b863ff07372ba4276353376b2d4b3d5c))
19
+ * **doc:** readme ([f7c01fc](https://github.com/nodefony/nodefony/commit/f7c01fc3d4443018f1b3131ab436cbab5e1d58d8))
20
+ * **entity:** generate entity add migrate file ([a12b055](https://github.com/nodefony/nodefony/commit/a12b05596d2e86153f16625c901689b7b7875a67))
21
+ * **environment:** manage node_env on kernel life cycle ([c63fd36](https://github.com/nodefony/nodefony/commit/c63fd367fc0cd40307c9550670e5b10a58b22c8a))
22
+ * **environment:** set appEnvironmenti default when not defined ([f6514a1](https://github.com/nodefony/nodefony/commit/f6514a1361c802f1bd6366cf199c10dea8a342ab))
23
+ * **framework:** clean service ([95d550c](https://github.com/nodefony/nodefony/commit/95d550c96b81f518b7c87934f89e88a36bf5405c))
24
+ * **framework:** clean session invalidate when response already sended ([06c44d1](https://github.com/nodefony/nodefony/commit/06c44d127751b8c9e88afd75c350f13ab201aa78))
25
+ * **install:** add log on install ([9f10b68](https://github.com/nodefony/nodefony/commit/9f10b682341f4e6b82ea87a7efd6688cce9f4b30))
26
+ * **migrate:** add migration file on generate entity ([2996715](https://github.com/nodefony/nodefony/commit/2996715b1bfbac256b8a191e36a76fe8618d5cbe))
27
+ * **migrate:** better logs ([a93a3c1](https://github.com/nodefony/nodefony/commit/a93a3c1db3a9e5d43244ade91069d9cf362048b6))
28
+ * **migration:** rename filemigrate ([526aaba](https://github.com/nodefony/nodefony/commit/526aaba3ff4bff10c853077a7f3f371fe566f073))
29
+ * **mongoose:** debug mongoose connection ([7c37f85](https://github.com/nodefony/nodefony/commit/7c37f85cbdf4fd36f38227b41c1f4baf29622ec5))
30
+ * **monitoring:** debug bundle list on menu ([24074a7](https://github.com/nodefony/nodefony/commit/24074a7ed050b47aff5e846a50884ece22d30f44))
31
+ * **monitoring:** manage entrypoint swagger ang graphiql in confing monitoring ([797d44d](https://github.com/nodefony/nodefony/commit/797d44dcefe80ef3e10cd7781317c0dacfba5723))
32
+ * **monitoring:** moveable false on graph cpu ([7ad85a8](https://github.com/nodefony/nodefony/commit/7ad85a84fc8b4f26e95f43ceb2fb26d5134f0204))
33
+ * **monitoring:** remove startSession on contoller ([f5fbed7](https://github.com/nodefony/nodefony/commit/f5fbed760bbf2bb9323be9dfb69648a00f68e1d9))
34
+ * **orm:** migrate orm in install and build ([3b9250e](https://github.com/nodefony/nodefony/commit/3b9250e60383a5f274daf8d663515816028d4fa7))
35
+ * **orm:** unzug service clean ([7a4a1d6](https://github.com/nodefony/nodefony/commit/7a4a1d654f4dfb434afe80c0b05d6a55b644db68))
36
+ * **pm2:** clean start pm2 maxrestart manage errors ([37bda51](https://github.com/nodefony/nodefony/commit/37bda51000754b208a1a1059c1403efcbe55d664))
37
+ * **pm2:** pm2 kill | disconnect all command ([e26dcdd](https://github.com/nodefony/nodefony/commit/e26dcdd051ba18f2d17d76724cf86233410d8b1c))
38
+ * **security:** debug double authentification session + jwt ([2bac45d](https://github.com/nodefony/nodefony/commit/2bac45da9ac7297aed65ad6cceeddbf5bedcd327))
39
+ * **security:** vulnerability jwt ([704f85f](https://github.com/nodefony/nodefony/commit/704f85f717ecb632c4f8ef2598c067f40bb414aa))
40
+ * **sequelize:** debug generate entity ([89065bc](https://github.com/nodefony/nodefony/commit/89065bc13eef8e23d5ff0f1bd6b184cc4a059150))
41
+ * **sequelize:** debug sekeleton config sequelize ([bde0743](https://github.com/nodefony/nodefony/commit/bde07439a00d708ecb1b2581cdfc3a2051532f52))
42
+ * **sequelize:** new design migration add files migrate entities core (sessions jwt user request) ([61fcc6c](https://github.com/nodefony/nodefony/commit/61fcc6c425422a26a313a13ec403aa6078db52f7))
43
+ * **sequlize:** clea sequelize config ([3a0c92e](https://github.com/nodefony/nodefony/commit/3a0c92ebb53ee8413d759ee5ef0d8a3589b4456d))
44
+ * **test:** debug test postgres ([41ede4a](https://github.com/nodefony/nodefony/commit/41ede4aee1dfef6b8c73e61544ce71e338e57c73))
45
+ * **umzug:** clean log ([337b2fe](https://github.com/nodefony/nodefony/commit/337b2febc9d6b8b44fa580e149f8f6a2b430ddd8))
46
+ * **vault:** new bundle vault | manage secrets credentials (orm) async with vault ([c06ab30](https://github.com/nodefony/nodefony/commit/c06ab30c65befb62cae2588a2959c01224cfad87))
47
+ * **vue:** debug vue cli ([f83ed11](https://github.com/nodefony/nodefony/commit/f83ed117aad6cf76b6bf26fcb61ea65f6b15c366))
48
+ * **webpack:** clean log debug ([7a0a263](https://github.com/nodefony/nodefony/commit/7a0a2635416f409ca84602c47bbc7a442e94df59))
49
+
50
+ ## [7.0.0-beta.10](https://github.com/nodefony/nodefony/compare/v7.0.0-beta.9...v7.0.0-beta.10) (2022-11-26)
51
+
52
+ ## [7.0.0-beta.9](https://github.com/nodefony/nodefony/compare/v7.0.0-beta.8...v7.0.0-beta.9) (2022-11-26)
8
53
 
9
- # [7.0.0-beta.9](https://github.com/nodefony/nodefony/compare/v7.0.0-beta.8...v7.0.0-beta.9) (2022-11-26)
54
+
55
+ ### Features
56
+
57
+ * **changelog:** [#54](https://github.com/nodefony/nodefony/issues/54) genarate conventional commits ([c869c95](https://github.com/nodefony/nodefony/commit/c869c9569c4377bcfaa78cf15187c40135e6e3e9))
58
+ * **monitoring:** add webpack analyzer ([63904e5](https://github.com/nodefony/nodefony/commit/63904e52b4531566a6b14a9c03beeeb8fa143f9d))
59
+ * **pnpm:** add package manager pnpm ([24b81b0](https://github.com/nodefony/nodefony/commit/24b81b09c55098f9c6d624f51eb0e21c0554b1ad))
60
+ * **vuepress:** add vuepress SSR for documentation ([ca5a6bd](https://github.com/nodefony/nodefony/commit/ca5a6bdca3ac7aee77d8f74c1bd90e5b9e5b6cb1))
10
61
 
11
62
 
12
63
  ### Bug Fixes
@@ -22,17 +73,12 @@
22
73
  * **server-static:** max age type ([4e4e7fe](https://github.com/nodefony/nodefony/commit/4e4e7fe5c2263015c8a23766e766ad79ad602769))
23
74
  * **webpack:** debug cache config webpack ([fc1eced](https://github.com/nodefony/nodefony/commit/fc1eceddb1aeb32c1da09542eabf45ef4485da20))
24
75
 
25
-
26
- ### Features
27
-
28
- * **changelog:** [#54](https://github.com/nodefony/nodefony/issues/54) genarate conventional commits ([c869c95](https://github.com/nodefony/nodefony/commit/c869c9569c4377bcfaa78cf15187c40135e6e3e9))
29
- * **monitoring:** add webpack analyzer ([63904e5](https://github.com/nodefony/nodefony/commit/63904e52b4531566a6b14a9c03beeeb8fa143f9d))
30
- * **pnpm:** add package manager pnpm ([24b81b0](https://github.com/nodefony/nodefony/commit/24b81b09c55098f9c6d624f51eb0e21c0554b1ad))
31
- * **vuepress:** add vuepress SSR for documentation ([ca5a6bd](https://github.com/nodefony/nodefony/commit/ca5a6bdca3ac7aee77d8f74c1bd90e5b9e5b6cb1))
76
+ ## [7.0.0-beta.8](https://github.com/nodefony/nodefony/compare/v7.0.0-beta.7...v7.0.0-beta.8) (2022-10-07)
32
77
 
33
78
 
79
+ ### Features
34
80
 
35
- # [7.0.0-beta.8](https://github.com/nodefony/nodefony/compare/v7.0.0-beta.7...v7.0.0-beta.8) (2022-10-07)
81
+ * **monitoring:** add user activity ([ea28412](https://github.com/nodefony/nodefony/commit/ea28412e4ea604b4607b18a4a5f423ae595e46c2))
36
82
 
37
83
 
38
84
  ### Bug Fixes
@@ -46,14 +92,7 @@
46
92
  * **user:** debug casse ([0eb20da](https://github.com/nodefony/nodefony/commit/0eb20dacdf5b5224b49b371bd340ecdf911efea4))
47
93
  * **webpack:** fix complile close event ([08ab81c](https://github.com/nodefony/nodefony/commit/08ab81ca93e17aba13f8a60af4151da7721fef59))
48
94
 
49
-
50
- ### Features
51
-
52
- * **monitoring:** add user activity ([ea28412](https://github.com/nodefony/nodefony/commit/ea28412e4ea604b4607b18a4a5f423ae595e46c2))
53
-
54
-
55
-
56
- # [7.0.0-beta.7](https://github.com/nodefony/nodefony/compare/v7.0.0-beta.6...v7.0.0-beta.7) (2022-09-20)
95
+ ## [7.0.0-beta.7](https://github.com/nodefony/nodefony/compare/v7.0.0-beta.6...v7.0.0-beta.7) (2022-09-20)
57
96
 
58
97
 
59
98
  ### Bug Fixes
@@ -64,9 +103,7 @@
64
103
  * **vis:** new api delete EOL lib ([e4f265f](https://github.com/nodefony/nodefony/commit/e4f265f25d92419f5f346d543a15779219f909cf))
65
104
  * **webpack:** debug watcher ignore ([11c801e](https://github.com/nodefony/nodefony/commit/11c801e0a9ced0010424349636fa3b41fc1d2372))
66
105
 
67
-
68
-
69
- # [7.0.0-beta.6](https://github.com/nodefony/nodefony/compare/v7.0.0-beta.5...v7.0.0-beta.6) (2022-09-19)
106
+ ## [7.0.0-beta.6](https://github.com/nodefony/nodefony/compare/v7.0.0-beta.5...v7.0.0-beta.6) (2022-09-19)
70
107
 
71
108
 
72
109
  ### Bug Fixes
@@ -78,27 +115,21 @@
78
115
  * **monitoring:** debug api ([17bde95](https://github.com/nodefony/nodefony/commit/17bde9532b0095d07ddbbdbccc8e92cd440ad36d))
79
116
  * rebase ([a08b42f](https://github.com/nodefony/nodefony/commit/a08b42f2d83653a7071b776c436647dba30c6775))
80
117
 
81
-
82
-
83
- # [7.0.0-beta.5](https://github.com/nodefony/nodefony/compare/v7.0.0-beta.4...v7.0.0-beta.5) (2022-09-14)
118
+ ## [7.0.0-beta.5](https://github.com/nodefony/nodefony/compare/v7.0.0-beta.4...v7.0.0-beta.5) (2022-09-14)
84
119
 
85
120
 
86
121
  ### Bug Fixes
87
122
 
88
123
  * **kernel:** debug life cycle bundle ready for waitingReady ([7661509](https://github.com/nodefony/nodefony/commit/766150926d40c7f63803aeb7fcb13f0b5d525f48))
89
124
 
90
-
91
-
92
- # [7.0.0-beta.4](https://github.com/nodefony/nodefony/compare/v7.0.0-beta.3...v7.0.0-beta.4) (2022-09-14)
125
+ ## [7.0.0-beta.4](https://github.com/nodefony/nodefony/compare/v7.0.0-beta.3...v7.0.0-beta.4) (2022-09-14)
93
126
 
94
127
 
95
128
  ### Bug Fixes
96
129
 
97
130
  * **build:** debug config who use node_module ([af79a8a](https://github.com/nodefony/nodefony/commit/af79a8ac39a79a4a0f796c5fe75f5e0bd1653310))
98
131
 
99
-
100
-
101
- # [7.0.0-beta.3](https://github.com/nodefony/nodefony/compare/v7.0.0-beta.2...v7.0.0-beta.3) (2022-09-13)
132
+ ## [7.0.0-beta.3](https://github.com/nodefony/nodefony/compare/v7.0.0-beta.2...v7.0.0-beta.3) (2022-09-13)
102
133
 
103
134
 
104
135
  ### Bug Fixes
@@ -106,22 +137,34 @@
106
137
  * **build:** mv dev deps from deps monitoring | add graphql deps on root ([f0b1520](https://github.com/nodefony/nodefony/commit/f0b152058409b6373d3a877d36a55390f149a9f6))
107
138
  * **monitoring:** change path bundle when not nodefony core ([36796d8](https://github.com/nodefony/nodefony/commit/36796d810b8d1662cbb0748c63162183616427a8))
108
139
 
109
-
110
-
111
- # [7.0.0-beta.2](https://github.com/nodefony/nodefony/compare/v7.0.0-beta.1...v7.0.0-beta.2) (2022-09-13)
140
+ ## [7.0.0-beta.2](https://github.com/nodefony/nodefony/compare/v7.0.0-beta.1...v7.0.0-beta.2) (2022-09-13)
112
141
 
113
142
 
114
143
  ### Bug Fixes
115
144
 
116
145
  * **sequelize:** get nodefony instance ([5682640](https://github.com/nodefony/nodefony/commit/56826406bc5040feee7e6065c8f5d4585b1838d4))
117
146
 
147
+ ## [7.0.0-beta.1](https://github.com/nodefony/nodefony/compare/v7.0.0-beta.0...v7.0.0-beta.1) (2022-09-12)
118
148
 
119
-
120
- # [7.0.0-beta.1](https://github.com/nodefony/nodefony/compare/v7.0.0-beta.0...v7.0.0-beta.1) (2022-09-12)
149
+ ## [7.0.0-beta.0](https://github.com/nodefony/nodefony/compare/v6.12.0...v7.0.0-beta.0) (2022-09-12)
121
150
 
122
151
 
152
+ ### Features
123
153
 
124
- # [7.0.0-beta.0](https://github.com/nodefony/nodefony/compare/v6.12.0...v7.0.0-beta.0) (2022-09-12)
154
+ * **bundle-doc:** add graphql api ([9d09a01](https://github.com/nodefony/nodefony/commit/9d09a01bb681046b954b1f80eb662c7c1762e449))
155
+ * **bundle-doc:** add vue3 template ([84e11a7](https://github.com/nodefony/nodefony/commit/84e11a7158525ac219f59c089f018042ca7112df))
156
+ * **bundle-monitoring:** add new monitoring-bundle vue.js ([9f36612](https://github.com/nodefony/nodefony/commit/9f366124196eeade61d44ef363a252521e8589ce))
157
+ * **config:** add async connectori config for fetch credentials ([92a91f3](https://github.com/nodefony/nodefony/commit/92a91f34df7498fb6a119df73ac13efc74d9bf95))
158
+ * **cookies:** add priority in cookie class ([d08dd97](https://github.com/nodefony/nodefony/commit/d08dd97fc4e1fe79d22b790ca7ad8be939bce097))
159
+ * **doc-bundle:** add reveal.js ([8ddefc0](https://github.com/nodefony/nodefony/commit/8ddefc050b6b44550b8781baed06b70ea8166e7b))
160
+ * **doc-bundle:** flow dev ([38d9b73](https://github.com/nodefony/nodefony/commit/38d9b7356db82fd622cc5e0eb17aed626d636345))
161
+ * **doc-bundle:** mermaid ([1a1d69d](https://github.com/nodefony/nodefony/commit/1a1d69d1fffa8d9c776091f33b02ce7724e399ab))
162
+ * **documentation-bundle:** change to vue ([562a9bc](https://github.com/nodefony/nodefony/commit/562a9bce6007ab40fb27f1383723da1f4f1c85c6))
163
+ * **graphql:** Add options rootValue & contextValue on query ([7b31f2c](https://github.com/nodefony/nodefony/commit/7b31f2c2fd81ac425c2ae418bda8cb8d283ec2e8))
164
+ * **monitoring:** add outdated npm package ([a2ed16f](https://github.com/nodefony/nodefony/commit/a2ed16f6746b0d54312dde7b84075bbfe075ccab))
165
+ * **monitoring:** migration ([68eb367](https://github.com/nodefony/nodefony/commit/68eb3677556493af969f2bb50e1b2e5607daedd0))
166
+ * **sequelize:** add methods for transactions ([0bfe3b6](https://github.com/nodefony/nodefony/commit/0bfe3b67560647e3685f15dd0d69301a974651ab))
167
+ * **user:** graphql resolver add mutation ([c672520](https://github.com/nodefony/nodefony/commit/c672520d6265ed6b4edf4d61000caa3eaaf1af54))
125
168
 
126
169
 
127
170
  ### Bug Fixes
@@ -184,399 +227,191 @@
184
227
  * **webpack:** change log severity ([2532fc8](https://github.com/nodefony/nodefony/commit/2532fc8b222c2493c6a91642ad96590425df61f9))
185
228
  * **websocket:** add session parse on handshake, add cookie [#46](https://github.com/nodefony/nodefony/issues/46) ([b847ea9](https://github.com/nodefony/nodefony/commit/b847ea9097b6449ba9cc7bfe128d14bb5fb4ca5b))
186
229
 
230
+ ## [6.12.0](https://github.com/nodefony/nodefony/compare/v6.11.0...v6.12.0) (2022-03-18)
187
231
 
188
- ### Features
189
-
190
- * **bundle-doc:** add graphql api ([9d09a01](https://github.com/nodefony/nodefony/commit/9d09a01bb681046b954b1f80eb662c7c1762e449))
191
- * **bundle-doc:** add vue3 template ([84e11a7](https://github.com/nodefony/nodefony/commit/84e11a7158525ac219f59c089f018042ca7112df))
192
- * **bundle-monitoring:** add new monitoring-bundle vue.js ([9f36612](https://github.com/nodefony/nodefony/commit/9f366124196eeade61d44ef363a252521e8589ce))
193
- * **config:** add async connectori config for fetch credentials ([92a91f3](https://github.com/nodefony/nodefony/commit/92a91f34df7498fb6a119df73ac13efc74d9bf95))
194
- * **cookies:** add priority in cookie class ([d08dd97](https://github.com/nodefony/nodefony/commit/d08dd97fc4e1fe79d22b790ca7ad8be939bce097))
195
- * **doc-bundle:** add reveal.js ([8ddefc0](https://github.com/nodefony/nodefony/commit/8ddefc050b6b44550b8781baed06b70ea8166e7b))
196
- * **doc-bundle:** flow dev ([38d9b73](https://github.com/nodefony/nodefony/commit/38d9b7356db82fd622cc5e0eb17aed626d636345))
197
- * **doc-bundle:** mermaid ([1a1d69d](https://github.com/nodefony/nodefony/commit/1a1d69d1fffa8d9c776091f33b02ce7724e399ab))
198
- * **documentation-bundle:** change to vue ([562a9bc](https://github.com/nodefony/nodefony/commit/562a9bce6007ab40fb27f1383723da1f4f1c85c6))
199
- * **graphql:** Add options rootValue & contextValue on query ([7b31f2c](https://github.com/nodefony/nodefony/commit/7b31f2c2fd81ac425c2ae418bda8cb8d283ec2e8))
200
- * **monitoring:** add outdated npm package ([a2ed16f](https://github.com/nodefony/nodefony/commit/a2ed16f6746b0d54312dde7b84075bbfe075ccab))
201
- * **monitoring:** migration ([68eb367](https://github.com/nodefony/nodefony/commit/68eb3677556493af969f2bb50e1b2e5607daedd0))
202
- * **sequelize:** add methods for transactions ([0bfe3b6](https://github.com/nodefony/nodefony/commit/0bfe3b67560647e3685f15dd0d69301a974651ab))
203
- * **user:** graphql resolver add mutation ([c672520](https://github.com/nodefony/nodefony/commit/c672520d6265ed6b4edf4d61000caa3eaaf1af54))
204
-
205
-
206
-
207
- # [6.12.0](https://github.com/nodefony/nodefony/compare/v6.11.0...v6.12.0) (2022-03-18)
208
-
209
-
210
-
211
- # [6.11.0](https://github.com/nodefony/nodefony/compare/v6.10.0...v6.11.0) (2022-02-25)
212
-
213
-
214
-
215
- # [6.10.0](https://github.com/nodefony/nodefony/compare/v6.9.1...v6.10.0) (2021-12-31)
216
-
217
-
218
-
219
- ## [6.9.1](https://github.com/nodefony/nodefony/compare/v6.9.0...v6.9.1) (2021-10-13)
220
-
221
-
222
-
223
- # [6.9.0](https://github.com/nodefony/nodefony/compare/v6.6.0...v6.9.0) (2021-10-12)
224
-
225
-
226
-
227
- # [6.6.0](https://github.com/nodefony/nodefony/compare/v6.5.7...v6.6.0) (2021-09-09)
228
-
229
-
230
-
231
- ## [6.5.7](https://github.com/nodefony/nodefony/compare/v6.5.6...v6.5.7) (2021-07-21)
232
-
233
-
234
-
235
- ## [6.5.6](https://github.com/nodefony/nodefony/compare/v6.5.5...v6.5.6) (2021-07-01)
236
-
237
-
238
-
239
- ## [6.5.5](https://github.com/nodefony/nodefony/compare/v6.5.4...v6.5.5) (2021-06-16)
240
-
241
-
242
-
243
- ## [6.5.4](https://github.com/nodefony/nodefony/compare/v6.5.3...v6.5.4) (2021-04-30)
244
-
245
-
246
-
247
- ## [6.5.3](https://github.com/nodefony/nodefony/compare/v6.5.2...v6.5.3) (2021-04-27)
248
-
249
-
250
-
251
- ## [6.5.2](https://github.com/nodefony/nodefony/compare/v6.5.1...v6.5.2) (2021-04-23)
252
-
253
-
254
-
255
- ## [6.5.1](https://github.com/nodefony/nodefony/compare/v6.5.0...v6.5.1) (2021-03-29)
256
-
257
-
258
-
259
- # [6.5.0](https://github.com/nodefony/nodefony/compare/v6.4.3...v6.5.0) (2021-03-19)
260
-
261
-
262
-
263
- ## [6.4.3](https://github.com/nodefony/nodefony/compare/v6.4.2...v6.4.3) (2021-03-09)
264
-
265
-
266
-
267
- ## [6.4.2](https://github.com/nodefony/nodefony/compare/v6.4.1...v6.4.2) (2021-02-26)
268
-
269
-
270
-
271
- ## [6.4.1](https://github.com/nodefony/nodefony/compare/v6.4.0...v6.4.1) (2021-02-20)
272
-
273
-
274
-
275
- # [6.4.0](https://github.com/nodefony/nodefony/compare/v6.3.0...v6.4.0) (2021-02-19)
276
-
277
-
278
-
279
- # [6.3.0](https://github.com/nodefony/nodefony/compare/v6.2.0...v6.3.0) (2021-02-17)
280
-
281
-
282
-
283
- # [6.2.0](https://github.com/nodefony/nodefony/compare/v6.1.0...v6.2.0) (2021-01-04)
284
-
285
-
286
-
287
- # [6.1.0](https://github.com/nodefony/nodefony/compare/v6.0.1...v6.1.0) (2020-11-16)
288
-
289
-
290
-
291
- ## [6.0.1](https://github.com/nodefony/nodefony/compare/v6.0.0...v6.0.1) (2020-10-12)
292
-
293
-
294
-
295
- # [6.0.0](https://github.com/nodefony/nodefony/compare/v6.0.0-beta.16...v6.0.0) (2020-10-12)
296
-
297
-
298
-
299
- # [6.0.0-beta.16](https://github.com/nodefony/nodefony/compare/v6.0.0-beta.15...v6.0.0-beta.16) (2020-09-20)
300
-
301
-
302
-
303
- # [6.0.0-beta.15](https://github.com/nodefony/nodefony/compare/v6.0.0-beta.14...v6.0.0-beta.15) (2020-07-17)
304
-
305
-
306
-
307
- # [6.0.0-beta.14](https://github.com/nodefony/nodefony/compare/v6.0.0-beta.13...v6.0.0-beta.14) (2020-07-13)
308
-
309
-
310
-
311
- # [6.0.0-beta.13](https://github.com/nodefony/nodefony/compare/v6.0.0-beta.12...v6.0.0-beta.13) (2020-06-25)
312
-
313
-
314
-
315
- # [6.0.0-beta.12](https://github.com/nodefony/nodefony/compare/v6.0.0-beta.11...v6.0.0-beta.12) (2020-06-12)
316
-
317
-
318
-
319
- # [6.0.0-beta.11](https://github.com/nodefony/nodefony/compare/v6.0.0-beta.10...v6.0.0-beta.11) (2020-05-27)
320
-
321
-
322
-
323
- # [6.0.0-beta.10](https://github.com/nodefony/nodefony/compare/v6.0.0-beta.9...v6.0.0-beta.10) (2020-05-14)
324
-
325
-
326
-
327
- # [6.0.0-beta.9](https://github.com/nodefony/nodefony/compare/v6.0.0-beta.8...v6.0.0-beta.9) (2020-05-06)
328
-
329
-
330
-
331
- # [6.0.0-beta.8](https://github.com/nodefony/nodefony/compare/v6.0.0-beta.7...v6.0.0-beta.8) (2020-04-16)
332
-
333
-
334
-
335
- # [6.0.0-beta.7](https://github.com/nodefony/nodefony/compare/v6.0.0-beta.6...v6.0.0-beta.7) (2020-03-25)
336
-
337
-
338
-
339
- # [6.0.0-beta.6](https://github.com/nodefony/nodefony/compare/v6.0.0-beta.5...v6.0.0-beta.6) (2020-03-12)
340
-
341
-
342
-
343
- # [6.0.0-beta.5](https://github.com/nodefony/nodefony/compare/v6.0.0-beta.4...v6.0.0-beta.5) (2020-03-10)
344
-
345
-
346
-
347
- # [6.0.0-beta.4](https://github.com/nodefony/nodefony/compare/v6.0.0-beta.3...v6.0.0-beta.4) (2020-03-09)
348
-
349
-
350
-
351
- # [6.0.0-beta.3](https://github.com/nodefony/nodefony/compare/v6.0.0-beta.2...v6.0.0-beta.3) (2020-03-08)
352
-
353
-
354
-
355
- # [6.0.0-beta.2](https://github.com/nodefony/nodefony/compare/v6.0.0-beta.1...v6.0.0-beta.2) (2020-02-25)
356
-
357
-
358
-
359
- # [6.0.0-beta.1](https://github.com/nodefony/nodefony/compare/v5.1.1...v6.0.0-beta.1) (2020-02-13)
360
-
361
-
362
-
363
- ## [5.1.1](https://github.com/nodefony/nodefony/compare/v5.1.0...v5.1.1) (2019-11-04)
364
-
365
-
366
-
367
- # [5.1.0](https://github.com/nodefony/nodefony/compare/v5.0.9...v5.1.0) (2019-10-30)
368
-
369
-
370
-
371
- ## [5.0.9](https://github.com/nodefony/nodefony/compare/v5.0.8...v5.0.9) (2019-10-03)
372
-
373
-
374
-
375
- ## [5.0.8](https://github.com/nodefony/nodefony/compare/v5.0.7...v5.0.8) (2019-09-26)
376
-
377
-
378
-
379
- ## [5.0.7](https://github.com/nodefony/nodefony/compare/v5.0.6...v5.0.7) (2019-09-17)
380
-
381
-
382
-
383
- ## [5.0.6](https://github.com/nodefony/nodefony/compare/v5.0.5...v5.0.6) (2019-09-17)
384
-
385
-
386
-
387
- ## [5.0.5](https://github.com/nodefony/nodefony/compare/v5.0.4...v5.0.5) (2019-09-11)
388
-
389
-
390
-
391
- ## [5.0.4](https://github.com/nodefony/nodefony/compare/v5.0.3...v5.0.4) (2019-08-26)
392
-
393
-
394
-
395
- ## [5.0.3](https://github.com/nodefony/nodefony/compare/v5.0.2...v5.0.3) (2019-08-14)
396
-
397
-
398
-
399
- ## [5.0.2](https://github.com/nodefony/nodefony/compare/v5.0.1...v5.0.2) (2019-08-05)
400
-
401
-
402
-
403
- ## [5.0.1](https://github.com/nodefony/nodefony/compare/v5.0.0...v5.0.1) (2019-08-01)
404
-
405
-
406
-
407
- # [5.0.0](https://github.com/nodefony/nodefony/compare/v4.3.3...v5.0.0) (2019-07-29)
408
-
409
-
410
-
411
- ## [4.3.3](https://github.com/nodefony/nodefony/compare/v4.3.2...v4.3.3) (2019-04-10)
412
-
413
-
414
-
415
- ## [4.3.2](https://github.com/nodefony/nodefony/compare/v4.3.1...v4.3.2) (2019-04-10)
416
-
417
-
418
-
419
- ## [4.3.1](https://github.com/nodefony/nodefony/compare/v4.3.0...v4.3.1) (2019-03-23)
420
-
421
-
422
-
423
- # [4.3.0](https://github.com/nodefony/nodefony/compare/v4.2.0-beta.2...v4.3.0) (2019-03-22)
424
-
425
-
426
-
427
- # [4.2.0-beta.2](https://github.com/nodefony/nodefony/compare/v4.2.0-beta.1...v4.2.0-beta.2) (2019-01-25)
428
-
429
-
430
-
431
- # [4.2.0-beta.1](https://github.com/nodefony/nodefony/compare/v4.1.0-beta.4...v4.2.0-beta.1) (2019-01-23)
432
-
433
-
434
-
435
- # [4.1.0-beta.4](https://github.com/nodefony/nodefony/compare/v4.1.0-beta.3...v4.1.0-beta.4) (2019-01-11)
436
-
437
-
438
-
439
- # [4.1.0-beta.3](https://github.com/nodefony/nodefony/compare/v4.1.0-beta.2...v4.1.0-beta.3) (2019-01-08)
440
-
441
-
442
-
443
- # [4.1.0-beta.2](https://github.com/nodefony/nodefony/compare/v4.1.0-beta.1...v4.1.0-beta.2) (2019-01-06)
444
-
445
-
446
-
447
- # [4.1.0-beta.1](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.22...v4.1.0-beta.1) (2019-01-06)
448
-
449
-
450
-
451
- # [4.0.0-beta.22](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.21...v4.0.0-beta.22) (2018-12-22)
452
-
453
-
454
-
455
- # [4.0.0-beta.21](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.20...v4.0.0-beta.21) (2018-12-20)
456
-
457
-
458
-
459
- # [4.0.0-beta.20](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.19...v4.0.0-beta.20) (2018-12-18)
232
+ ## [6.11.0](https://github.com/nodefony/nodefony/compare/v6.10.0...v6.11.0) (2022-02-25)
460
233
 
234
+ ## [6.10.0](https://github.com/nodefony/nodefony/compare/v6.9.1...v6.10.0) (2021-12-31)
461
235
 
236
+ ### [6.9.1](https://github.com/nodefony/nodefony/compare/v6.9.0...v6.9.1) (2021-10-13)
462
237
 
463
- # [4.0.0-beta.19](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.18...v4.0.0-beta.19) (2018-12-17)
238
+ ## [6.9.0](https://github.com/nodefony/nodefony/compare/v6.6.0...v6.9.0) (2021-10-12)
464
239
 
240
+ ## [6.6.0](https://github.com/nodefony/nodefony/compare/v6.5.7...v6.6.0) (2021-09-09)
465
241
 
242
+ ### [6.5.7](https://github.com/nodefony/nodefony/compare/v6.5.6...v6.5.7) (2021-07-21)
466
243
 
467
- # [4.0.0-beta.18](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.17...v4.0.0-beta.18) (2018-12-15)
244
+ ### [6.5.6](https://github.com/nodefony/nodefony/compare/v6.5.5...v6.5.6) (2021-07-01)
468
245
 
246
+ ### [6.5.5](https://github.com/nodefony/nodefony/compare/v6.5.4...v6.5.5) (2021-06-16)
469
247
 
248
+ ### [6.5.4](https://github.com/nodefony/nodefony/compare/v6.5.3...v6.5.4) (2021-04-30)
470
249
 
471
- # [4.0.0-beta.17](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.16...v4.0.0-beta.17) (2018-12-15)
250
+ ### [6.5.3](https://github.com/nodefony/nodefony/compare/v6.5.2...v6.5.3) (2021-04-27)
472
251
 
252
+ ### [6.5.2](https://github.com/nodefony/nodefony/compare/v6.5.1...v6.5.2) (2021-04-23)
473
253
 
254
+ ### [6.5.1](https://github.com/nodefony/nodefony/compare/v6.5.0...v6.5.1) (2021-03-29)
474
255
 
475
- # [4.0.0-beta.16](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.15...v4.0.0-beta.16) (2018-12-14)
256
+ ## [6.5.0](https://github.com/nodefony/nodefony/compare/v6.4.3...v6.5.0) (2021-03-19)
476
257
 
258
+ ### [6.4.3](https://github.com/nodefony/nodefony/compare/v6.4.2...v6.4.3) (2021-03-09)
477
259
 
260
+ ### [6.4.2](https://github.com/nodefony/nodefony/compare/v6.4.1...v6.4.2) (2021-02-26)
478
261
 
479
- # [4.0.0-beta.15](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.14...v4.0.0-beta.15) (2018-12-14)
262
+ ### [6.4.1](https://github.com/nodefony/nodefony/compare/v6.4.0...v6.4.1) (2021-02-20)
480
263
 
264
+ ## [6.4.0](https://github.com/nodefony/nodefony/compare/v6.3.0...v6.4.0) (2021-02-19)
481
265
 
266
+ ## [6.3.0](https://github.com/nodefony/nodefony/compare/v6.2.0...v6.3.0) (2021-02-17)
482
267
 
483
- # [4.0.0-beta.14](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.13...v4.0.0-beta.14) (2018-11-14)
268
+ ## [6.2.0](https://github.com/nodefony/nodefony/compare/v6.1.0...v6.2.0) (2021-01-04)
484
269
 
270
+ ## [6.1.0](https://github.com/nodefony/nodefony/compare/v6.0.1...v6.1.0) (2020-11-16)
485
271
 
272
+ ### [6.0.1](https://github.com/nodefony/nodefony/compare/v6.0.0...v6.0.1) (2020-10-12)
486
273
 
487
- # [4.0.0-beta.13](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.12...v4.0.0-beta.13) (2018-11-13)
274
+ ## [6.0.0](https://github.com/nodefony/nodefony/compare/v6.0.0-beta.16...v6.0.0) (2020-10-12)
488
275
 
276
+ ## [6.0.0-beta.16](https://github.com/nodefony/nodefony/compare/v6.0.0-beta.15...v6.0.0-beta.16) (2020-09-20)
489
277
 
278
+ ## [6.0.0-beta.15](https://github.com/nodefony/nodefony/compare/v6.0.0-beta.14...v6.0.0-beta.15) (2020-07-17)
490
279
 
491
- # [4.0.0-beta.12](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2018-11-12)
280
+ ## [6.0.0-beta.14](https://github.com/nodefony/nodefony/compare/v6.0.0-beta.13...v6.0.0-beta.14) (2020-07-13)
492
281
 
282
+ ## [6.0.0-beta.13](https://github.com/nodefony/nodefony/compare/v6.0.0-beta.12...v6.0.0-beta.13) (2020-06-25)
493
283
 
284
+ ## [6.0.0-beta.12](https://github.com/nodefony/nodefony/compare/v6.0.0-beta.11...v6.0.0-beta.12) (2020-06-12)
494
285
 
495
- # [4.0.0-beta.11](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.10...v4.0.0-beta.11) (2018-11-09)
286
+ ## [6.0.0-beta.11](https://github.com/nodefony/nodefony/compare/v6.0.0-beta.10...v6.0.0-beta.11) (2020-05-27)
496
287
 
288
+ ## [6.0.0-beta.10](https://github.com/nodefony/nodefony/compare/v6.0.0-beta.9...v6.0.0-beta.10) (2020-05-14)
497
289
 
290
+ ## [6.0.0-beta.9](https://github.com/nodefony/nodefony/compare/v6.0.0-beta.8...v6.0.0-beta.9) (2020-05-06)
498
291
 
499
- # [4.0.0-beta.10](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.9...v4.0.0-beta.10) (2018-10-30)
292
+ ## [6.0.0-beta.8](https://github.com/nodefony/nodefony/compare/v6.0.0-beta.7...v6.0.0-beta.8) (2020-04-16)
500
293
 
294
+ ## [6.0.0-beta.7](https://github.com/nodefony/nodefony/compare/v6.0.0-beta.6...v6.0.0-beta.7) (2020-03-25)
501
295
 
296
+ ## [6.0.0-beta.6](https://github.com/nodefony/nodefony/compare/v6.0.0-beta.5...v6.0.0-beta.6) (2020-03-12)
502
297
 
503
- # [4.0.0-beta.9](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.8...v4.0.0-beta.9) (2018-10-12)
298
+ ## [6.0.0-beta.5](https://github.com/nodefony/nodefony/compare/v6.0.0-beta.4...v6.0.0-beta.5) (2020-03-10)
504
299
 
300
+ ## [6.0.0-beta.4](https://github.com/nodefony/nodefony/compare/v6.0.0-beta.3...v6.0.0-beta.4) (2020-03-09)
505
301
 
302
+ ## [6.0.0-beta.3](https://github.com/nodefony/nodefony/compare/v6.0.0-beta.2...v6.0.0-beta.3) (2020-03-08)
506
303
 
507
- # [4.0.0-beta.8](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.7...v4.0.0-beta.8) (2018-09-27)
304
+ ## [6.0.0-beta.2](https://github.com/nodefony/nodefony/compare/v6.0.0-beta.1...v6.0.0-beta.2) (2020-02-25)
508
305
 
306
+ ## [6.0.0-beta.1](https://github.com/nodefony/nodefony/compare/v5.1.1...v6.0.0-beta.1) (2020-02-13)
509
307
 
308
+ ### [5.1.1](https://github.com/nodefony/nodefony/compare/v5.1.0...v5.1.1) (2019-11-04)
510
309
 
511
- # [4.0.0-beta.7](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.5...v4.0.0-beta.7) (2018-09-18)
310
+ ## [5.1.0](https://github.com/nodefony/nodefony/compare/v5.0.9...v5.1.0) (2019-10-30)
512
311
 
312
+ ### [5.0.9](https://github.com/nodefony/nodefony/compare/v5.0.8...v5.0.9) (2019-10-03)
513
313
 
314
+ ### [5.0.8](https://github.com/nodefony/nodefony/compare/v5.0.7...v5.0.8) (2019-09-26)
514
315
 
515
- # [4.0.0-beta.5](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.4...v4.0.0-beta.5) (2018-09-13)
316
+ ### [5.0.7](https://github.com/nodefony/nodefony/compare/v5.0.6...v5.0.7) (2019-09-17)
516
317
 
318
+ ### [5.0.6](https://github.com/nodefony/nodefony/compare/v5.0.5...v5.0.6) (2019-09-17)
517
319
 
320
+ ### [5.0.5](https://github.com/nodefony/nodefony/compare/v5.0.4...v5.0.5) (2019-09-11)
518
321
 
519
- # [4.0.0-beta.4](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.3...v4.0.0-beta.4) (2018-09-07)
322
+ ### [5.0.4](https://github.com/nodefony/nodefony/compare/v5.0.3...v5.0.4) (2019-08-26)
520
323
 
324
+ ### [5.0.3](https://github.com/nodefony/nodefony/compare/v5.0.2...v5.0.3) (2019-08-14)
521
325
 
326
+ ### [5.0.2](https://github.com/nodefony/nodefony/compare/v5.0.1...v5.0.2) (2019-08-05)
522
327
 
523
- # [4.0.0-beta.3](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.2...v4.0.0-beta.3) (2018-09-06)
328
+ ### [5.0.1](https://github.com/nodefony/nodefony/compare/v5.0.0...v5.0.1) (2019-08-01)
524
329
 
330
+ ## [5.0.0](https://github.com/nodefony/nodefony/compare/v4.3.3...v5.0.0) (2019-07-29)
525
331
 
332
+ ### [4.3.3](https://github.com/nodefony/nodefony/compare/v4.3.2...v4.3.3) (2019-04-10)
526
333
 
527
- # [4.0.0-beta.2](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.1...v4.0.0-beta.2) (2018-09-04)
334
+ ### [4.3.2](https://github.com/nodefony/nodefony/compare/v4.3.1...v4.3.2) (2019-04-10)
528
335
 
336
+ ### [4.3.1](https://github.com/nodefony/nodefony/compare/v4.3.0...v4.3.1) (2019-03-23)
529
337
 
338
+ ## [4.3.0](https://github.com/nodefony/nodefony/compare/v4.2.0-beta.2...v4.3.0) (2019-03-22)
530
339
 
531
- # [4.0.0-beta.1](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.0...v4.0.0-beta.1) (2018-08-24)
340
+ ## [4.2.0-beta.2](https://github.com/nodefony/nodefony/compare/v4.2.0-beta.1...v4.2.0-beta.2) (2019-01-25)
532
341
 
342
+ ## [4.2.0-beta.1](https://github.com/nodefony/nodefony/compare/v4.1.0-beta.4...v4.2.0-beta.1) (2019-01-23)
533
343
 
344
+ ## [4.1.0-beta.4](https://github.com/nodefony/nodefony/compare/v4.1.0-beta.3...v4.1.0-beta.4) (2019-01-11)
534
345
 
535
- # [4.0.0-beta.0](https://github.com/nodefony/nodefony/compare/v3.2.2...v4.0.0-beta.0) (2018-06-15)
346
+ ## [4.1.0-beta.3](https://github.com/nodefony/nodefony/compare/v4.1.0-beta.2...v4.1.0-beta.3) (2019-01-08)
536
347
 
348
+ ## [4.1.0-beta.2](https://github.com/nodefony/nodefony/compare/v4.1.0-beta.1...v4.1.0-beta.2) (2019-01-06)
537
349
 
350
+ ## [4.1.0-beta.1](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.22...v4.1.0-beta.1) (2019-01-06)
538
351
 
539
- ## [3.2.2](https://github.com/nodefony/nodefony/compare/v3.2.1...v3.2.2) (2018-01-12)
352
+ ## [4.0.0-beta.22](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.21...v4.0.0-beta.22) (2018-12-22)
540
353
 
354
+ ## [4.0.0-beta.21](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.20...v4.0.0-beta.21) (2018-12-20)
541
355
 
356
+ ## [4.0.0-beta.20](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.19...v4.0.0-beta.20) (2018-12-18)
542
357
 
543
- ## [3.2.1](https://github.com/nodefony/nodefony/compare/v3.2.0...v3.2.1) (2018-01-12)
358
+ ## [4.0.0-beta.19](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.18...v4.0.0-beta.19) (2018-12-17)
544
359
 
360
+ ## [4.0.0-beta.18](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.17...v4.0.0-beta.18) (2018-12-15)
545
361
 
362
+ ## [4.0.0-beta.17](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.16...v4.0.0-beta.17) (2018-12-15)
546
363
 
547
- # [3.2.0](https://github.com/nodefony/nodefony/compare/v3.1.4...v3.2.0) (2018-01-08)
364
+ ## [4.0.0-beta.16](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.15...v4.0.0-beta.16) (2018-12-14)
548
365
 
366
+ ## [4.0.0-beta.15](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.14...v4.0.0-beta.15) (2018-12-14)
549
367
 
368
+ ## [4.0.0-beta.14](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.13...v4.0.0-beta.14) (2018-11-14)
550
369
 
551
- ## [3.1.4](https://github.com/nodefony/nodefony/compare/v3.1.3...v3.1.4) (2017-12-20)
370
+ ## [4.0.0-beta.13](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.12...v4.0.0-beta.13) (2018-11-13)
552
371
 
372
+ ## [4.0.0-beta.12](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2018-11-12)
553
373
 
374
+ ## [4.0.0-beta.11](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.10...v4.0.0-beta.11) (2018-11-09)
554
375
 
555
- ## [3.1.3](https://github.com/nodefony/nodefony/compare/v3.1.2...v3.1.3) (2017-11-22)
376
+ ## [4.0.0-beta.10](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.9...v4.0.0-beta.10) (2018-10-30)
556
377
 
378
+ ## [4.0.0-beta.9](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.8...v4.0.0-beta.9) (2018-10-12)
557
379
 
380
+ ## [4.0.0-beta.8](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.7...v4.0.0-beta.8) (2018-09-27)
558
381
 
559
- # [3.1.0](https://github.com/nodefony/nodefony/compare/v3.0.3...v3.1.0) (2017-11-20)
382
+ ## [4.0.0-beta.7](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.5...v4.0.0-beta.7) (2018-09-18)
560
383
 
384
+ ## [4.0.0-beta.5](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.4...v4.0.0-beta.5) (2018-09-13)
561
385
 
386
+ ## [4.0.0-beta.4](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.3...v4.0.0-beta.4) (2018-09-07)
562
387
 
563
- ## [3.0.3](https://github.com/nodefony/nodefony/compare/v3.0.2...v3.0.3) (2017-10-09)
388
+ ## [4.0.0-beta.3](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.2...v4.0.0-beta.3) (2018-09-06)
564
389
 
390
+ ## [4.0.0-beta.2](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.1...v4.0.0-beta.2) (2018-09-04)
565
391
 
392
+ ## [4.0.0-beta.1](https://github.com/nodefony/nodefony/compare/v4.0.0-beta.0...v4.0.0-beta.1) (2018-08-24)
566
393
 
567
- ## [3.0.2](https://github.com/nodefony/nodefony/compare/v3.0.1...v3.0.2) (2017-09-18)
394
+ ## [4.0.0-beta.0](https://github.com/nodefony/nodefony/compare/v3.2.2...v4.0.0-beta.0) (2018-06-15)
568
395
 
396
+ ### [3.2.2](https://github.com/nodefony/nodefony/compare/v3.2.1...v3.2.2) (2018-01-12)
569
397
 
398
+ ### [3.2.1](https://github.com/nodefony/nodefony/compare/v3.2.0...v3.2.1) (2018-01-12)
570
399
 
571
- ## [3.0.1](https://github.com/nodefony/nodefony/compare/v3.0.0...v3.0.1) (2017-09-14)
400
+ ## [3.2.0](https://github.com/nodefony/nodefony/compare/v3.1.4...v3.2.0) (2018-01-08)
572
401
 
402
+ ### [3.1.4](https://github.com/nodefony/nodefony/compare/v3.1.3...v3.1.4) (2017-12-20)
573
403
 
404
+ ### [3.1.3](https://github.com/nodefony/nodefony/compare/v3.1.2...v3.1.3) (2017-11-22)
574
405
 
575
- ## [2.1.4](https://github.com/nodefony/nodefony/compare/v2.1.3...v2.1.4) (2017-05-08)
406
+ ## [3.1.0](https://github.com/nodefony/nodefony/compare/v3.0.3...v3.1.0) (2017-11-20)
576
407
 
408
+ ### [3.0.3](https://github.com/nodefony/nodefony/compare/v3.0.2...v3.0.3) (2017-10-09)
577
409
 
410
+ ### [3.0.2](https://github.com/nodefony/nodefony/compare/v3.0.1...v3.0.2) (2017-09-18)
578
411
 
579
- ## [2.1.3](https://github.com/nodefony/nodefony/compare/v2.1.2...v2.1.3) (2017-04-29)
412
+ ### [3.0.1](https://github.com/nodefony/nodefony/compare/v3.0.0...v3.0.1) (2017-09-14)
580
413
 
414
+ ### [2.1.4](https://github.com/nodefony/nodefony/compare/v2.1.3...v2.1.4) (2017-05-08)
581
415
 
416
+ ### [2.1.3](https://github.com/nodefony/nodefony/compare/v2.1.2...v2.1.3) (2017-04-29)
582
417