nodefony 7.0.0-beta.10 → 7.0.0-beta.12

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 (41) hide show
  1. package/CHANGELOG.md +186 -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/skeletons/unittest/testFile.js +44 -45
  26. package/cli/builder/vue/skeletons/vue.config.js +23 -5
  27. package/cli/builder/vue/vueBuilder.js +64 -57
  28. package/cli/install/install.js +5 -5
  29. package/cli/start.js +90 -61
  30. package/cli.es6 +27 -4
  31. package/kernel/bundle.es6 +136 -132
  32. package/kernel/cliKernel.es6 +58 -53
  33. package/kernel/commands/nodefonyCommand.es6 +54 -32
  34. package/kernel/controllers/controller.es6 +1 -1
  35. package/kernel/injections/injections.es6 +121 -123
  36. package/kernel/kernel.es6 +308 -216
  37. package/kernel/kernelWatcher.es6 +258 -248
  38. package/kernel/orm/orm.es6 +41 -21
  39. package/kernel/templating/twig.es6 +2 -1
  40. package/nodefony.es6 +359 -332
  41. package/package.json +21 -21
package/CHANGELOG.md CHANGED
@@ -1,12 +1,75 @@
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.12](https://github.com/nodefony/nodefony/compare/v7.0.0-beta.11...v7.0.0-beta.12) (2023-01-02)
2
2
 
3
3
 
4
+ ### Bug Fixes
5
+
6
+ * **cdn:** twig CDN method return '' when config is not defined ([3ad82bc](https://github.com/nodefony/nodefony/commit/3ad82bc8ca30396ae42f5b3f162e5fd870182503))
7
+ * **cli:** add test with fetch service ([5a97cc7](https://github.com/nodefony/nodefony/commit/5a97cc7f600b2e4cb496a56735b930548728336c))
8
+ * **codespaces:** add headers proxy ([75d61d4](https://github.com/nodefony/nodefony/commit/75d61d41fd7972d5f8b8a1e0aa66c4b6efd7365a))
9
+ * **command:** debug install and build command no args ([ed9cbb9](https://github.com/nodefony/nodefony/commit/ed9cbb96247ba694939f8531f7ac6f973efd3a37))
10
+ * **realtime:** change url realtime when proxy ([8ea0a8b](https://github.com/nodefony/nodefony/commit/8ea0a8b25c1feb022977dd01a8827c987ae19ab2))
11
+ * **vault:** clean vault bundle ([9effab2](https://github.com/nodefony/nodefony/commit/9effab2cf443344a7677163ac4d360585533461e))
4
12
 
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)
13
+ ## [7.0.0-beta.11](https://github.com/nodefony/nodefony/compare/v7.0.0-beta.10...v7.0.0-beta.11) (2022-12-28)
6
14
 
7
15
 
16
+ ### Features
8
17
 
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)
18
+ * **environment:** add app environement management ([c596742](https://github.com/nodefony/nodefony/commit/c596742846101a8b7a1fefead132381cf06518df))
19
+ * **orm:** add migrate sql file umzug ([08ac513](https://github.com/nodefony/nodefony/commit/08ac51371f6d109f1221543708b90bf43e9af9b0))
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * **build:** add file monitoring ([f69be5c](https://github.com/nodefony/nodefony/commit/f69be5c2aace9bfad0e323487200e89fef99cf38))
25
+ * **build:** cli build debug migrate ([0252883](https://github.com/nodefony/nodefony/commit/0252883c420e960bf587d2c3b4b6409a304f02bd))
26
+ * **build:** debug case ([dd026da](https://github.com/nodefony/nodefony/commit/dd026da1e75fa172e770bee49c25b517fca2a6c0))
27
+ * **builder:** debug cli builder ([6796885](https://github.com/nodefony/nodefony/commit/67968857cd720975df11add72b905dd63c602cb0))
28
+ * **build:** log database ([95aaf03](https://github.com/nodefony/nodefony/commit/95aaf03816906c2fdaf3a1bfaa29da260b79adf9))
29
+ * **cli:** clean command cli ([df0daef](https://github.com/nodefony/nodefony/commit/df0daef29b0e6f72b6795ed35c59de9ec5acc71c))
30
+ * **conventional-commit:** change preset ([b1c32be](https://github.com/nodefony/nodefony/commit/b1c32be6b863ff07372ba4276353376b2d4b3d5c))
31
+ * **doc:** readme ([f7c01fc](https://github.com/nodefony/nodefony/commit/f7c01fc3d4443018f1b3131ab436cbab5e1d58d8))
32
+ * **entity:** generate entity add migrate file ([a12b055](https://github.com/nodefony/nodefony/commit/a12b05596d2e86153f16625c901689b7b7875a67))
33
+ * **environment:** manage node_env on kernel life cycle ([c63fd36](https://github.com/nodefony/nodefony/commit/c63fd367fc0cd40307c9550670e5b10a58b22c8a))
34
+ * **environment:** set appEnvironmenti default when not defined ([f6514a1](https://github.com/nodefony/nodefony/commit/f6514a1361c802f1bd6366cf199c10dea8a342ab))
35
+ * **framework:** clean service ([95d550c](https://github.com/nodefony/nodefony/commit/95d550c96b81f518b7c87934f89e88a36bf5405c))
36
+ * **framework:** clean session invalidate when response already sended ([06c44d1](https://github.com/nodefony/nodefony/commit/06c44d127751b8c9e88afd75c350f13ab201aa78))
37
+ * **install:** add log on install ([9f10b68](https://github.com/nodefony/nodefony/commit/9f10b682341f4e6b82ea87a7efd6688cce9f4b30))
38
+ * **migrate:** add migration file on generate entity ([2996715](https://github.com/nodefony/nodefony/commit/2996715b1bfbac256b8a191e36a76fe8618d5cbe))
39
+ * **migrate:** better logs ([a93a3c1](https://github.com/nodefony/nodefony/commit/a93a3c1db3a9e5d43244ade91069d9cf362048b6))
40
+ * **migration:** rename filemigrate ([526aaba](https://github.com/nodefony/nodefony/commit/526aaba3ff4bff10c853077a7f3f371fe566f073))
41
+ * **mongoose:** debug mongoose connection ([7c37f85](https://github.com/nodefony/nodefony/commit/7c37f85cbdf4fd36f38227b41c1f4baf29622ec5))
42
+ * **monitoring:** debug bundle list on menu ([24074a7](https://github.com/nodefony/nodefony/commit/24074a7ed050b47aff5e846a50884ece22d30f44))
43
+ * **monitoring:** manage entrypoint swagger ang graphiql in confing monitoring ([797d44d](https://github.com/nodefony/nodefony/commit/797d44dcefe80ef3e10cd7781317c0dacfba5723))
44
+ * **monitoring:** moveable false on graph cpu ([7ad85a8](https://github.com/nodefony/nodefony/commit/7ad85a84fc8b4f26e95f43ceb2fb26d5134f0204))
45
+ * **monitoring:** remove startSession on contoller ([f5fbed7](https://github.com/nodefony/nodefony/commit/f5fbed760bbf2bb9323be9dfb69648a00f68e1d9))
46
+ * **orm:** migrate orm in install and build ([3b9250e](https://github.com/nodefony/nodefony/commit/3b9250e60383a5f274daf8d663515816028d4fa7))
47
+ * **orm:** unzug service clean ([7a4a1d6](https://github.com/nodefony/nodefony/commit/7a4a1d654f4dfb434afe80c0b05d6a55b644db68))
48
+ * **pm2:** clean start pm2 maxrestart manage errors ([37bda51](https://github.com/nodefony/nodefony/commit/37bda51000754b208a1a1059c1403efcbe55d664))
49
+ * **pm2:** pm2 kill | disconnect all command ([e26dcdd](https://github.com/nodefony/nodefony/commit/e26dcdd051ba18f2d17d76724cf86233410d8b1c))
50
+ * **security:** debug double authentification session + jwt ([2bac45d](https://github.com/nodefony/nodefony/commit/2bac45da9ac7297aed65ad6cceeddbf5bedcd327))
51
+ * **security:** vulnerability jwt ([704f85f](https://github.com/nodefony/nodefony/commit/704f85f717ecb632c4f8ef2598c067f40bb414aa))
52
+ * **sequelize:** debug generate entity ([89065bc](https://github.com/nodefony/nodefony/commit/89065bc13eef8e23d5ff0f1bd6b184cc4a059150))
53
+ * **sequelize:** debug sekeleton config sequelize ([bde0743](https://github.com/nodefony/nodefony/commit/bde07439a00d708ecb1b2581cdfc3a2051532f52))
54
+ * **sequelize:** new design migration add files migrate entities core (sessions jwt user request) ([61fcc6c](https://github.com/nodefony/nodefony/commit/61fcc6c425422a26a313a13ec403aa6078db52f7))
55
+ * **sequlize:** clea sequelize config ([3a0c92e](https://github.com/nodefony/nodefony/commit/3a0c92ebb53ee8413d759ee5ef0d8a3589b4456d))
56
+ * **test:** debug test postgres ([41ede4a](https://github.com/nodefony/nodefony/commit/41ede4aee1dfef6b8c73e61544ce71e338e57c73))
57
+ * **umzug:** clean log ([337b2fe](https://github.com/nodefony/nodefony/commit/337b2febc9d6b8b44fa580e149f8f6a2b430ddd8))
58
+ * **vault:** new bundle vault | manage secrets credentials (orm) async with vault ([c06ab30](https://github.com/nodefony/nodefony/commit/c06ab30c65befb62cae2588a2959c01224cfad87))
59
+ * **vue:** debug vue cli ([f83ed11](https://github.com/nodefony/nodefony/commit/f83ed117aad6cf76b6bf26fcb61ea65f6b15c366))
60
+ * **webpack:** clean log debug ([7a0a263](https://github.com/nodefony/nodefony/commit/7a0a2635416f409ca84602c47bbc7a442e94df59))
61
+
62
+ ## [7.0.0-beta.10](https://github.com/nodefony/nodefony/compare/v7.0.0-beta.9...v7.0.0-beta.10) (2022-11-26)
63
+
64
+ ## [7.0.0-beta.9](https://github.com/nodefony/nodefony/compare/v7.0.0-beta.8...v7.0.0-beta.9) (2022-11-26)
65
+
66
+
67
+ ### Features
68
+
69
+ * **changelog:** [#54](https://github.com/nodefony/nodefony/issues/54) genarate conventional commits ([c869c95](https://github.com/nodefony/nodefony/commit/c869c9569c4377bcfaa78cf15187c40135e6e3e9))
70
+ * **monitoring:** add webpack analyzer ([63904e5](https://github.com/nodefony/nodefony/commit/63904e52b4531566a6b14a9c03beeeb8fa143f9d))
71
+ * **pnpm:** add package manager pnpm ([24b81b0](https://github.com/nodefony/nodefony/commit/24b81b09c55098f9c6d624f51eb0e21c0554b1ad))
72
+ * **vuepress:** add vuepress SSR for documentation ([ca5a6bd](https://github.com/nodefony/nodefony/commit/ca5a6bdca3ac7aee77d8f74c1bd90e5b9e5b6cb1))
10
73
 
11
74
 
12
75
  ### Bug Fixes
@@ -22,17 +85,12 @@
22
85
  * **server-static:** max age type ([4e4e7fe](https://github.com/nodefony/nodefony/commit/4e4e7fe5c2263015c8a23766e766ad79ad602769))
23
86
  * **webpack:** debug cache config webpack ([fc1eced](https://github.com/nodefony/nodefony/commit/fc1eceddb1aeb32c1da09542eabf45ef4485da20))
24
87
 
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))
88
+ ## [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
89
 
33
90
 
91
+ ### Features
34
92
 
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)
93
+ * **monitoring:** add user activity ([ea28412](https://github.com/nodefony/nodefony/commit/ea28412e4ea604b4607b18a4a5f423ae595e46c2))
36
94
 
37
95
 
38
96
  ### Bug Fixes
@@ -46,14 +104,7 @@
46
104
  * **user:** debug casse ([0eb20da](https://github.com/nodefony/nodefony/commit/0eb20dacdf5b5224b49b371bd340ecdf911efea4))
47
105
  * **webpack:** fix complile close event ([08ab81c](https://github.com/nodefony/nodefony/commit/08ab81ca93e17aba13f8a60af4151da7721fef59))
48
106
 
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)
107
+ ## [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
108
 
58
109
 
59
110
  ### Bug Fixes
@@ -64,9 +115,7 @@
64
115
  * **vis:** new api delete EOL lib ([e4f265f](https://github.com/nodefony/nodefony/commit/e4f265f25d92419f5f346d543a15779219f909cf))
65
116
  * **webpack:** debug watcher ignore ([11c801e](https://github.com/nodefony/nodefony/commit/11c801e0a9ced0010424349636fa3b41fc1d2372))
66
117
 
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)
118
+ ## [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
119
 
71
120
 
72
121
  ### Bug Fixes
@@ -78,27 +127,21 @@
78
127
  * **monitoring:** debug api ([17bde95](https://github.com/nodefony/nodefony/commit/17bde9532b0095d07ddbbdbccc8e92cd440ad36d))
79
128
  * rebase ([a08b42f](https://github.com/nodefony/nodefony/commit/a08b42f2d83653a7071b776c436647dba30c6775))
80
129
 
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)
130
+ ## [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
131
 
85
132
 
86
133
  ### Bug Fixes
87
134
 
88
135
  * **kernel:** debug life cycle bundle ready for waitingReady ([7661509](https://github.com/nodefony/nodefony/commit/766150926d40c7f63803aeb7fcb13f0b5d525f48))
89
136
 
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)
137
+ ## [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
138
 
94
139
 
95
140
  ### Bug Fixes
96
141
 
97
142
  * **build:** debug config who use node_module ([af79a8a](https://github.com/nodefony/nodefony/commit/af79a8ac39a79a4a0f796c5fe75f5e0bd1653310))
98
143
 
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)
144
+ ## [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
145
 
103
146
 
104
147
  ### Bug Fixes
@@ -106,22 +149,34 @@
106
149
  * **build:** mv dev deps from deps monitoring | add graphql deps on root ([f0b1520](https://github.com/nodefony/nodefony/commit/f0b152058409b6373d3a877d36a55390f149a9f6))
107
150
  * **monitoring:** change path bundle when not nodefony core ([36796d8](https://github.com/nodefony/nodefony/commit/36796d810b8d1662cbb0748c63162183616427a8))
108
151
 
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)
152
+ ## [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
153
 
113
154
 
114
155
  ### Bug Fixes
115
156
 
116
157
  * **sequelize:** get nodefony instance ([5682640](https://github.com/nodefony/nodefony/commit/56826406bc5040feee7e6065c8f5d4585b1838d4))
117
158
 
159
+ ## [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
160
 
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)
161
+ ## [7.0.0-beta.0](https://github.com/nodefony/nodefony/compare/v6.12.0...v7.0.0-beta.0) (2022-09-12)
121
162
 
122
163
 
164
+ ### Features
123
165
 
124
- # [7.0.0-beta.0](https://github.com/nodefony/nodefony/compare/v6.12.0...v7.0.0-beta.0) (2022-09-12)
166
+ * **bundle-doc:** add graphql api ([9d09a01](https://github.com/nodefony/nodefony/commit/9d09a01bb681046b954b1f80eb662c7c1762e449))
167
+ * **bundle-doc:** add vue3 template ([84e11a7](https://github.com/nodefony/nodefony/commit/84e11a7158525ac219f59c089f018042ca7112df))
168
+ * **bundle-monitoring:** add new monitoring-bundle vue.js ([9f36612](https://github.com/nodefony/nodefony/commit/9f366124196eeade61d44ef363a252521e8589ce))
169
+ * **config:** add async connectori config for fetch credentials ([92a91f3](https://github.com/nodefony/nodefony/commit/92a91f34df7498fb6a119df73ac13efc74d9bf95))
170
+ * **cookies:** add priority in cookie class ([d08dd97](https://github.com/nodefony/nodefony/commit/d08dd97fc4e1fe79d22b790ca7ad8be939bce097))
171
+ * **doc-bundle:** add reveal.js ([8ddefc0](https://github.com/nodefony/nodefony/commit/8ddefc050b6b44550b8781baed06b70ea8166e7b))
172
+ * **doc-bundle:** flow dev ([38d9b73](https://github.com/nodefony/nodefony/commit/38d9b7356db82fd622cc5e0eb17aed626d636345))
173
+ * **doc-bundle:** mermaid ([1a1d69d](https://github.com/nodefony/nodefony/commit/1a1d69d1fffa8d9c776091f33b02ce7724e399ab))
174
+ * **documentation-bundle:** change to vue ([562a9bc](https://github.com/nodefony/nodefony/commit/562a9bce6007ab40fb27f1383723da1f4f1c85c6))
175
+ * **graphql:** Add options rootValue & contextValue on query ([7b31f2c](https://github.com/nodefony/nodefony/commit/7b31f2c2fd81ac425c2ae418bda8cb8d283ec2e8))
176
+ * **monitoring:** add outdated npm package ([a2ed16f](https://github.com/nodefony/nodefony/commit/a2ed16f6746b0d54312dde7b84075bbfe075ccab))
177
+ * **monitoring:** migration ([68eb367](https://github.com/nodefony/nodefony/commit/68eb3677556493af969f2bb50e1b2e5607daedd0))
178
+ * **sequelize:** add methods for transactions ([0bfe3b6](https://github.com/nodefony/nodefony/commit/0bfe3b67560647e3685f15dd0d69301a974651ab))
179
+ * **user:** graphql resolver add mutation ([c672520](https://github.com/nodefony/nodefony/commit/c672520d6265ed6b4edf4d61000caa3eaaf1af54))
125
180
 
126
181
 
127
182
  ### Bug Fixes
@@ -184,399 +239,191 @@
184
239
  * **webpack:** change log severity ([2532fc8](https://github.com/nodefony/nodefony/commit/2532fc8b222c2493c6a91642ad96590425df61f9))
185
240
  * **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
241
 
242
+ ## [6.12.0](https://github.com/nodefony/nodefony/compare/v6.11.0...v6.12.0) (2022-03-18)
187
243
 
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)
244
+ ## [6.11.0](https://github.com/nodefony/nodefony/compare/v6.10.0...v6.11.0) (2022-02-25)
460
245
 
246
+ ## [6.10.0](https://github.com/nodefony/nodefony/compare/v6.9.1...v6.10.0) (2021-12-31)
461
247
 
248
+ ### [6.9.1](https://github.com/nodefony/nodefony/compare/v6.9.0...v6.9.1) (2021-10-13)
462
249
 
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)
250
+ ## [6.9.0](https://github.com/nodefony/nodefony/compare/v6.6.0...v6.9.0) (2021-10-12)
464
251
 
252
+ ## [6.6.0](https://github.com/nodefony/nodefony/compare/v6.5.7...v6.6.0) (2021-09-09)
465
253
 
254
+ ### [6.5.7](https://github.com/nodefony/nodefony/compare/v6.5.6...v6.5.7) (2021-07-21)
466
255
 
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)
256
+ ### [6.5.6](https://github.com/nodefony/nodefony/compare/v6.5.5...v6.5.6) (2021-07-01)
468
257
 
258
+ ### [6.5.5](https://github.com/nodefony/nodefony/compare/v6.5.4...v6.5.5) (2021-06-16)
469
259
 
260
+ ### [6.5.4](https://github.com/nodefony/nodefony/compare/v6.5.3...v6.5.4) (2021-04-30)
470
261
 
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)
262
+ ### [6.5.3](https://github.com/nodefony/nodefony/compare/v6.5.2...v6.5.3) (2021-04-27)
472
263
 
264
+ ### [6.5.2](https://github.com/nodefony/nodefony/compare/v6.5.1...v6.5.2) (2021-04-23)
473
265
 
266
+ ### [6.5.1](https://github.com/nodefony/nodefony/compare/v6.5.0...v6.5.1) (2021-03-29)
474
267
 
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)
268
+ ## [6.5.0](https://github.com/nodefony/nodefony/compare/v6.4.3...v6.5.0) (2021-03-19)
476
269
 
270
+ ### [6.4.3](https://github.com/nodefony/nodefony/compare/v6.4.2...v6.4.3) (2021-03-09)
477
271
 
272
+ ### [6.4.2](https://github.com/nodefony/nodefony/compare/v6.4.1...v6.4.2) (2021-02-26)
478
273
 
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)
274
+ ### [6.4.1](https://github.com/nodefony/nodefony/compare/v6.4.0...v6.4.1) (2021-02-20)
480
275
 
276
+ ## [6.4.0](https://github.com/nodefony/nodefony/compare/v6.3.0...v6.4.0) (2021-02-19)
481
277
 
278
+ ## [6.3.0](https://github.com/nodefony/nodefony/compare/v6.2.0...v6.3.0) (2021-02-17)
482
279
 
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)
280
+ ## [6.2.0](https://github.com/nodefony/nodefony/compare/v6.1.0...v6.2.0) (2021-01-04)
484
281
 
282
+ ## [6.1.0](https://github.com/nodefony/nodefony/compare/v6.0.1...v6.1.0) (2020-11-16)
485
283
 
284
+ ### [6.0.1](https://github.com/nodefony/nodefony/compare/v6.0.0...v6.0.1) (2020-10-12)
486
285
 
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)
286
+ ## [6.0.0](https://github.com/nodefony/nodefony/compare/v6.0.0-beta.16...v6.0.0) (2020-10-12)
488
287
 
288
+ ## [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
289
 
290
+ ## [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
291
 
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)
292
+ ## [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
293
 
294
+ ## [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
295
 
296
+ ## [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
297
 
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)
298
+ ## [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
299
 
300
+ ## [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
301
 
302
+ ## [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
303
 
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)
304
+ ## [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
305
 
306
+ ## [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
307
 
308
+ ## [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
309
 
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)
310
+ ## [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
311
 
312
+ ## [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
313
 
314
+ ## [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
315
 
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)
316
+ ## [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
317
 
318
+ ## [6.0.0-beta.1](https://github.com/nodefony/nodefony/compare/v5.1.1...v6.0.0-beta.1) (2020-02-13)
509
319
 
320
+ ### [5.1.1](https://github.com/nodefony/nodefony/compare/v5.1.0...v5.1.1) (2019-11-04)
510
321
 
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)
322
+ ## [5.1.0](https://github.com/nodefony/nodefony/compare/v5.0.9...v5.1.0) (2019-10-30)
512
323
 
324
+ ### [5.0.9](https://github.com/nodefony/nodefony/compare/v5.0.8...v5.0.9) (2019-10-03)
513
325
 
326
+ ### [5.0.8](https://github.com/nodefony/nodefony/compare/v5.0.7...v5.0.8) (2019-09-26)
514
327
 
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)
328
+ ### [5.0.7](https://github.com/nodefony/nodefony/compare/v5.0.6...v5.0.7) (2019-09-17)
516
329
 
330
+ ### [5.0.6](https://github.com/nodefony/nodefony/compare/v5.0.5...v5.0.6) (2019-09-17)
517
331
 
332
+ ### [5.0.5](https://github.com/nodefony/nodefony/compare/v5.0.4...v5.0.5) (2019-09-11)
518
333
 
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)
334
+ ### [5.0.4](https://github.com/nodefony/nodefony/compare/v5.0.3...v5.0.4) (2019-08-26)
520
335
 
336
+ ### [5.0.3](https://github.com/nodefony/nodefony/compare/v5.0.2...v5.0.3) (2019-08-14)
521
337
 
338
+ ### [5.0.2](https://github.com/nodefony/nodefony/compare/v5.0.1...v5.0.2) (2019-08-05)
522
339
 
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)
340
+ ### [5.0.1](https://github.com/nodefony/nodefony/compare/v5.0.0...v5.0.1) (2019-08-01)
524
341
 
342
+ ## [5.0.0](https://github.com/nodefony/nodefony/compare/v4.3.3...v5.0.0) (2019-07-29)
525
343
 
344
+ ### [4.3.3](https://github.com/nodefony/nodefony/compare/v4.3.2...v4.3.3) (2019-04-10)
526
345
 
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)
346
+ ### [4.3.2](https://github.com/nodefony/nodefony/compare/v4.3.1...v4.3.2) (2019-04-10)
528
347
 
348
+ ### [4.3.1](https://github.com/nodefony/nodefony/compare/v4.3.0...v4.3.1) (2019-03-23)
529
349
 
350
+ ## [4.3.0](https://github.com/nodefony/nodefony/compare/v4.2.0-beta.2...v4.3.0) (2019-03-22)
530
351
 
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)
352
+ ## [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
353
 
354
+ ## [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
355
 
356
+ ## [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
357
 
535
- # [4.0.0-beta.0](https://github.com/nodefony/nodefony/compare/v3.2.2...v4.0.0-beta.0) (2018-06-15)
358
+ ## [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
359
 
360
+ ## [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
361
 
362
+ ## [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
363
 
539
- ## [3.2.2](https://github.com/nodefony/nodefony/compare/v3.2.1...v3.2.2) (2018-01-12)
364
+ ## [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
365
 
366
+ ## [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
367
 
368
+ ## [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
369
 
543
- ## [3.2.1](https://github.com/nodefony/nodefony/compare/v3.2.0...v3.2.1) (2018-01-12)
370
+ ## [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
371
 
372
+ ## [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
373
 
374
+ ## [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
375
 
547
- # [3.2.0](https://github.com/nodefony/nodefony/compare/v3.1.4...v3.2.0) (2018-01-08)
376
+ ## [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
377
 
378
+ ## [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
379
 
380
+ ## [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
381
 
551
- ## [3.1.4](https://github.com/nodefony/nodefony/compare/v3.1.3...v3.1.4) (2017-12-20)
382
+ ## [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
383
 
384
+ ## [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
385
 
386
+ ## [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
387
 
555
- ## [3.1.3](https://github.com/nodefony/nodefony/compare/v3.1.2...v3.1.3) (2017-11-22)
388
+ ## [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
389
 
390
+ ## [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
391
 
392
+ ## [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
393
 
559
- # [3.1.0](https://github.com/nodefony/nodefony/compare/v3.0.3...v3.1.0) (2017-11-20)
394
+ ## [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
395
 
396
+ ## [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
397
 
398
+ ## [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
399
 
563
- ## [3.0.3](https://github.com/nodefony/nodefony/compare/v3.0.2...v3.0.3) (2017-10-09)
400
+ ## [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
401
 
402
+ ## [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
403
 
404
+ ## [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
405
 
567
- ## [3.0.2](https://github.com/nodefony/nodefony/compare/v3.0.1...v3.0.2) (2017-09-18)
406
+ ## [4.0.0-beta.0](https://github.com/nodefony/nodefony/compare/v3.2.2...v4.0.0-beta.0) (2018-06-15)
568
407
 
408
+ ### [3.2.2](https://github.com/nodefony/nodefony/compare/v3.2.1...v3.2.2) (2018-01-12)
569
409
 
410
+ ### [3.2.1](https://github.com/nodefony/nodefony/compare/v3.2.0...v3.2.1) (2018-01-12)
570
411
 
571
- ## [3.0.1](https://github.com/nodefony/nodefony/compare/v3.0.0...v3.0.1) (2017-09-14)
412
+ ## [3.2.0](https://github.com/nodefony/nodefony/compare/v3.1.4...v3.2.0) (2018-01-08)
572
413
 
414
+ ### [3.1.4](https://github.com/nodefony/nodefony/compare/v3.1.3...v3.1.4) (2017-12-20)
573
415
 
416
+ ### [3.1.3](https://github.com/nodefony/nodefony/compare/v3.1.2...v3.1.3) (2017-11-22)
574
417
 
575
- ## [2.1.4](https://github.com/nodefony/nodefony/compare/v2.1.3...v2.1.4) (2017-05-08)
418
+ ## [3.1.0](https://github.com/nodefony/nodefony/compare/v3.0.3...v3.1.0) (2017-11-20)
576
419
 
420
+ ### [3.0.3](https://github.com/nodefony/nodefony/compare/v3.0.2...v3.0.3) (2017-10-09)
577
421
 
422
+ ### [3.0.2](https://github.com/nodefony/nodefony/compare/v3.0.1...v3.0.2) (2017-09-18)
578
423
 
579
- ## [2.1.3](https://github.com/nodefony/nodefony/compare/v2.1.2...v2.1.3) (2017-04-29)
424
+ ### [3.0.1](https://github.com/nodefony/nodefony/compare/v3.0.0...v3.0.1) (2017-09-14)
580
425
 
426
+ ### [2.1.4](https://github.com/nodefony/nodefony/compare/v2.1.3...v2.1.4) (2017-05-08)
581
427
 
428
+ ### [2.1.3](https://github.com/nodefony/nodefony/compare/v2.1.2...v2.1.3) (2017-04-29)
582
429