@loopback/docs 5.1.2 → 5.1.4

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 (129) hide show
  1. package/CHANGELOG.md +1303 -1570
  2. package/package.json +4 -4
  3. package/site/apidocs/authentication-jwt.userrepository._constructor_.md +1 -1
  4. package/site/apidocs/authentication-jwt.userrepository.md +1 -1
  5. package/site/apidocs/authentication.authenticateactionprovider._constructor_.md +1 -1
  6. package/site/apidocs/authentication.authenticateactionprovider.md +1 -1
  7. package/site/apidocs/authentication.authenticationstrategyprovider._constructor_.md +1 -1
  8. package/site/apidocs/authentication.authenticationstrategyprovider.md +1 -1
  9. package/site/apidocs/boot.modelapibooter._constructor_.md +1 -1
  10. package/site/apidocs/boot.modelapibooter.md +1 -1
  11. package/site/apidocs/context.binding.toclass.md +2 -2
  12. package/site/apidocs/context.contextview.asgetter.md +1 -1
  13. package/site/apidocs/context.createviewgetter.md +1 -1
  14. package/site/apidocs/context.createviewgetter_1.md +1 -1
  15. package/site/apidocs/context.instantiateclass.md +1 -1
  16. package/site/apidocs/cron.croncomponent._constructor_.md +1 -1
  17. package/site/apidocs/cron.croncomponent.md +1 -1
  18. package/site/apidocs/logging.winstonloggerprovider._constructor_.md +2 -2
  19. package/site/apidocs/openapi-v3.oasenhancerservice._constructor_.md +1 -1
  20. package/site/apidocs/repository.buildlookupmap.md +1 -1
  21. package/site/apidocs/repository.createbelongstoaccessor.md +1 -1
  22. package/site/apidocs/repository.createbelongstoinclusionresolver.md +1 -1
  23. package/site/apidocs/repository.createhasmanyinclusionresolver.md +1 -1
  24. package/site/apidocs/repository.createhasmanyrepositoryfactory.md +1 -1
  25. package/site/apidocs/repository.createhasmanythroughrepositoryfactory.md +2 -2
  26. package/site/apidocs/repository.createhasonerepositoryfactory.md +1 -1
  27. package/site/apidocs/repository.createreferencesmanyaccessor.md +1 -1
  28. package/site/apidocs/repository.createreferencesmanyinclusionresolver.md +1 -1
  29. package/site/apidocs/repository.defaultbelongstorepository._constructor_.md +1 -1
  30. package/site/apidocs/repository.defaultbelongstorepository.md +2 -2
  31. package/site/apidocs/repository.defaultcrudrepository._createbelongstoaccessorfor.md +1 -1
  32. package/site/apidocs/repository.defaultcrudrepository._createhasmanyrepositoryfactoryfor.md +1 -1
  33. package/site/apidocs/repository.defaultcrudrepository._createhasonerepositoryfactoryfor.md +1 -1
  34. package/site/apidocs/repository.defaultcrudrepository._createreferencesmanyaccessorfor.md +1 -1
  35. package/site/apidocs/repository.defaultcrudrepository.createbelongstoaccessorfor.md +1 -1
  36. package/site/apidocs/repository.defaultcrudrepository.createhasmanyrepositoryfactoryfor.md +1 -1
  37. package/site/apidocs/repository.defaultcrudrepository.createhasmanythroughrepositoryfactoryfor.md +2 -2
  38. package/site/apidocs/repository.defaultcrudrepository.createhasonerepositoryfactoryfor.md +1 -1
  39. package/site/apidocs/repository.defaultcrudrepository.createreferencesmanyaccessorfor.md +1 -1
  40. package/site/apidocs/repository.defaultcrudrepository.entitytodata.md +2 -2
  41. package/site/apidocs/repository.defaulthasmanyrepository._constructor_.md +1 -1
  42. package/site/apidocs/repository.defaulthasmanyrepository.md +1 -1
  43. package/site/apidocs/repository.defaulthasmanythroughrepository._constructor_.md +2 -2
  44. package/site/apidocs/repository.defaulthasmanythroughrepository.md +3 -3
  45. package/site/apidocs/repository.defaulthasonerepository._constructor_.md +1 -1
  46. package/site/apidocs/repository.defaulthasonerepository.md +2 -2
  47. package/site/apidocs/repository.defaultreferencesmanyrepository._constructor_.md +1 -1
  48. package/site/apidocs/repository.defaultreferencesmanyrepository.md +1 -1
  49. package/site/apidocs/repository.resolvetype.md +1 -1
  50. package/site/apidocs/rest.controllerroute.md +1 -1
  51. package/site/apidocs/rest.createcontrollerfactoryforbinding.md +1 -1
  52. package/site/apidocs/rest.createcontrollerfactoryforclass.md +1 -1
  53. package/site/apidocs/rest.createcontrollerfactoryforinstance.md +1 -1
  54. package/site/apidocs/rest.createroutesforcontroller.md +1 -1
  55. package/site/apidocs/rest.httphandler.registercontroller.md +1 -1
  56. package/site/apidocs/rest.restapplication.route.md +1 -1
  57. package/site/apidocs/rest.restbindings.https_options.md +1 -1
  58. package/site/apidocs/rest.restserver.route.md +1 -1
  59. package/site/apidocs/rest.routingtable.registercontroller.md +1 -1
  60. package/site/apidocs/socketio.socketiocontrollerfactory._constructor_.md +2 -2
  61. package/site/apidocs/testlab.createstubinstance.md +1 -1
  62. package/site/changelogs/bodyparsers/rest-msgpack/CHANGELOG.md +33 -104
  63. package/site/changelogs/examples/access-control-migration/CHANGELOG.md +35 -212
  64. package/site/changelogs/examples/binding-resolution/CHANGELOG.md +42 -106
  65. package/site/changelogs/examples/context/CHANGELOG.md +35 -318
  66. package/site/changelogs/examples/express-composition/CHANGELOG.md +53 -424
  67. package/site/changelogs/examples/file-transfer/CHANGELOG.md +31 -201
  68. package/site/changelogs/examples/graphql/CHANGELOG.md +45 -116
  69. package/site/changelogs/examples/greeter-extension/CHANGELOG.md +34 -362
  70. package/site/changelogs/examples/greeting-app/CHANGELOG.md +31 -320
  71. package/site/changelogs/examples/hello-world/CHANGELOG.md +129 -692
  72. package/site/changelogs/examples/lb3-application/CHANGELOG.md +47 -353
  73. package/site/changelogs/examples/log-extension/CHANGELOG.md +134 -706
  74. package/site/changelogs/examples/metrics-prometheus/CHANGELOG.md +29 -232
  75. package/site/changelogs/examples/multi-tenancy/CHANGELOG.md +34 -187
  76. package/site/changelogs/examples/passport-login/CHANGELOG.md +39 -205
  77. package/site/changelogs/examples/references-many/CHANGELOG.md +9 -10
  78. package/site/changelogs/examples/rest-crud/CHANGELOG.md +32 -202
  79. package/site/changelogs/examples/rpc-server/CHANGELOG.md +132 -662
  80. package/site/changelogs/examples/soap-calculator/CHANGELOG.md +101 -575
  81. package/site/changelogs/examples/socketio/CHANGELOG.md +19 -93
  82. package/site/changelogs/examples/todo/CHANGELOG.md +249 -891
  83. package/site/changelogs/examples/todo-jwt/CHANGELOG.md +30 -156
  84. package/site/changelogs/examples/todo-list/CHANGELOG.md +149 -652
  85. package/site/changelogs/examples/validation-app/CHANGELOG.md +31 -200
  86. package/site/changelogs/examples/webpack/CHANGELOG.md +47 -111
  87. package/site/changelogs/extensions/apiconnect/CHANGELOG.md +45 -195
  88. package/site/changelogs/extensions/authentication-jwt/CHANGELOG.md +72 -202
  89. package/site/changelogs/extensions/authentication-passport/CHANGELOG.md +74 -267
  90. package/site/changelogs/extensions/context-explorer/CHANGELOG.md +45 -178
  91. package/site/changelogs/extensions/cron/CHANGELOG.md +43 -190
  92. package/site/changelogs/extensions/graphql/CHANGELOG.md +47 -118
  93. package/site/changelogs/extensions/health/CHANGELOG.md +66 -286
  94. package/site/changelogs/extensions/logging/CHANGELOG.md +75 -221
  95. package/site/changelogs/extensions/metrics/CHANGELOG.md +85 -258
  96. package/site/changelogs/extensions/pooling/CHANGELOG.md +45 -136
  97. package/site/changelogs/extensions/socketio/CHANGELOG.md +39 -99
  98. package/site/changelogs/extensions/typeorm/CHANGELOG.md +42 -136
  99. package/site/changelogs/fixtures/mock-oauth2-provider/CHANGELOG.md +38 -153
  100. package/site/changelogs/packages/authentication/CHANGELOG.md +321 -877
  101. package/site/changelogs/packages/authorization/CHANGELOG.md +73 -293
  102. package/site/changelogs/packages/boot/CHANGELOG.md +255 -755
  103. package/site/changelogs/packages/booter-lb3app/CHANGELOG.md +69 -359
  104. package/site/changelogs/packages/build/CHANGELOG.md +310 -703
  105. package/site/changelogs/packages/cli/CHANGELOG.md +1193 -1611
  106. package/site/changelogs/packages/context/CHANGELOG.md +505 -903
  107. package/site/changelogs/packages/core/CHANGELOG.md +258 -741
  108. package/site/changelogs/packages/eslint-config/CHANGELOG.md +156 -370
  109. package/site/changelogs/packages/express/CHANGELOG.md +81 -194
  110. package/site/changelogs/packages/filter/CHANGELOG.md +47 -115
  111. package/site/changelogs/packages/http-caching-proxy/CHANGELOG.md +86 -476
  112. package/site/changelogs/packages/http-server/CHANGELOG.md +195 -617
  113. package/site/changelogs/packages/metadata/CHANGELOG.md +190 -639
  114. package/site/changelogs/packages/model-api-builder/CHANGELOG.md +44 -216
  115. package/site/changelogs/packages/monorepo/CHANGELOG.md +39 -92
  116. package/site/changelogs/packages/openapi-spec-builder/CHANGELOG.md +262 -730
  117. package/site/changelogs/packages/openapi-v3/CHANGELOG.md +333 -808
  118. package/site/changelogs/packages/repository/CHANGELOG.md +594 -1042
  119. package/site/changelogs/packages/repository-json-schema/CHANGELOG.md +291 -785
  120. package/site/changelogs/packages/repository-tests/CHANGELOG.md +103 -337
  121. package/site/changelogs/packages/rest/CHANGELOG.md +693 -1155
  122. package/site/changelogs/packages/rest-crud/CHANGELOG.md +72 -276
  123. package/site/changelogs/packages/rest-explorer/CHANGELOG.md +69 -430
  124. package/site/changelogs/packages/security/CHANGELOG.md +47 -256
  125. package/site/changelogs/packages/service-proxy/CHANGELOG.md +172 -608
  126. package/site/changelogs/packages/testlab/CHANGELOG.md +220 -666
  127. package/site/changelogs/packages/tsdocs/CHANGELOG.md +72 -327
  128. package/site/express-with-lb4-rest-tutorial.md +1 -1
  129. package/site/readmes/loopback-next/extensions/typeorm/README.md +14 -0
@@ -10,2770 +10,2352 @@ permalink: /doc/en/lb4/changelog.cli.html
10
10
 
11
11
  # Change Log
12
12
 
13
- All notable changes to this project will be documented in this file.
14
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
15
-
16
- ## [4.1.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.1.1...@loopback/cli@4.1.2) (2022-08-11)
13
+ All notable changes to this project will be documented in this file. See
14
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
17
15
 
16
+ ## [4.1.4](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.1.3...@loopback/cli@4.1.4) (2022-10-13)
18
17
 
19
18
  ### Bug Fixes
20
19
 
21
- * **cli:** does not generate an application or extension with node > v16 ([72cc49b](https://github.com/loopbackio/loopback-next/commit/72cc49bf7d1bf6ce8018d9fce5f173af4af7f0ac))
22
-
23
-
20
+ - **cli:** change artifact name
21
+ ([121eed3](https://github.com/loopbackio/loopback-next/commit/121eed35e20d39960ccba5d01dd9c90cdfa3fe2a))
22
+ - **openapi-spec-builder:** fix resolution of openapi urls returning http
23
+ unauthorized error
24
+ ([809b503](https://github.com/loopbackio/loopback-next/commit/809b50362a36ecf45eff262f81079b542186b12e))
25
+ - the TypeGuards has been replaced by Node
26
+ ([4c047f4](https://github.com/loopbackio/loopback-next/commit/4c047f4915f0e5d6df05384eff30da5d9c8818b2))
24
27
 
28
+ ## [4.1.3](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.1.2...@loopback/cli@4.1.3) (2022-08-25)
25
29
 
30
+ **Note:** Version bump only for package @loopback/cli
26
31
 
27
- ## [4.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.1.0...@loopback/cli@4.1.1) (2022-07-14)
28
-
32
+ ## [4.1.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.1.1...@loopback/cli@4.1.2) (2022-08-11)
29
33
 
30
34
  ### Bug Fixes
31
35
 
32
- * **docs:** documentation update for typo availble ([f9782fd](https://github.com/loopbackio/loopback-next/commit/f9782fdd0ccd208bdfa01f9f4c62e0b58d1060b3))
33
- * **docs:** documentation update from seuqence to sequence ([62898a2](https://github.com/loopbackio/loopback-next/commit/62898a292e48f61d39e193224358c8cb46b743e8))
34
- * **docs:** documentation updates for datasoure to datasource ([c05a7e6](https://github.com/loopbackio/loopback-next/commit/c05a7e6f8b50c2db51a157f94c2b77fbcc8b7406))
35
-
36
+ - **cli:** does not generate an application or extension with node > v16
37
+ ([72cc49b](https://github.com/loopbackio/loopback-next/commit/72cc49bf7d1bf6ce8018d9fce5f173af4af7f0ac))
36
38
 
39
+ ## [4.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.1.0...@loopback/cli@4.1.1) (2022-07-14)
37
40
 
41
+ ### Bug Fixes
38
42
 
43
+ - **docs:** documentation update for typo availble
44
+ ([f9782fd](https://github.com/loopbackio/loopback-next/commit/f9782fdd0ccd208bdfa01f9f4c62e0b58d1060b3))
45
+ - **docs:** documentation update from seuqence to sequence
46
+ ([62898a2](https://github.com/loopbackio/loopback-next/commit/62898a292e48f61d39e193224358c8cb46b743e8))
47
+ - **docs:** documentation updates for datasoure to datasource
48
+ ([c05a7e6](https://github.com/loopbackio/loopback-next/commit/c05a7e6f8b50c2db51a157f94c2b77fbcc8b7406))
39
49
 
40
50
  # [4.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0...@loopback/cli@4.1.0) (2022-06-13)
41
51
 
42
-
43
52
  ### Bug Fixes
44
53
 
45
- * **cli:** look for all id properties including composite keys ([1a51f32](https://github.com/loopbackio/loopback-next/commit/1a51f322cc618a553dda346c1fe4e3905e794746))
46
-
54
+ - **cli:** look for all id properties including composite keys
55
+ ([1a51f32](https://github.com/loopbackio/loopback-next/commit/1a51f322cc618a553dda346c1fe4e3905e794746))
47
56
 
48
57
  ### Features
49
58
 
50
- * **cli:** add option to create relations in cli discover command ([37a5f73](https://github.com/loopbackio/loopback-next/commit/37a5f73ada12b64035ef32b01411c28d72058887))
51
- * **cli:** add option to mark id field as not required in discover command ([497b21d](https://github.com/loopbackio/loopback-next/commit/497b21d84d970a8dcc714d059108cabdf99d46e0))
52
- * **rest-crud:** add option to create readonly rest-crud apis ([6ae1423](https://github.com/loopbackio/loopback-next/commit/6ae142302ca61363a357559ba42243bdaf4f7256))
53
-
54
-
55
-
56
-
59
+ - **cli:** add option to create relations in cli discover command
60
+ ([37a5f73](https://github.com/loopbackio/loopback-next/commit/37a5f73ada12b64035ef32b01411c28d72058887))
61
+ - **cli:** add option to mark id field as not required in discover command
62
+ ([497b21d](https://github.com/loopbackio/loopback-next/commit/497b21d84d970a8dcc714d059108cabdf99d46e0))
63
+ - **rest-crud:** add option to create readonly rest-crud apis
64
+ ([6ae1423](https://github.com/loopbackio/loopback-next/commit/6ae142302ca61363a357559ba42243bdaf4f7256))
57
65
 
58
66
  ## [4.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@3.2.0...@loopback/cli@4.0.0) (2022-05-05)
59
67
 
60
-
61
68
  ### ⚠ BREAKING CHANGES
62
69
 
63
- * remove node v12 support
70
+ - remove node v12 support
64
71
 
65
72
  ### Features
66
73
 
67
- * add support for node v18 ([ccb4c61](https://github.com/loopbackio/loopback-next/commit/ccb4c61307d94ab7bb07a19c547dfc4fa7d388a8))
68
- * remove node v12 support ([5f66e5b](https://github.com/loopbackio/loopback-next/commit/5f66e5bd288ba806b3aa6550fc29c5009de8b60d))
69
- * **repository:** support `ReferencesMany` relation ([371a6dc](https://github.com/loopbackio/loopback-next/commit/371a6dcdf32d1a9a674f22528160b775f6639364))
70
-
74
+ - add support for node v18
75
+ ([ccb4c61](https://github.com/loopbackio/loopback-next/commit/ccb4c61307d94ab7bb07a19c547dfc4fa7d388a8))
76
+ - remove node v12 support
77
+ ([5f66e5b](https://github.com/loopbackio/loopback-next/commit/5f66e5bd288ba806b3aa6550fc29c5009de8b60d))
78
+ - **repository:** support `ReferencesMany` relation
79
+ ([371a6dc](https://github.com/loopbackio/loopback-next/commit/371a6dcdf32d1a9a674f22528160b775f6639364))
71
80
 
72
81
  ### Bug Fixes
73
82
 
74
- * **cli:** added missing checks for options provided in command or config ([8c75809](https://github.com/loopbackio/loopback-next/commit/8c758093e4e5578bf0c534a681c079ea06565f6d))
75
-
76
-
83
+ - **cli:** added missing checks for options provided in command or config
84
+ ([8c75809](https://github.com/loopbackio/loopback-next/commit/8c758093e4e5578bf0c534a681c079ea06565f6d))
77
85
 
78
86
  # [3.2.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@3.1.1...@loopback/cli@3.2.0) (2022-03-29)
79
87
 
80
-
81
88
  ### Features
82
89
 
83
- * **cli:** model generator can now pick properties from config file ([06b804b](https://github.com/loopbackio/loopback-next/commit/06b804bd61bd05036bc23177dc21e1b5d90ed0e2))
84
-
85
-
86
-
87
-
90
+ - **cli:** model generator can now pick properties from config file
91
+ ([06b804b](https://github.com/loopbackio/loopback-next/commit/06b804bd61bd05036bc23177dc21e1b5d90ed0e2))
88
92
 
89
93
  ## [3.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@3.1.0...@loopback/cli@3.1.1) (2022-02-28)
90
94
 
91
95
  **Note:** Version bump only for package @loopback/cli
92
96
 
97
+ # [3.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@3.0.1...@loopback/cli@3.1.0) (2022-02-14)
93
98
 
99
+ ### Features
94
100
 
101
+ - update @types/node to v12
102
+ ([65a09a4](https://github.com/loopbackio/loopback-next/commit/65a09a406e4865f774f97b58af9e616733b8b255))
95
103
 
104
+ ## [3.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@3.0.0...@loopback/cli@3.0.1) (2022-01-11)
96
105
 
97
- # [3.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@3.0.1...@loopback/cli@3.1.0) (2022-02-14)
106
+ **Note:** Version bump only for package @loopback/cli
98
107
 
108
+ # [3.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.22.1...@loopback/cli@3.0.0) (2021-11-18)
99
109
 
100
110
  ### Features
101
111
 
102
- * update @types/node to v12 ([65a09a4](https://github.com/loopbackio/loopback-next/commit/65a09a406e4865f774f97b58af9e616733b8b255))
112
+ - drop support for Node.js v10
113
+ ([9bcbbb3](https://github.com/loopbackio/loopback-next/commit/9bcbbb358ec3eabc3033d4e7e1c22b524a7069b3))
114
+ - support Node.js v17
115
+ ([8d86c03](https://github.com/loopbackio/loopback-next/commit/8d86c03cb7047e2b1f18d05870628ef5783e71b2))
116
+ - upgrade to TypeScript 4.5.2
117
+ ([72ece91](https://github.com/loopbackio/loopback-next/commit/72ece91289ecfdfd8747bb9888ad75db73e8ff4b))
103
118
 
119
+ ### BREAKING CHANGES
104
120
 
121
+ - drop support for Node.js v10
105
122
 
123
+ Co-authored-by: Francisco Buceta <frbuceta@gmail.com> Signed-off-by: Rifa
124
+ Achrinza <25147899+achrinza@users.noreply.github.com>
106
125
 
126
+ ## [2.22.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.22.0...@loopback/cli@2.22.1) (2021-10-18)
107
127
 
108
- ## [3.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@3.0.0...@loopback/cli@3.0.1) (2022-01-11)
128
+ ### Bug Fixes
109
129
 
110
- **Note:** Version bump only for package @loopback/cli
130
+ - **cli:** use relative path in homepage
131
+ ([312c58e](https://github.com/loopbackio/loopback-next/commit/312c58e1b5c67dddb85deb9711263ab8f893716e)),
132
+ closes [#6826](https://github.com/loopbackio/loopback-next/issues/6826)
111
133
 
134
+ # [2.22.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.21.2...@loopback/cli@2.22.0) (2021-09-16)
112
135
 
136
+ ### Features
113
137
 
138
+ - **cli:** add socketio example
139
+ ([cb88d21](https://github.com/loopbackio/loopback-next/commit/cb88d213d63f6442a78c0d5eb5d8cdb3a7d0e72a))
140
+ - **cli:** update docs and apply suggested changes
141
+ ([df01aa2](https://github.com/loopbackio/loopback-next/commit/df01aa2a4733cf6c2d4bafc6fba0c1a29e5b7967))
142
+ - **cli:** updates loopback-connector-grpc
143
+ ([3fd4d1d](https://github.com/loopbackio/loopback-next/commit/3fd4d1d495f846e09aaca129744e9ea69e030301))
114
144
 
145
+ ## [2.21.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.21.1...@loopback/cli@2.21.2) (2021-07-15)
115
146
 
116
- # [3.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.22.1...@loopback/cli@3.0.0) (2021-11-18)
147
+ **Note:** Version bump only for package @loopback/cli
117
148
 
149
+ ## [2.21.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.21.0...@loopback/cli@2.21.1) (2021-06-10)
118
150
 
119
- ### Features
151
+ ### Bug Fixes
120
152
 
121
- * drop support for Node.js v10 ([9bcbbb3](https://github.com/loopbackio/loopback-next/commit/9bcbbb358ec3eabc3033d4e7e1c22b524a7069b3))
122
- * support Node.js v17 ([8d86c03](https://github.com/loopbackio/loopback-next/commit/8d86c03cb7047e2b1f18d05870628ef5783e71b2))
123
- * upgrade to TypeScript 4.5.2 ([72ece91](https://github.com/loopbackio/loopback-next/commit/72ece91289ecfdfd8747bb9888ad75db73e8ff4b))
153
+ - **cli:** do not create migration script if repositories not selected
154
+ ([3cfd556](https://github.com/loopbackio/loopback-next/commit/3cfd5569830bfcddf68a95cb95f9267c238746a5))
124
155
 
156
+ # [2.21.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.20.2...@loopback/cli@2.21.0) (2021-05-03)
125
157
 
126
- ### BREAKING CHANGES
158
+ ### Bug Fixes
127
159
 
128
- * drop support for Node.js v10
160
+ - **cli:** invalid package.plain.json.ejs template
161
+ ([df085a4](https://github.com/loopbackio/loopback-next/commit/df085a44d43bfd117b683699a2fe39b410244a5e))
162
+ - add url-slug v3 changes
163
+ ([7b32782](https://github.com/loopbackio/loopback-next/commit/7b32782253e8c56f0d21ebd8b40b8d1fb61752d0))
129
164
 
130
- Co-authored-by: Francisco Buceta <frbuceta@gmail.com>
131
- Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
165
+ ### Features
132
166
 
167
+ - support node v16
168
+ ([ac99415](https://github.com/loopbackio/loopback-next/commit/ac994154543bde22b4482ba98813351656db1b55))
169
+ - **cli:** april drop
170
+ ([ad1df67](https://github.com/loopbackio/loopback-next/commit/ad1df6746431ccc062d5654c3f5133ecb5d31231))
133
171
 
172
+ ## [2.20.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.20.1...@loopback/cli@2.20.2) (2021-04-06)
134
173
 
174
+ **Note:** Version bump only for package @loopback/cli
135
175
 
176
+ ## [2.20.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.20.0...@loopback/cli@2.20.1) (2021-04-06)
136
177
 
137
- ## [2.22.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.22.0...@loopback/cli@2.22.1) (2021-10-18)
178
+ ### Bug Fixes
138
179
 
180
+ - cli openapi generator op name inference
181
+ ([a9b561c](https://github.com/loopbackio/loopback-next/commit/a9b561c3a322aa6a6a4b725dc4da6e3881c21a4c)),
182
+ closes [#3417](https://github.com/loopbackio/loopback-next/issues/3417)
139
183
 
140
- ### Bug Fixes
184
+ # [2.20.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.19.0...@loopback/cli@2.20.0) (2021-03-18)
141
185
 
142
- * **cli:** use relative path in homepage ([312c58e](https://github.com/loopbackio/loopback-next/commit/312c58e1b5c67dddb85deb9711263ab8f893716e)), closes [#6826](https://github.com/loopbackio/loopback-next/issues/6826)
186
+ ### Bug Fixes
143
187
 
188
+ - update spdx-license-list
189
+ ([34073ce](https://github.com/loopbackio/loopback-next/commit/34073cec118aea4002e474cae0573d3cd94c9d1b))
190
+ - use a named export with @lerna/\*
191
+ ([d0f6a7d](https://github.com/loopbackio/loopback-next/commit/d0f6a7dac49a32d27ba3971ccb893da5396b36ee))
192
+ - **cli:** add rebuild script to package.json of extensions
193
+ ([c7623a2](https://github.com/loopbackio/loopback-next/commit/c7623a245821bb770ad6e01a0bd8a4954684e026))
144
194
 
195
+ ### Features
145
196
 
197
+ - update package-lock.json to v2 consistently
198
+ ([dfc3fbd](https://github.com/loopbackio/loopback-next/commit/dfc3fbdae0c9ca9f34c64154a471bef22d5ac6b7))
199
+ - upgrade to TypeScript 4.2.x
200
+ ([05930bc](https://github.com/loopbackio/loopback-next/commit/05930bc0cece3909dd66f75ad91eeaa2d365a480))
146
201
 
202
+ ### Reverts
147
203
 
148
- # [2.22.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.21.2...@loopback/cli@2.22.0) (2021-09-16)
204
+ - Revert "chore: update dependency spdx-license-list to ^6.4.0"
205
+ ([86aa11a](https://github.com/loopbackio/loopback-next/commit/86aa11aed5afb358891e6a6c9d6b01e2a493585b))
149
206
 
207
+ # [2.19.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.18.0...@loopback/cli@2.19.0) (2021-02-09)
150
208
 
151
209
  ### Features
152
210
 
153
- * **cli:** add socketio example ([cb88d21](https://github.com/loopbackio/loopback-next/commit/cb88d213d63f6442a78c0d5eb5d8cdb3a7d0e72a))
154
- * **cli:** update docs and apply suggested changes ([df01aa2](https://github.com/loopbackio/loopback-next/commit/df01aa2a4733cf6c2d4bafc6fba0c1a29e5b7967))
155
- * **cli:** updates loopback-connector-grpc ([3fd4d1d](https://github.com/loopbackio/loopback-next/commit/3fd4d1d495f846e09aaca129744e9ea69e030301))
156
-
211
+ - **cli:** add graphql example
212
+ ([6e53690](https://github.com/loopbackio/loopback-next/commit/6e536904cd495a6d9d2d34bf9d184a2fa56c7bb2))
157
213
 
214
+ # [2.18.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.17.2...@loopback/cli@2.18.0) (2021-01-21)
158
215
 
216
+ ### Bug Fixes
159
217
 
218
+ - **cli:** copyright year git integration
219
+ ([ce8fa66](https://github.com/loopbackio/loopback-next/commit/ce8fa663e756d49cc1544752461f4b62b28a72ce))
160
220
 
161
- ## [2.21.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.21.1...@loopback/cli@2.21.2) (2021-07-15)
221
+ ### Features
162
222
 
163
- **Note:** Version bump only for package @loopback/cli
223
+ - fix eslint violations
224
+ ([062de9c](https://github.com/loopbackio/loopback-next/commit/062de9c5f908332f58f54ddf13798a22ca21f1e7))
164
225
 
226
+ ## [2.17.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.17.1...@loopback/cli@2.17.2) (2020-12-07)
165
227
 
228
+ ### Bug Fixes
166
229
 
230
+ - show README with yarn when selected and make it dynamic
231
+ ([e2a88c8](https://github.com/loopbackio/loopback-next/commit/e2a88c8878e3dfff84b98789180b5aaae870a2eb))
167
232
 
233
+ ## [2.17.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.17.0...@loopback/cli@2.17.1) (2020-11-18)
168
234
 
169
- ## [2.21.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.21.0...@loopback/cli@2.21.1) (2021-06-10)
235
+ **Note:** Version bump only for package @loopback/cli
170
236
 
237
+ # [2.17.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.16.1...@loopback/cli@2.17.0) (2020-11-05)
171
238
 
172
239
  ### Bug Fixes
173
240
 
174
- * **cli:** do not create migration script if repositories not selected ([3cfd556](https://github.com/loopbackio/loopback-next/commit/3cfd5569830bfcddf68a95cb95f9267c238746a5))
175
-
241
+ - **cli:** add missing language to code blocks
242
+ ([672d331](https://github.com/loopbackio/loopback-next/commit/672d33111b840a9436c40d6fb7c2d583366ec2b8))
243
+ - **cli:** fix build error when manually deleting a model, repository or
244
+ controller
245
+ ([00c9ee7](https://github.com/loopbackio/loopback-next/commit/00c9ee71e3b94af36c0a4643a5e91420490ff146)),
246
+ closes [#3259](https://github.com/loopbackio/loopback-next/issues/3259)
247
+ - **cli:** print a warning for Node.js versions that are not supported
248
+ ([a03bc34](https://github.com/loopbackio/loopback-next/commit/a03bc34d0499bf6f7c96a5fc1cace45a32a92475))
176
249
 
250
+ ### Features
177
251
 
252
+ - **cli:** add vscode launch tasks in app
253
+ ([4b86952](https://github.com/loopbackio/loopback-next/commit/4b869527f46dc2917760330b87de09fa22a3d75d))
254
+ - **cli:** improve lb4 copyright to accept custom license-header.template
255
+ ([cf071cb](https://github.com/loopbackio/loopback-next/commit/cf071cb8546b1922b60443f3e86b1aeb8e336f8a))
256
+ - **core:** add `init` to application life cycle events
257
+ ([747bc7f](https://github.com/loopbackio/loopback-next/commit/747bc7fda83f44b288aefa505c6eddbe387122d4))
178
258
 
259
+ ## [2.16.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.16.0...@loopback/cli@2.16.1) (2020-10-08)
179
260
 
180
- # [2.21.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.20.2...@loopback/cli@2.21.0) (2021-05-03)
261
+ **Note:** Version bump only for package @loopback/cli
181
262
 
263
+ # [2.16.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.15.1...@loopback/cli@2.16.0) (2020-10-07)
182
264
 
183
265
  ### Bug Fixes
184
266
 
185
- * **cli:** invalid package.plain.json.ejs template ([df085a4](https://github.com/loopbackio/loopback-next/commit/df085a44d43bfd117b683699a2fe39b410244a5e))
186
- * add url-slug v3 changes ([7b32782](https://github.com/loopbackio/loopback-next/commit/7b32782253e8c56f0d21ebd8b40b8d1fb61752d0))
187
-
267
+ - **cli:** update package dependencies in cli template
268
+ ([ac511ee](https://github.com/loopbackio/loopback-next/commit/ac511ee264b72b314105da14ac0ec4c35d0cac9c))
188
269
 
189
270
  ### Features
190
271
 
191
- * support node v16 ([ac99415](https://github.com/loopbackio/loopback-next/commit/ac994154543bde22b4482ba98813351656db1b55))
192
- * **cli:** april drop ([ad1df67](https://github.com/loopbackio/loopback-next/commit/ad1df6746431ccc062d5654c3f5133ecb5d31231))
193
-
272
+ - **cli:** add exit option to mocharc template in generator
273
+ ([64dbbde](https://github.com/loopbackio/loopback-next/commit/64dbbde2678d3a9de25ccad4f0b3b7adf77aa3db))
274
+ - **cli:** build before migrate and openapi-spec
275
+ ([b1d0bd6](https://github.com/loopbackio/loopback-next/commit/b1d0bd69319f71712d2dd257e3dea734218b3cbb))
276
+ - **cli:** improve `lb4 update` to any package that uses `@loopback/*`
277
+ ([9892b35](https://github.com/loopbackio/loopback-next/commit/9892b35ff771e40b9b2c3a5c5d7e17104a863211))
278
+ - **cli:** leave numbers in dirname alone
279
+ ([3c970ae](https://github.com/loopbackio/loopback-next/commit/3c970aec818f2371be3dec56e620b2cb29223c49))
280
+ - **example-webpack:** add an example to generate bundles with webpack
281
+ ([53bbb3a](https://github.com/loopbackio/loopback-next/commit/53bbb3a1ad36e45672bf8f64257e343f18258bd5))
282
+ - **repository:** implement hasManyThrough resolver
283
+ ([8e7767d](https://github.com/loopbackio/loopback-next/commit/8e7767df0a4679c8c70ad524e56aea9783def521))
194
284
 
285
+ ## [2.15.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.15.0...@loopback/cli@2.15.1) (2020-09-18)
195
286
 
287
+ **Note:** Version bump only for package @loopback/cli
196
288
 
289
+ # [2.15.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.14.0...@loopback/cli@2.15.0) (2020-09-17)
197
290
 
198
- ## [2.20.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.20.1...@loopback/cli@2.20.2) (2021-04-06)
291
+ ### Features
199
292
 
200
- **Note:** Version bump only for package @loopback/cli
293
+ - **cli:** improve README.md for application projects
294
+ ([38582f4](https://github.com/loopbackio/loopback-next/commit/38582f43f0c325656344443189948fcf031efa37))
201
295
 
296
+ # [2.14.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.13.1...@loopback/cli@2.14.0) (2020-09-15)
202
297
 
298
+ ### Features
203
299
 
300
+ - update examples and docs to use `@loopback/*` instead of
301
+ `@loopback/extension-*`
302
+ ([a96b7cb](https://github.com/loopbackio/loopback-next/commit/a96b7cbb2e146f941b1fec0e7dd0b0829dcd0245))
303
+ - **cli:** move "@loopback/core" to peerDependencies for new extensions
304
+ ([3ee9a39](https://github.com/loopbackio/loopback-next/commit/3ee9a39acd6d76d200808dc1604c1d88b2bf42f9))
305
+ - **cli:** update translation message
306
+ ([6cea7cf](https://github.com/loopbackio/loopback-next/commit/6cea7cf85c7ac7bf38904ca4fd547d723e809432))
204
307
 
308
+ ## [2.13.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.13.0...@loopback/cli@2.13.1) (2020-08-27)
205
309
 
206
- ## [2.20.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.20.0...@loopback/cli@2.20.1) (2021-04-06)
310
+ **Note:** Version bump only for package @loopback/cli
207
311
 
312
+ # [2.13.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.12.0...@loopback/cli@2.13.0) (2020-08-19)
208
313
 
209
314
  ### Bug Fixes
210
315
 
211
- * cli openapi generator op name inference ([a9b561c](https://github.com/loopbackio/loopback-next/commit/a9b561c3a322aa6a6a4b725dc4da6e3881c21a4c)), closes [#3417](https://github.com/loopbackio/loopback-next/issues/3417)
316
+ - ibm i db2 connector
317
+ ([e6a6cfd](https://github.com/loopbackio/loopback-next/commit/e6a6cfdb5ffc1ed6f77cc8fe1179408e835090d0))
318
+ - remove .npmrc when Yarn has been selected
319
+ ([ebb6b3a](https://github.com/loopbackio/loopback-next/commit/ebb6b3aa87bdca6a65034386104947f1936fd09b))
320
+ - use Yarn in scripts when Yarn is selected
321
+ ([142ae8b](https://github.com/loopbackio/loopback-next/commit/142ae8b9d124e9f8c71ac4e9b6ae4b1c13c42d13))
322
+ - **docs:** rename legacy juggler to juggler
323
+ ([d1febb1](https://github.com/loopbackio/loopback-next/commit/d1febb17341ef647e203cb24cba3b716c0163f4c))
212
324
 
325
+ ### Features
213
326
 
327
+ - add the git user as the author of a project
328
+ ([873ea96](https://github.com/loopbackio/loopback-next/commit/873ea9651766234053b4d6142495c8e94b4c194e))
329
+ - set the project template version to 0.0.1
330
+ ([05bbf62](https://github.com/loopbackio/loopback-next/commit/05bbf62f70237691ed9ae21101de7f056fd6d260))
331
+ - **cli:** update translation messages
332
+ ([c854e4f](https://github.com/loopbackio/loopback-next/commit/c854e4f697a37f85778b1f867f5e568ecd1832a5))
214
333
 
334
+ # [2.12.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.11.0...@loopback/cli@2.12.0) (2020-08-05)
215
335
 
336
+ ### Features
216
337
 
217
- # [2.20.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.19.0...@loopback/cli@2.20.0) (2021-03-18)
338
+ - **cli:** add hasManyThrough to relation option
339
+ ([1c3fb1e](https://github.com/loopbackio/loopback-next/commit/1c3fb1eaf9dfeb887545a075f2c468a5900d345f))
340
+ - **cli:** update eslintignore template to skip linting `.eslintrc.js`
341
+ ([a8b3b00](https://github.com/loopbackio/loopback-next/commit/a8b3b00845e8922ca4fd2572ffeedfaa4a979b50))
342
+ - **cli:** update template for `src/sequence.ts`
343
+ ([dc5023c](https://github.com/loopbackio/loopback-next/commit/dc5023cc26ae4e81a542bdc4d861104bffc8ed1b))
218
344
 
345
+ # [2.11.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.10.0...@loopback/cli@2.11.0) (2020-07-20)
219
346
 
220
347
  ### Bug Fixes
221
348
 
222
- * update spdx-license-list ([34073ce](https://github.com/loopbackio/loopback-next/commit/34073cec118aea4002e474cae0573d3cd94c9d1b))
223
- * use a named export with @lerna/* ([d0f6a7d](https://github.com/loopbackio/loopback-next/commit/d0f6a7dac49a32d27ba3971ccb893da5396b36ee))
224
- * **cli:** add rebuild script to package.json of extensions ([c7623a2](https://github.com/loopbackio/loopback-next/commit/c7623a245821bb770ad6e01a0bd8a4954684e026))
225
-
349
+ - fix
350
+ ([852e7d8](https://github.com/loopbackio/loopback-next/commit/852e7d8c9fab34a71a5232001a01db779cf7bfe9))
351
+ - globalize artifacts creation result
352
+ ([dfdad08](https://github.com/loopbackio/loopback-next/commit/dfdad088eb8d82cdff63ec801c4a0ac3e3af8573))
353
+ - globalize help options
354
+ ([44ac989](https://github.com/loopbackio/loopback-next/commit/44ac9894ff0679f4a48d867e5c515923c6754ef2))
355
+ - globalize strings for repository generator
356
+ ([2cbe048](https://github.com/loopbackio/loopback-next/commit/2cbe04844bc8065e0c1f127a96967a9a70940fe3))
357
+ - globlize strings for model generator
358
+ ([67729f9](https://github.com/loopbackio/loopback-next/commit/67729f918572a0144cc67fab6cfaa2ad389e9d33))
226
359
 
227
360
  ### Features
228
361
 
229
- * update package-lock.json to v2 consistently ([dfc3fbd](https://github.com/loopbackio/loopback-next/commit/dfc3fbdae0c9ca9f34c64154a471bef22d5ac6b7))
230
- * upgrade to TypeScript 4.2.x ([05930bc](https://github.com/loopbackio/loopback-next/commit/05930bc0cece3909dd66f75ad91eeaa2d365a480))
362
+ - **cli:** honor `required` flag for parameters
363
+ ([5debaa9](https://github.com/loopbackio/loopback-next/commit/5debaa9d0f856b6a5df88cdd54e2a8253c9a0b5b))
364
+ - **cli:** remove openapi-v3 from project template dependencies
365
+ ([e992c15](https://github.com/loopbackio/loopback-next/commit/e992c1551fe4a398b7add572c335c6c5309cae5b))
366
+ - **cli:** update translation messages
367
+ ([c28acef](https://github.com/loopbackio/loopback-next/commit/c28acefd2bcb0af4c4eff59f04ed4058a6eef603))
231
368
 
369
+ # [2.10.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.9.1...@loopback/cli@2.10.0) (2020-06-30)
232
370
 
233
- ### Reverts
371
+ ### Bug Fixes
234
372
 
235
- * Revert "chore: update dependency spdx-license-list to ^6.4.0" ([86aa11a](https://github.com/loopbackio/loopback-next/commit/86aa11aed5afb358891e6a6c9d6b01e2a493585b))
373
+ - **cli:** set processDestinationPath option for backward-compatibility
374
+ ([b1de0d5](https://github.com/loopbackio/loopback-next/commit/b1de0d5922a894155a805418d1826537706232ef))
236
375
 
376
+ ### Features
237
377
 
378
+ - **cli:** improve snapshot matcher to be compatible with parallel testing
379
+ ([862072b](https://github.com/loopbackio/loopback-next/commit/862072b82ad88ec4b248e0b243dda58b53640f94))
238
380
 
381
+ ## [2.9.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.9.0...@loopback/cli@2.9.1) (2020-06-23)
239
382
 
383
+ ### Bug Fixes
240
384
 
241
- # [2.19.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.18.0...@loopback/cli@2.19.0) (2021-02-09)
385
+ - set node version to >=10.16 to support events.once
386
+ ([e39da1c](https://github.com/loopbackio/loopback-next/commit/e39da1ca47728eafaf83c10ce35b09b03b6a4edc))
242
387
 
388
+ # [2.9.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.8.0...@loopback/cli@2.9.0) (2020-06-11)
243
389
 
244
390
  ### Features
245
391
 
246
- * **cli:** add graphql example ([6e53690](https://github.com/loopbackio/loopback-next/commit/6e536904cd495a6d9d2d34bf9d184a2fa56c7bb2))
392
+ - **cli:** allow custom copyright/license lines
393
+ ([f4ef6b6](https://github.com/loopbackio/loopback-next/commit/f4ef6b64305812922a1a61ba837111e5c8509fdc))
394
+
395
+ # [2.8.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.7.1...@loopback/cli@2.8.0) (2020-05-28)
247
396
 
397
+ ### Bug Fixes
248
398
 
399
+ - **cli:** group union/intersection types for array
400
+ ([5172b5f](https://github.com/loopbackio/loopback-next/commit/5172b5ffac629c6b875e9416f587db0eaa986634))
401
+ - **docs:** add todo-jwt to example list
402
+ ([7024e8e](https://github.com/loopbackio/loopback-next/commit/7024e8e969684e6a5f0ecbcf08b98e6c940024c4))
403
+ - use correct relation name in belongsTo template
404
+ ([826120c](https://github.com/loopbackio/loopback-next/commit/826120c10a881c80232e4963a6e0148790ba6518))
249
405
 
406
+ ### Features
250
407
 
408
+ - **cli:** print out a url for `lb4 update` to open changelogs
409
+ ([ccd7531](https://github.com/loopbackio/loopback-next/commit/ccd7531abeb5e45a97fc7f1b9bb4817727c08cbe))
410
+ - **cli:** update application template to generate openapi-spec.ts
411
+ ([3b58292](https://github.com/loopbackio/loopback-next/commit/3b582929714915fb21487228f5f56c2562626ef3))
251
412
 
252
- # [2.18.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.17.2...@loopback/cli@2.18.0) (2021-01-21)
413
+ ## [2.7.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.7.0...@loopback/cli@2.7.1) (2020-05-20)
253
414
 
415
+ **Note:** Version bump only for package @loopback/cli
254
416
 
255
- ### Bug Fixes
417
+ # [2.7.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.6.0...@loopback/cli@2.7.0) (2020-05-19)
256
418
 
257
- * **cli:** copyright year git integration ([ce8fa66](https://github.com/loopbackio/loopback-next/commit/ce8fa663e756d49cc1544752461f4b62b28a72ce))
419
+ ### Bug Fixes
258
420
 
421
+ - **cli:** add yeoman-environment as a dependency
422
+ ([065ff27](https://github.com/loopbackio/loopback-next/commit/065ff273d60264e1d3fe87ab249bfaa139149010))
259
423
 
260
424
  ### Features
261
425
 
262
- * fix eslint violations ([062de9c](https://github.com/loopbackio/loopback-next/commit/062de9c5f908332f58f54ddf13798a22ca21f1e7))
426
+ - upgrade to TypeScript 3.9.x
427
+ ([3300e45](https://github.com/loopbackio/loopback-next/commit/3300e4569ab8410bb1285f7a54d326e9d976476d))
428
+ - **cli:** remove `node_modules` before run `npm install` for `lb4 update`
429
+ ([54ff104](https://github.com/loopbackio/loopback-next/commit/54ff10429b91355adb6363847de3c0cc2bf28da1))
430
+ - **cli:** update dependencies to be compatible with ESLint 7.x
431
+ ([d05d357](https://github.com/loopbackio/loopback-next/commit/d05d3575312f987155542ce0222e2da86d3dfbe9))
263
432
 
433
+ # [2.6.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.5.0...@loopback/cli@2.6.0) (2020-05-07)
264
434
 
435
+ ### Bug Fixes
265
436
 
437
+ - **cli:** add passport-login to example cli
438
+ ([221bd6b](https://github.com/loopbackio/loopback-next/commit/221bd6b958763e3bf0a8f6fa5dc7c1be090d82d1))
439
+ - **cli:** ignoring default when require is true
440
+ ([44fd3bc](https://github.com/loopbackio/loopback-next/commit/44fd3bcd03c6c4c0f8e6467466a23ad14f35120b))
441
+ - **cli:** make yarn related tests conditional on the yarn availablity
442
+ ([3c579f6](https://github.com/loopbackio/loopback-next/commit/3c579f66da2ed47d0e44d733dcba63ed5403ff1d))
266
443
 
444
+ ### Features
267
445
 
268
- ## [2.17.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.17.1...@loopback/cli@2.17.2) (2020-12-07)
446
+ - **cli:** add `baseModel` option for `lb4 openapi` command
447
+ ([53f819d](https://github.com/loopbackio/loopback-next/commit/53f819dfc372ea48b90a04fd2e59f1a62233e9dc))
448
+ - **cli:** add bash-completion using tabtab package
449
+ ([a0dd2c9](https://github.com/loopbackio/loopback-next/commit/a0dd2c9a20bcd36b8fac85a07aa0a3bbff56694f))
450
+ - **cli:** add middleware support in sequence.ts template
451
+ ([b2df4e6](https://github.com/loopbackio/loopback-next/commit/b2df4e641aa973eddf0b4df25cc23c88bf22981e))
452
+ - **cli:** add yarn support for generated projects
453
+ ([320aab9](https://github.com/loopbackio/loopback-next/commit/320aab9eddadf38a001f8aea690d108dfa5b5dfa))
269
454
 
455
+ # [2.5.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.4.4...@loopback/cli@2.5.0) (2020-04-29)
270
456
 
271
457
  ### Bug Fixes
272
458
 
273
- * show README with yarn when selected and make it dynamic ([e2a88c8](https://github.com/loopbackio/loopback-next/commit/e2a88c8878e3dfff84b98789180b5aaae870a2eb))
459
+ - **authentication-jwt:** fix package.json and rename the package
460
+ ([0973d18](https://github.com/loopbackio/loopback-next/commit/0973d18ee4e94391367ee3510a9f0bc2eebaf4b7))
461
+ - **cli:** clean up datasource/service code generation
462
+ ([818121f](https://github.com/loopbackio/loopback-next/commit/818121f69e78cf4d0e5d747b90ef6cfe32b68f4e))
463
+ - **cli:** extract body from response object returned by openapi connector
464
+ ([2895ad9](https://github.com/loopbackio/loopback-next/commit/2895ad9d0c3a16af24f5335b055693900fdf1b16))
465
+ - **cli:** fix eslint violation as `fs.exists` returns `void`
466
+ ([c70839b](https://github.com/loopbackio/loopback-next/commit/c70839b1a0f90a570eff4ac63dac3c64b01dae60))
467
+ - **cli:** fix schema conversion with array types
468
+ ([12718bf](https://github.com/loopbackio/loopback-next/commit/12718bfd075de165586a92194b4650093c48c211))
469
+ - **cli:** mitigate json schema to be draft 7 compatible
470
+ ([0f6816a](https://github.com/loopbackio/loopback-next/commit/0f6816af26267c6573e374b7ad7a90d43e2055f0))
471
+ - **cli:** skip datasource selection with `--url` or non-matched `--datasource`
472
+ ([352bf34](https://github.com/loopbackio/loopback-next/commit/352bf34359b75efbbb77f9890db178391e908121))
473
+
474
+ ### Features
475
+
476
+ - **cli:** update opencli templates to match the openapi connector
477
+ ([a9965a3](https://github.com/loopbackio/loopback-next/commit/a9965a39ba82b9297f2a0d98b47846eea4a69516))
478
+ - remove hand-written datasource `stop()` method
479
+ ([df4ee09](https://github.com/loopbackio/loopback-next/commit/df4ee09482fa67522629c381a0de595ce12d9a1b))
480
+ - **cli:** add translation for 10 languages
481
+ ([c93735f](https://github.com/loopbackio/loopback-next/commit/c93735fdc60fa959fc93ecc1c6251d654f673e8c))
482
+ - **cli:** add translation for 4 left languages
483
+ ([a2a9270](https://github.com/loopbackio/loopback-next/commit/a2a9270401dc9818aafa2e040bc9180aad146afc))
484
+ - **cli:** convert OpenAPI schema to JSON schema for model/property
485
+ ([d0785dd](https://github.com/loopbackio/loopback-next/commit/d0785ddd38c836d7495199f9a563f24931b0ec11))
486
+ - **cli:** improve `lb4 openapi --client` to handle method name mapping
487
+ ([c2f7ebd](https://github.com/loopbackio/loopback-next/commit/c2f7ebd9bd4a734e66299fd7858bdfd737d35140))
488
+ - **cli:** use forward-slash characters in spec URL on Windows
489
+ ([89fc25f](https://github.com/loopbackio/loopback-next/commit/89fc25fbc9ef3523a9306abcb39ce2054f7d2da7))
490
+ - **cli:** uses `HttpErrors` for openapi service proxies
491
+ ([0aa5e23](https://github.com/loopbackio/loopback-next/commit/0aa5e237691e75b2959827b922f0432bc522391a))
492
+ - move datasource config from JSON to TS files
493
+ ([6105456](https://github.com/loopbackio/loopback-next/commit/6105456deb6d7acadc3e46867558311dce2d005c))
494
+
495
+ ## [2.4.4](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.4.3...@loopback/cli@2.4.4) (2020-04-23)
274
496
 
497
+ ### Bug Fixes
275
498
 
499
+ - **cli:** fix the `lb4 app --apiconnect` code generation
500
+ ([ca5135a](https://github.com/loopbackio/loopback-next/commit/ca5135a539301633298a39b9738e308f2fce6c1b))
501
+ - **cli:** remove project references from examples
502
+ ([6359ed6](https://github.com/loopbackio/loopback-next/commit/6359ed6f33b3ed4c5ce0c87aa077c02225cc7651)),
503
+ closes
504
+ [loopbackio/loopback-next#5155](https://github.com/loopbackio/loopback-next/issues/5155)
276
505
 
506
+ ## [2.4.3](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.4.2...@loopback/cli@2.4.3) (2020-04-22)
277
507
 
508
+ ### Bug Fixes
278
509
 
279
- ## [2.17.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.17.0...@loopback/cli@2.17.1) (2020-11-18)
510
+ - **cli:** examples now use tsconfig.json instead of tsconfig.build.json
511
+ ([f01b4e9](https://github.com/loopbackio/loopback-next/commit/f01b4e915a00266bca02ac519e12026e774e0c98))
512
+
513
+ ## [2.4.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.4.1...@loopback/cli@2.4.2) (2020-04-22)
280
514
 
281
515
  **Note:** Version bump only for package @loopback/cli
282
516
 
517
+ ## [2.4.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.4.0...@loopback/cli@2.4.1) (2020-04-22)
283
518
 
519
+ **Note:** Version bump only for package @loopback/cli
284
520
 
521
+ # [2.4.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.3.1...@loopback/cli@2.4.0) (2020-04-22)
285
522
 
523
+ ### Bug Fixes
286
524
 
287
- # [2.17.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.16.1...@loopback/cli@2.17.0) (2020-11-05)
525
+ - add global strings from controller generator
526
+ ([c87bd07](https://github.com/loopbackio/loopback-next/commit/c87bd07c833e02831a1d7c92d3d8e730f540159c))
527
+ - fixes help menu undefined options
528
+ ([25baa8f](https://github.com/loopbackio/loopback-next/commit/25baa8f0870a48e5c1b2bd6dede64aee6bc18d11))
529
+ - globalize app generator strings
530
+ ([45e0172](https://github.com/loopbackio/loopback-next/commit/45e0172863b3787e039ffbf588b925c60ac984e5))
531
+ - globalize messages from artiface generator
532
+ ([5d54b55](https://github.com/loopbackio/loopback-next/commit/5d54b551fec4ded1737e3e29384ab4b694d65b65))
533
+ - **cli:** check if the object is `null` for OpenAPI spec cloning
534
+ ([ee13e9c](https://github.com/loopbackio/loopback-next/commit/ee13e9c37fdcb7464477bcd969d0d82741a8d0cb))
535
+ - globalize lb4 example strings
536
+ ([98fe611](https://github.com/loopbackio/loopback-next/commit/98fe6118a3fcfde906bccdabac176785bfa50d44))
537
+ - overwrite generator options from yeoman
538
+ ([ecfedee](https://github.com/loopbackio/loopback-next/commit/ecfedeec7ab0ad7bbf739bb3d8d93f8946f72207))
539
+ - **cli:** exclude `**/node_modules/**/*` from copyright header searching
540
+ ([9d989bd](https://github.com/loopbackio/loopback-next/commit/9d989bd7f7baadf2d8c8e0548d4702184e350054))
541
+ - **cli:** fix property schema mapping for openapi specs
542
+ ([b851aed](https://github.com/loopbackio/loopback-next/commit/b851aed4886be50d03aefc022bd7d9c9089523ef))
543
+
544
+ ### Features
545
+
546
+ - **cli:** add --client option for `lb4 openapi` to generate service proxies
547
+ ([63a18c8](https://github.com/loopbackio/loopback-next/commit/63a18c8cae03c18954653cee36d1043833c03e54))
548
+ - **cli:** add `--apiconnect` option to enable ApiConnectComponent
549
+ ([c2931d6](https://github.com/loopbackio/loopback-next/commit/c2931d6cb8d5f4077c3e680885eee0eee929bd6d))
550
+ - **cli:** allow generator fs to be used for updating index.ts
551
+ ([3c7ca41](https://github.com/loopbackio/loopback-next/commit/3c7ca41115948afc70a67a9f0d471949af8308f9))
552
+ - **cli:** populate OpenAPI spec objects into generated code
553
+ ([ae620d4](https://github.com/loopbackio/loopback-next/commit/ae620d4ad5e2be4bf8dcaac9b4842166b9b76215))
288
554
 
555
+ ## [2.3.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.3.0...@loopback/cli@2.3.1) (2020-04-11)
289
556
 
290
557
  ### Bug Fixes
291
558
 
292
- * **cli:** add missing language to code blocks ([672d331](https://github.com/loopbackio/loopback-next/commit/672d33111b840a9436c40d6fb7c2d583366ec2b8))
293
- * **cli:** fix build error when manually deleting a model, repository or controller ([00c9ee7](https://github.com/loopbackio/loopback-next/commit/00c9ee71e3b94af36c0a4643a5e91420490ff146)), closes [#3259](https://github.com/loopbackio/loopback-next/issues/3259)
294
- * **cli:** print a warning for Node.js versions that are not supported ([a03bc34](https://github.com/loopbackio/loopback-next/commit/a03bc34d0499bf6f7c96a5fc1cace45a32a92475))
559
+ - **cli:** make the StatusConflicter compatible with the base Conflicter
560
+ ([b6a1af9](https://github.com/loopbackio/loopback-next/commit/b6a1af98ccb0705ee3a802df68bb590ec74473f5))
561
+ - **cli:** remove unused imports from the crud controller template
562
+ ([848272d](https://github.com/loopbackio/loopback-next/commit/848272d980e94bc9f0878e678de12a336c0d8b8a))
295
563
 
564
+ # [2.3.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.2.1...@loopback/cli@2.3.0) (2020-04-08)
565
+
566
+ ### Bug Fixes
567
+
568
+ - **cli:** allow `-h` for help
569
+ ([f74092e](https://github.com/loopbackio/loopback-next/commit/f74092eb20acd9e9ab1875c56ccbcb2e55f4c1da))
570
+ - **cli:** make sure generated package.json is well formatted
571
+ ([38be23f](https://github.com/loopbackio/loopback-next/commit/38be23f46f02ea380f1290f12704078925d264cd))
572
+ - **cli:** remove `All rights reserved.` from the header for LICENSE
573
+ ([ce78b2a](https://github.com/loopbackio/loopback-next/commit/ce78b2a81314aacb46b525121ecdfdbd97d0d94e))
296
574
 
297
575
  ### Features
298
576
 
299
- * **cli:** add vscode launch tasks in app ([4b86952](https://github.com/loopbackio/loopback-next/commit/4b869527f46dc2917760330b87de09fa22a3d75d))
300
- * **cli:** improve lb4 copyright to accept custom license-header.template ([cf071cb](https://github.com/loopbackio/loopback-next/commit/cf071cb8546b1922b60443f3e86b1aeb8e336f8a))
301
- * **core:** add `init` to application life cycle events ([747bc7f](https://github.com/loopbackio/loopback-next/commit/747bc7fda83f44b288aefa505c6eddbe387122d4))
577
+ - **cli:** add `lb4 copyright` to generate/update file headers
578
+ ([abc6111](https://github.com/loopbackio/loopback-next/commit/abc6111148a831f47308f4284215ac9564f3c12b))
579
+ - **cli:** add `updateLicense` to `lb4 copyright` command
580
+ ([535df04](https://github.com/loopbackio/loopback-next/commit/535df04df75d39f2a5e36740ae1e0de27359af78))
581
+ - **cli:** allow --exclude <glob-pattern> to not update headers for excluded
582
+ files
583
+ ([a81ce7e](https://github.com/loopbackio/loopback-next/commit/a81ce7e1193f7408d30d984d0c3ddcec74f7c316))
584
+ - **cli:** implement dark mode in the app template
585
+ ([6939546](https://github.com/loopbackio/loopback-next/commit/6939546d2b0cba59d8a70ce500dbf1b6e42d682b))
586
+ - **cli:** print options for `lb4 copyright --help` and update docs
587
+ ([f23ecb7](https://github.com/loopbackio/loopback-next/commit/f23ecb741bcd589767d94acf2a394efddfe37ff6))
588
+ - **cli:** wrap license text with a max line length of 80 chars
589
+ ([a9046ed](https://github.com/loopbackio/loopback-next/commit/a9046ed639076bf8e06a0952c0ae2a298f92c330))
590
+
591
+ ## [2.2.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.2.0...@loopback/cli@2.2.1) (2020-03-24)
592
+
593
+ **Note:** Version bump only for package @loopback/cli
594
+
595
+ # [2.2.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.1.1...@loopback/cli@2.2.0) (2020-03-24)
302
596
 
597
+ ### Bug Fixes
303
598
 
599
+ - **cli:** add validation-app to example cli
600
+ ([36a70b3](https://github.com/loopbackio/loopback-next/commit/36a70b39062e3e8d467a3a820a51a58ffaefb613))
601
+ - update package locks
602
+ ([cd2f6fa](https://github.com/loopbackio/loopback-next/commit/cd2f6fa7a732afe4a16f4ccf8316ff3142959fe8))
304
603
 
604
+ ### Features
305
605
 
606
+ - **cli:** add `lb4 rest-crud` command to generate model endpoints from
607
+ model/datasource
608
+ ([38fd41e](https://github.com/loopbackio/loopback-next/commit/38fd41e26cd5abf52e69d0b275a730b195be813a))
306
609
 
307
- ## [2.16.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.16.0...@loopback/cli@2.16.1) (2020-10-08)
610
+ ## [2.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.1.0...@loopback/cli@2.1.1) (2020-03-17)
308
611
 
309
612
  **Note:** Version bump only for package @loopback/cli
310
613
 
614
+ # [2.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.0.1...@loopback/cli@2.1.0) (2020-03-17)
311
615
 
616
+ ### Bug Fixes
312
617
 
618
+ - **cli:** add ibmi, relocate db2z for affinity to other db2s
619
+ ([76bb470](https://github.com/loopbackio/loopback-next/commit/76bb470e8feba478796741d09b35fdb7549b79ab))
620
+ - **cli:** add missing examples to CLI
621
+ ([221d8d0](https://github.com/loopbackio/loopback-next/commit/221d8d00973e28475aee7771c521fd06b2723ef4))
313
622
 
623
+ ### Features
314
624
 
315
- # [2.16.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.15.1...@loopback/cli@2.16.0) (2020-10-07)
625
+ - **cli:** add translations for 14 languages
626
+ ([31bc951](https://github.com/loopbackio/loopback-next/commit/31bc951c405e3bf21bc10875bc1c8cc6a1bab794))
627
+ - **example-file-upload-download:** add file download support
628
+ ([12afd6b](https://github.com/loopbackio/loopback-next/commit/12afd6b47ee1d371c68d03bd86c03d49b5f43b8d))
629
+ - **example-rest-crud:** add example showing CrudRestApiBuilder
630
+ ([ea37afb](https://github.com/loopbackio/loopback-next/commit/ea37afb8d9e4ca9aef032b84e349e918d945e8ee))
316
631
 
632
+ ## [2.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.0.0...@loopback/cli@2.0.1) (2020-03-05)
317
633
 
318
634
  ### Bug Fixes
319
635
 
320
- * **cli:** update package dependencies in cli template ([ac511ee](https://github.com/loopbackio/loopback-next/commit/ac511ee264b72b314105da14ac0ec4c35d0cac9c))
636
+ - **cli:** include intl in package.json
637
+ ([097724b](https://github.com/loopbackio/loopback-next/commit/097724bc0d38ce6a499d2a26092a570451b5e026))
321
638
 
639
+ # [2.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.30.1...@loopback/cli@2.0.0) (2020-03-05)
322
640
 
323
- ### Features
641
+ ### Bug Fixes
324
642
 
325
- * **cli:** add exit option to mocharc template in generator ([64dbbde](https://github.com/loopbackio/loopback-next/commit/64dbbde2678d3a9de25ccad4f0b3b7adf77aa3db))
326
- * **cli:** build before migrate and openapi-spec ([b1d0bd6](https://github.com/loopbackio/loopback-next/commit/b1d0bd69319f71712d2dd257e3dea734218b3cbb))
327
- * **cli:** improve `lb4 update` to any package that uses `@loopback/*` ([9892b35](https://github.com/loopbackio/loopback-next/commit/9892b35ff771e40b9b2c3a5c5d7e17104a863211))
328
- * **cli:** leave numbers in dirname alone ([3c970ae](https://github.com/loopbackio/loopback-next/commit/3c970aec818f2371be3dec56e620b2cb29223c49))
329
- * **example-webpack:** add an example to generate bundles with webpack ([53bbb3a](https://github.com/loopbackio/loopback-next/commit/53bbb3a1ad36e45672bf8f64257e343f18258bd5))
330
- * **repository:** implement hasManyThrough resolver ([8e7767d](https://github.com/loopbackio/loopback-next/commit/8e7767df0a4679c8c70ad524e56aea9783def521))
643
+ - remove ref for v4.loopback.io
644
+ ([78f20c0](https://github.com/loopbackio/loopback-next/commit/78f20c0ed4db5f3ce0d7b676449ba3b22526319e))
645
+ - **cli:** correct root directory in test
646
+ ([f951052](https://github.com/loopbackio/loopback-next/commit/f951052a12b82923b18f781c3b0292de0a2c8634)),
647
+ closes [#4425](https://github.com/loopbackio/loopback-next/issues/4425)
648
+ - **cli:** extract messages for generators
649
+ ([2f572bd](https://github.com/loopbackio/loopback-next/commit/2f572bd75883420e38bfaa780bc38445aec92e65))
650
+ - **cli:** extract messages for generators
651
+ ([b264d60](https://github.com/loopbackio/loopback-next/commit/b264d60752e8487c0649b1f47419dbc06a111384))
652
+ - **cli:** ignore stdin when config is provided via CLI args
653
+ ([3d64cfe](https://github.com/loopbackio/loopback-next/commit/3d64cfebe19ae26b66ae7639a8ddffbf3dd54061))
654
+ - **cli:** move `loopback` to devDependencies
655
+ ([7701cab](https://github.com/loopbackio/loopback-next/commit/7701cab4a18f37be62269d075045a0d0b8eb7d57))
656
+ - **cli:** update tsconfig template excludes
657
+ ([1fcc463](https://github.com/loopbackio/loopback-next/commit/1fcc4633af333b56d0ba978e58fbc29778861215)),
658
+ closes
659
+ [/github.com/loopbackio/loopback-next/pull/4707#issuecomment-590255940](https://github.com//github.com/loopbackio/loopback-next/pull/4707/issues/issuecomment-590255940)
660
+ - cleanup tilde-path-app post test
661
+ ([4562a50](https://github.com/loopbackio/loopback-next/commit/4562a5055c40ea91d33c4e1f29c08edcefa7fdef)),
662
+ closes [#4652](https://github.com/loopbackio/loopback-next/issues/4652)
331
663
 
664
+ ### chore
332
665
 
666
+ - remove support for Node.js v8.x
667
+ ([4281d9d](https://github.com/loopbackio/loopback-next/commit/4281d9df50f0715d32879e1442a90b643ec8f542))
668
+
669
+ ### Features
670
+
671
+ - use [@param](https://github.com/param).filter and
672
+ [@param](https://github.com/param).where decorators
673
+ ([896ef74](https://github.com/loopbackio/loopback-next/commit/896ef7485376b3aedcca01a40f828bf1ed9470ae))
674
+ - **cli:** add `tslib` as a template dependency
675
+ ([267b074](https://github.com/loopbackio/loopback-next/commit/267b074a93dc7483333486e2b381b3d7168ebc79)),
676
+ closes [#4676](https://github.com/loopbackio/loopback-next/issues/4676)
677
+ - **cli:** add build:globalize option
678
+ ([3c42077](https://github.com/loopbackio/loopback-next/commit/3c4207730cd87e9399b18969c71515d44991e547))
679
+ - **cli:** allow different naming convention for discover
680
+ ([298e66e](https://github.com/loopbackio/loopback-next/commit/298e66e7430406d2615f7826c770ee126ae56d18))
681
+ - **cli:** automatically include base models when importing LB3 models
682
+ ([9d5f8a7](https://github.com/loopbackio/loopback-next/commit/9d5f8a771f475c1597bc5e1d22efc06e4940cbb7))
683
+ - **cli:** import LB3 models with a custom base class
684
+ ([aa3dc12](https://github.com/loopbackio/loopback-next/commit/aa3dc12e32bd9c297742c9b54224644ea81f7526))
685
+ - **cli:** improve logging from processing of config & options
686
+ ([41a39c1](https://github.com/loopbackio/loopback-next/commit/41a39c17a595bb92ea928d93318cc353e3e19218))
687
+ - **cli:** skip inherited props & settings when importing a LB3 model
688
+ ([97c8b05](https://github.com/loopbackio/loopback-next/commit/97c8b0535f32dc5271d84fa8b66009126ddae8e1))
689
+ - .vscode add typescript lint rules
690
+ ([e8eb371](https://github.com/loopbackio/loopback-next/commit/e8eb371af12ced96d0c87c88eae2be40b76c7911)),
691
+ closes [#4584](https://github.com/loopbackio/loopback-next/issues/4584)
692
+ - add `tslib` as dependency
693
+ ([a6e0b4c](https://github.com/loopbackio/loopback-next/commit/a6e0b4ce7b862764167cefedee14c1115b25e0a4)),
694
+ closes [#4676](https://github.com/loopbackio/loopback-next/issues/4676)
695
+ - lb3 migration tests for models customized with db metadata
696
+ ([c58cc11](https://github.com/loopbackio/loopback-next/commit/c58cc117b6e7a75e1920ce873a9cb4b98ff1058b))
333
697
 
698
+ ### BREAKING CHANGES
334
699
 
700
+ - Node.js v8.x is now end of life. Please upgrade to version 10 and above. See
701
+ https://nodejs.org/en/about/releases.
335
702
 
336
- ## [2.15.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.15.0...@loopback/cli@2.15.1) (2020-09-18)
703
+ ## [1.30.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.30.0...@loopback/cli@1.30.1) (2020-02-06)
337
704
 
338
705
  **Note:** Version bump only for package @loopback/cli
339
706
 
707
+ # [1.30.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.29.0...@loopback/cli@1.30.0) (2020-02-05)
340
708
 
709
+ ### Features
341
710
 
711
+ - leverage isactive for transaction
712
+ ([fc94437](https://github.com/loopbackio/loopback-next/commit/fc9443787039d4a1db3008a0141f5693f95bfbd4))
713
+ - **cli:** add hasOne relation type to `lb4 relation`
714
+ ([3046f3e](https://github.com/loopbackio/loopback-next/commit/3046f3e9ca29225c2ca64567af0be337a6fa5b00))
342
715
 
716
+ # [1.29.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.28.1...@loopback/cli@1.29.0) (2020-01-27)
343
717
 
344
- # [2.15.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.14.0...@loopback/cli@2.15.0) (2020-09-17)
718
+ ### Bug Fixes
345
719
 
720
+ - **cli:** disgard any changes if lb4 `relation` fails
721
+ ([08dc87c](https://github.com/loopbackio/loopback-next/commit/08dc87ca3f654f3669c5ffb130e1e4cbf0dcebef))
722
+ - **cli:** fix has many relation controller attribute
723
+ ([5aa83df](https://github.com/loopbackio/loopback-next/commit/5aa83df2fe3c38165174328d26726690f6cbafb5))
724
+ - **cli:** index file should be updated. Add relation interface to model
725
+ template
726
+ ([7fd9b88](https://github.com/loopbackio/loopback-next/commit/7fd9b88626a7d1b4a227077a4334fdbd00edea0d))
727
+ - **cli:** reject datasources with no name property for service generator
728
+ ([cc871e5](https://github.com/loopbackio/loopback-next/commit/cc871e509b5c3a0de2ac0dc1108332285aa808a4))
346
729
 
347
730
  ### Features
348
731
 
349
- * **cli:** improve README.md for application projects ([38582f4](https://github.com/loopbackio/loopback-next/commit/38582f43f0c325656344443189948fcf031efa37))
732
+ - **cli:** add static BINDING_KEY prop to non-global interceptors
733
+ ([5fbd95f](https://github.com/loopbackio/loopback-next/commit/5fbd95f47f67207d7e0430d8c08e2a9738e685ae))
350
734
 
735
+ ## [1.28.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.28.0...@loopback/cli@1.28.1) (2020-01-07)
351
736
 
737
+ **Note:** Version bump only for package @loopback/cli
352
738
 
739
+ # [1.28.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.27.0...@loopback/cli@1.28.0) (2020-01-07)
353
740
 
741
+ ### Features
354
742
 
355
- # [2.14.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.13.1...@loopback/cli@2.14.0) (2020-09-15)
743
+ - add title property to ping response schema definition
744
+ ([b8b7490](https://github.com/loopbackio/loopback-next/commit/b8b7490ce29d0973208ba38c3365de9091b7a795))
356
745
 
746
+ # [1.27.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.26.0...@loopback/cli@1.27.0) (2019-12-09)
357
747
 
358
748
  ### Features
359
749
 
360
- * update examples and docs to use `@loopback/*` instead of `@loopback/extension-*` ([a96b7cb](https://github.com/loopbackio/loopback-next/commit/a96b7cbb2e146f941b1fec0e7dd0b0829dcd0245))
361
- * **cli:** move "@loopback/core" to peerDependencies for new extensions ([3ee9a39](https://github.com/loopbackio/loopback-next/commit/3ee9a39acd6d76d200808dc1604c1d88b2bf42f9))
362
- * **cli:** update translation message ([6cea7cf](https://github.com/loopbackio/loopback-next/commit/6cea7cf85c7ac7bf38904ca4fd547d723e809432))
750
+ - **cli:** add default option for gracePeriodForClose to configure http/https
751
+ close
752
+ ([5a243e2](https://github.com/loopbackio/loopback-next/commit/5a243e280868c4b83d7b5685f326a44baf5cbd9a))
753
+ - **cli:** update templates to enable esModuleInterop and default imports from
754
+ non-ES modules
755
+ ([83e628b](https://github.com/loopbackio/loopback-next/commit/83e628bdf5834102aa9042e52a3d7e608d2d1754))
756
+
757
+ # [1.26.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.25.1...@loopback/cli@1.26.0) (2019-11-25)
363
758
 
759
+ ### Bug Fixes
364
760
 
761
+ - **cli:** disconnect the datasource after the model was discovered
762
+ ([ad30c61](https://github.com/loopbackio/loopback-next/commit/ad30c61e8f35795bef6c2aef893884e520561832))
763
+ - **cli:** emit correct property definitions for built-in types
764
+ ([6a972db](https://github.com/loopbackio/loopback-next/commit/6a972db819aab9f831a26da4f2f81abe3c26efe7))
765
+ - **cli:** emit correct property definitions for built-in types
766
+ ([9d34f23](https://github.com/loopbackio/loopback-next/commit/9d34f23bd8eadaed9a38ca95339384bddce041b2))
767
+ - **cli:** handle missing target artifact dir
768
+ ([ba34838](https://github.com/loopbackio/loopback-next/commit/ba348384b045d6976e257f09cdc610766568abfa))
769
+ - **cli:** updated OAS 'Date' JS Type Mapping to 'string'
770
+ ([839caa9](https://github.com/loopbackio/loopback-next/commit/839caa92038d5ba8548106cd4136ee40d9abf679))
365
771
 
772
+ ### Features
366
773
 
774
+ - **cli:** add `connectors.json`
775
+ ([802529e](https://github.com/loopbackio/loopback-next/commit/802529ed0ba1e3a9f9ef417b4b8b4a7459589682))
776
+ - use stringifyObject instead of JSON.stringify for connector metadata
777
+ ([da60ee7](https://github.com/loopbackio/loopback-next/commit/da60ee79d48a7ec11f510ccdbecc878e28651237))
778
+ - **cli:** add lb4 update command to check/update project dependencies
779
+ ([54d1896](https://github.com/loopbackio/loopback-next/commit/54d1896f63705b6938fe74ba2c21ad0b4d9bea23))
780
+ - **cli:** add the ability to check latest cli version
781
+ ([869d1e4](https://github.com/loopbackio/loopback-next/commit/869d1e4b19ba5483521a632a9c8af4b39ca7254f))
782
+ - **cli:** update controller template to enable filter for findById endpoint
783
+ ([b0ce84b](https://github.com/loopbackio/loopback-next/commit/b0ce84b79158cadf2f53bbe627da4d8196f0543f))
367
784
 
368
- ## [2.13.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.13.0...@loopback/cli@2.13.1) (2020-08-27)
785
+ ## [1.25.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.25.0...@loopback/cli@1.25.1) (2019-11-13)
369
786
 
370
787
  **Note:** Version bump only for package @loopback/cli
371
788
 
789
+ # [1.25.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.24.0...@loopback/cli@1.25.0) (2019-11-12)
372
790
 
791
+ ### Bug Fixes
373
792
 
793
+ - **cli:** improve message for model discovery code generation
794
+ ([15c11d4](https://github.com/loopbackio/loopback-next/commit/15c11d4b6644182b4bd5fc6be34fe805104fc3ca))
795
+ - update error message when failing to read datasource, to include filename
796
+ ([6663733](https://github.com/loopbackio/loopback-next/commit/6663733586ec3a98816f63a887c28b3debf51e4c)),
797
+ closes [#3965](https://github.com/loopbackio/loopback-next/issues/3965)
374
798
 
799
+ ### Features
375
800
 
376
- # [2.13.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.12.0...@loopback/cli@2.13.0) (2020-08-19)
801
+ - **cli:** generate datasource json with '.config.json` extension
802
+ ([51d8f7b](https://github.com/loopbackio/loopback-next/commit/51d8f7b20ec59f888fd6d0634efb47d111f00ef7))
803
+ - **cli:** improve UX of multi-item selection
804
+ ([077f38c](https://github.com/loopbackio/loopback-next/commit/077f38ceccb2e1568aed69dbe00e298b30106c30))
805
+ - **cli:** recognize PK properties defined as `{id: 1}`
806
+ ([1094509](https://github.com/loopbackio/loopback-next/commit/10945093e17b260686e532804f71965d7b156606))
377
807
 
808
+ # [1.24.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.23.2...@loopback/cli@1.24.0) (2019-10-24)
378
809
 
379
810
  ### Bug Fixes
380
811
 
381
- * ibm i db2 connector ([e6a6cfd](https://github.com/loopbackio/loopback-next/commit/e6a6cfdb5ffc1ed6f77cc8fe1179408e835090d0))
382
- * remove .npmrc when Yarn has been selected ([ebb6b3a](https://github.com/loopbackio/loopback-next/commit/ebb6b3aa87bdca6a65034386104947f1936fd09b))
383
- * use Yarn in scripts when Yarn is selected ([142ae8b](https://github.com/loopbackio/loopback-next/commit/142ae8b9d124e9f8c71ac4e9b6ae4b1c13c42d13))
384
- * **docs:** rename legacy juggler to juggler ([d1febb1](https://github.com/loopbackio/loopback-next/commit/d1febb17341ef647e203cb24cba3b716c0163f4c))
385
-
812
+ - **cli:** append "Service" in service generator
813
+ ([c8fb805](https://github.com/loopbackio/loopback-next/commit/c8fb8058c375fe22b0c64988c7ff91c1024084ed))
386
814
 
387
815
  ### Features
388
816
 
389
- * add the git user as the author of a project ([873ea96](https://github.com/loopbackio/loopback-next/commit/873ea9651766234053b4d6142495c8e94b4c194e))
390
- * set the project template version to 0.0.1 ([05bbf62](https://github.com/loopbackio/loopback-next/commit/05bbf62f70237691ed9ae21101de7f056fd6d260))
391
- * **cli:** update translation messages ([c854e4f](https://github.com/loopbackio/loopback-next/commit/c854e4f697a37f85778b1f867f5e568ecd1832a5))
817
+ - **cli:** add inclusion resolver to lb4 relation
818
+ ([199e1bc](https://github.com/loopbackio/loopback-next/commit/199e1bc84a6c57fe650db9588bdb121d27eca7a3))
392
819
 
820
+ ## [1.23.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.23.1...@loopback/cli@1.23.2) (2019-10-07)
393
821
 
822
+ ### Bug Fixes
394
823
 
824
+ - **cli:** fix typo in cli relation tests
825
+ ([466f79b](https://github.com/loopbackio/loopback-next/commit/466f79b))
395
826
 
827
+ ## [1.23.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.23.0...@loopback/cli@1.23.1) (2019-09-28)
396
828
 
397
- # [2.12.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.11.0...@loopback/cli@2.12.0) (2020-08-05)
829
+ ### Bug Fixes
398
830
 
831
+ - **cli:** make sure properties are correctly generated
832
+ ([369d58b](https://github.com/loopbackio/loopback-next/commit/369d58b))
399
833
 
400
- ### Features
834
+ # [1.23.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.22.1...@loopback/cli@1.23.0) (2019-09-27)
401
835
 
402
- * **cli:** add hasManyThrough to relation option ([1c3fb1e](https://github.com/loopbackio/loopback-next/commit/1c3fb1eaf9dfeb887545a075f2c468a5900d345f))
403
- * **cli:** update eslintignore template to skip linting `.eslintrc.js` ([a8b3b00](https://github.com/loopbackio/loopback-next/commit/a8b3b00845e8922ca4fd2572ffeedfaa4a979b50))
404
- * **cli:** update template for `src/sequence.ts` ([dc5023c](https://github.com/loopbackio/loopback-next/commit/dc5023cc26ae4e81a542bdc4d861104bffc8ed1b))
836
+ ### Bug Fixes
405
837
 
838
+ - **cli:** remove extra SPACE at EOL in help output
839
+ ([aeaf793](https://github.com/loopbackio/loopback-next/commit/aeaf793))
406
840
 
841
+ ### Features
407
842
 
843
+ - **cli:** add new command `import-lb3-model` (EXPERIMENTAL)
844
+ ([2e465e6](https://github.com/loopbackio/loopback-next/commit/2e465e6))
845
+ - **cli:** print help on updating snapshots when some snapshots were not matched
846
+ ([c6959b8](https://github.com/loopbackio/loopback-next/commit/c6959b8))
847
+ - **cli:** write snapshot files in parallel
848
+ ([a16ae34](https://github.com/loopbackio/loopback-next/commit/a16ae34))
408
849
 
850
+ ## [1.22.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.22.0...@loopback/cli@1.22.1) (2019-09-17)
409
851
 
410
- # [2.11.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.10.0...@loopback/cli@2.11.0) (2020-07-20)
852
+ **Note:** Version bump only for package @loopback/cli
411
853
 
854
+ # [1.22.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.21.6...@loopback/cli@1.22.0) (2019-09-17)
412
855
 
413
856
  ### Bug Fixes
414
857
 
415
- * fix ([852e7d8](https://github.com/loopbackio/loopback-next/commit/852e7d8c9fab34a71a5232001a01db779cf7bfe9))
416
- * globalize artifacts creation result ([dfdad08](https://github.com/loopbackio/loopback-next/commit/dfdad088eb8d82cdff63ec801c4a0ac3e3af8573))
417
- * globalize help options ([44ac989](https://github.com/loopbackio/loopback-next/commit/44ac9894ff0679f4a48d867e5c515923c6754ef2))
418
- * globalize strings for repository generator ([2cbe048](https://github.com/loopbackio/loopback-next/commit/2cbe04844bc8065e0c1f127a96967a9a70940fe3))
419
- * globlize strings for model generator ([67729f9](https://github.com/loopbackio/loopback-next/commit/67729f918572a0144cc67fab6cfaa2ad389e9d33))
420
-
858
+ - **cli:** exclude \*.tsbuildinfo from Docker image
859
+ ([581a0f3](https://github.com/loopbackio/loopback-next/commit/581a0f3))
860
+ - model with id required
861
+ ([270e13e](https://github.com/loopbackio/loopback-next/commit/270e13e))
862
+ - **cli:** fix schema title for POST operation in relation controllers
863
+ ([34a2077](https://github.com/loopbackio/loopback-next/commit/34a2077))
421
864
 
422
865
  ### Features
423
866
 
424
- * **cli:** honor `required` flag for parameters ([5debaa9](https://github.com/loopbackio/loopback-next/commit/5debaa9d0f856b6a5df88cdd54e2a8253c9a0b5b))
425
- * **cli:** remove openapi-v3 from project template dependencies ([e992c15](https://github.com/loopbackio/loopback-next/commit/e992c1551fe4a398b7add572c335c6c5309cae5b))
426
- * **cli:** update translation messages ([c28acef](https://github.com/loopbackio/loopback-next/commit/c28acefd2bcb0af4c4eff59f04ed4058a6eef603))
867
+ - **cli:** add lifecycle support for datasources
868
+ ([8573173](https://github.com/loopbackio/loopback-next/commit/8573173))
869
+ - use descriptive title to describe schema of POST (create) request bodies
870
+ ([8f49a45](https://github.com/loopbackio/loopback-next/commit/8f49a45))
871
+ - **eslint-config:** enable "no-misused-promises" rule
872
+ ([88d5494](https://github.com/loopbackio/loopback-next/commit/88d5494))
873
+
874
+ ## [1.21.6](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.21.5...@loopback/cli@1.21.6) (2019-09-06)
427
875
 
876
+ **Note:** Version bump only for package @loopback/cli
428
877
 
878
+ ## [1.21.5](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.21.4...@loopback/cli@1.21.5) (2019-09-03)
429
879
 
880
+ ### Bug Fixes
430
881
 
882
+ - **cli:** belongsto property generation
883
+ ([82a95d4](https://github.com/loopbackio/loopback-next/commit/82a95d4))
431
884
 
432
- # [2.10.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.9.1...@loopback/cli@2.10.0) (2020-06-30)
885
+ ## [1.21.4](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.21.3...@loopback/cli@1.21.4) (2019-08-19)
433
886
 
887
+ **Note:** Version bump only for package @loopback/cli
434
888
 
435
- ### Bug Fixes
889
+ ## [1.21.3](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.21.2...@loopback/cli@1.21.3) (2019-08-15)
436
890
 
437
- * **cli:** set processDestinationPath option for backward-compatibility ([b1de0d5](https://github.com/loopbackio/loopback-next/commit/b1de0d5922a894155a805418d1826537706232ef))
891
+ **Note:** Version bump only for package @loopback/cli
438
892
 
893
+ ## [1.21.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.21.1...@loopback/cli@1.21.2) (2019-08-15)
439
894
 
440
- ### Features
895
+ **Note:** Version bump only for package @loopback/cli
441
896
 
442
- * **cli:** improve snapshot matcher to be compatible with parallel testing ([862072b](https://github.com/loopbackio/loopback-next/commit/862072b82ad88ec4b248e0b243dda58b53640f94))
897
+ ## [1.21.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.21.0...@loopback/cli@1.21.1) (2019-08-15)
443
898
 
899
+ ### Bug Fixes
444
900
 
901
+ - set foreignkey to be optional in the requestbody of hasmany relation
902
+ ([d46ea18](https://github.com/loopbackio/loopback-next/commit/d46ea18))
445
903
 
904
+ # [1.21.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.20.0...@loopback/cli@1.21.0) (2019-07-31)
446
905
 
906
+ ### Bug Fixes
447
907
 
448
- ## [2.9.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.9.0...@loopback/cli@2.9.1) (2020-06-23)
908
+ - add class name separation to multiple class names output
909
+ ([fc79bf5](https://github.com/loopbackio/loopback-next/commit/fc79bf5)),
910
+ closes [#3350](https://github.com/loopbackio/loopback-next/issues/3350)
449
911
 
912
+ ### Features
450
913
 
451
- ### Bug Fixes
914
+ - **cli:** improve `lb4 service` to generate local service classes/providers
915
+ ([f743008](https://github.com/loopbackio/loopback-next/commit/f743008))
452
916
 
453
- * set node version to >=10.16 to support events.once ([e39da1c](https://github.com/loopbackio/loopback-next/commit/e39da1ca47728eafaf83c10ce35b09b03b6a4edc))
917
+ # [1.20.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.19.0...@loopback/cli@1.20.0) (2019-07-26)
454
918
 
919
+ ### Bug Fixes
455
920
 
921
+ - **cli:** remove -p option from eslint
922
+ ([d2ffd80](https://github.com/loopbackio/loopback-next/commit/d2ffd80))
923
+ - add support for excluding custom pk from POST requests
924
+ ([9694d99](https://github.com/loopbackio/loopback-next/commit/9694d99))
456
925
 
926
+ ### Features
457
927
 
928
+ - update examples and docs to use getModelSchemaRef
929
+ ([99758b1](https://github.com/loopbackio/loopback-next/commit/99758b1))
930
+ - **cli:** update templates to make use of getModelSchemaRef
931
+ ([4147619](https://github.com/loopbackio/loopback-next/commit/4147619))
932
+ - remove openapi-v3-types package
933
+ ([2a93395](https://github.com/loopbackio/loopback-next/commit/2a93395))
458
934
 
459
- # [2.9.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.8.0...@loopback/cli@2.9.0) (2020-06-11)
935
+ # [1.19.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.18.0...@loopback/cli@1.19.0) (2019-07-17)
936
+
937
+ ### Bug Fixes
460
938
 
939
+ - **cli:** app generator handles tildified project path. relevant test added
940
+ ([7f7feaa](https://github.com/loopbackio/loopback-next/commit/7f7feaa))
941
+ - **cli:** rearrange interceptor cli prompts
942
+ ([0b2ed34](https://github.com/loopbackio/loopback-next/commit/0b2ed34))
943
+ - fix conflict
944
+ ([6302101](https://github.com/loopbackio/loopback-next/commit/6302101))
461
945
 
462
946
  ### Features
463
947
 
464
- * **cli:** allow custom copyright/license lines ([f4ef6b6](https://github.com/loopbackio/loopback-next/commit/f4ef6b64305812922a1a61ba837111e5c8509fdc))
948
+ - **cli:** modify controller templates to exclude id from POST requests
949
+ ([4c1ce67](https://github.com/loopbackio/loopback-next/commit/4c1ce67))
950
+ - **cli:** store original cli version in .yo.rc.json
951
+ ([3b7db55](https://github.com/loopbackio/loopback-next/commit/3b7db55))
465
952
 
953
+ # [1.18.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.17.2...@loopback/cli@1.18.0) (2019-06-28)
466
954
 
955
+ ### Bug Fixes
467
956
 
957
+ - address violations of "no-floating-promises" rule
958
+ ([0947531](https://github.com/loopbackio/loopback-next/commit/0947531))
468
959
 
960
+ ### Features
469
961
 
470
- # [2.8.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.7.1...@loopback/cli@2.8.0) (2020-05-28)
962
+ - **cli:** enable source map for npm start script
963
+ ([1882240](https://github.com/loopbackio/loopback-next/commit/1882240))
964
+ - **cli:** modify Controller templates to allow partial updates via PATCH
965
+ ([c7c6695](https://github.com/loopbackio/loopback-next/commit/c7c6695))
471
966
 
967
+ ## [1.17.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.17.1...@loopback/cli@1.17.2) (2019-06-21)
472
968
 
473
969
  ### Bug Fixes
474
970
 
475
- * **cli:** group union/intersection types for array ([5172b5f](https://github.com/loopbackio/loopback-next/commit/5172b5ffac629c6b875e9416f587db0eaa986634))
476
- * **docs:** add todo-jwt to example list ([7024e8e](https://github.com/loopbackio/loopback-next/commit/7024e8e969684e6a5f0ecbcf08b98e6c940024c4))
477
- * use correct relation name in belongsTo template ([826120c](https://github.com/loopbackio/loopback-next/commit/826120c10a881c80232e4963a6e0148790ba6518))
971
+ - **cli:** make sure tsbuildinfo is removed by the clean script
972
+ ([3fdc0b1](https://github.com/loopbackio/loopback-next/commit/3fdc0b1))
973
+ - **cli:** remove no-any warning from model template
974
+ ([264aa28](https://github.com/loopbackio/loopback-next/commit/264aa28))
478
975
 
976
+ ## [1.17.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.17.0...@loopback/cli@1.17.1) (2019-06-20)
479
977
 
480
- ### Features
978
+ **Note:** Version bump only for package @loopback/cli
481
979
 
482
- * **cli:** print out a url for `lb4 update` to open changelogs ([ccd7531](https://github.com/loopbackio/loopback-next/commit/ccd7531abeb5e45a97fc7f1b9bb4817727c08cbe))
483
- * **cli:** update application template to generate openapi-spec.ts ([3b58292](https://github.com/loopbackio/loopback-next/commit/3b582929714915fb21487228f5f56c2562626ef3))
980
+ # [1.17.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.16.1...@loopback/cli@1.17.0) (2019-06-17)
484
981
 
982
+ ### Bug Fixes
485
983
 
984
+ - **cli:** change class/file naming convention. Add prompt msg
985
+ ([0b2a45b](https://github.com/loopbackio/loopback-next/commit/0b2a45b))
986
+ - discover uses owner instead of schema
987
+ ([ed588b6](https://github.com/loopbackio/loopback-next/commit/ed588b6))
988
+ - remove forgotten references to tslint
989
+ ([faa0a92](https://github.com/loopbackio/loopback-next/commit/faa0a92))
990
+ - **cli:** discover prompt exits after generating
991
+ ([8ba0dd5](https://github.com/loopbackio/loopback-next/commit/8ba0dd5))
486
992
 
993
+ ### Features
487
994
 
995
+ - **build:** enable incremental compilation
996
+ ([2120712](https://github.com/loopbackio/loopback-next/commit/2120712))
488
997
 
489
- ## [2.7.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.7.0...@loopback/cli@2.7.1) (2020-05-20)
998
+ ## [1.16.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.16.0...@loopback/cli@1.16.1) (2019-06-06)
490
999
 
491
1000
  **Note:** Version bump only for package @loopback/cli
492
1001
 
1002
+ # [1.16.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.15.1...@loopback/cli@1.16.0) (2019-06-06)
493
1003
 
1004
+ ### Features
494
1005
 
1006
+ - **cli:** add lb4 interceptor command to generate interceptors
1007
+ ([58017b6](https://github.com/loopbackio/loopback-next/commit/58017b6))
495
1008
 
1009
+ ## [1.15.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.15.0...@loopback/cli@1.15.1) (2019-06-03)
496
1010
 
497
- # [2.7.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.6.0...@loopback/cli@2.7.0) (2020-05-19)
1011
+ ### Bug Fixes
498
1012
 
1013
+ - **cli:** add eslint related dev dependencies to generated package.json
1014
+ ([fc18caf](https://github.com/loopbackio/loopback-next/commit/fc18caf))
499
1015
 
500
- ### Bug Fixes
1016
+ # [1.15.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.14.1...@loopback/cli@1.15.0) (2019-06-03)
501
1017
 
502
- * **cli:** add yeoman-environment as a dependency ([065ff27](https://github.com/loopbackio/loopback-next/commit/065ff273d60264e1d3fe87ab249bfaa139149010))
1018
+ ### Bug Fixes
503
1019
 
1020
+ - **cli:** add type param to Filter and Where
1021
+ ([a9570bc](https://github.com/loopbackio/loopback-next/commit/a9570bc))
504
1022
 
505
1023
  ### Features
506
1024
 
507
- * upgrade to TypeScript 3.9.x ([3300e45](https://github.com/loopbackio/loopback-next/commit/3300e4569ab8410bb1285f7a54d326e9d976476d))
508
- * **cli:** remove `node_modules` before run `npm install` for `lb4 update` ([54ff104](https://github.com/loopbackio/loopback-next/commit/54ff10429b91355adb6363847de3c0cc2bf28da1))
509
- * **cli:** update dependencies to be compatible with ESLint 7.x ([d05d357](https://github.com/loopbackio/loopback-next/commit/d05d3575312f987155542ce0222e2da86d3dfbe9))
1025
+ - add navigational properties to find\* methods
1026
+ ([1f0aa0b](https://github.com/loopbackio/loopback-next/commit/1f0aa0b))
1027
+ - replace tslint with eslint
1028
+ ([44185a7](https://github.com/loopbackio/loopback-next/commit/44185a7))
510
1029
 
1030
+ ## [1.14.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.14.0...@loopback/cli@1.14.1) (2019-05-31)
511
1031
 
1032
+ ### Bug Fixes
512
1033
 
1034
+ - modelSettings is stringified properly
1035
+ [#2915](https://github.com/loopbackio/loopback-next/issues/2915)
1036
+ ([84072ec](https://github.com/loopbackio/loopback-next/commit/84072ec))
513
1037
 
1038
+ # [1.14.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.13.1...@loopback/cli@1.14.0) (2019-05-30)
514
1039
 
515
- # [2.6.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.5.0...@loopback/cli@2.6.0) (2020-05-07)
1040
+ ### Features
1041
+
1042
+ - **cli:** add `lb4 relation` command
1043
+ ([75939a4](https://github.com/loopbackio/loopback-next/commit/75939a4))
516
1044
 
1045
+ ## [1.13.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.13.0...@loopback/cli@1.13.1) (2019-05-23)
517
1046
 
518
1047
  ### Bug Fixes
519
1048
 
520
- * **cli:** add passport-login to example cli ([221bd6b](https://github.com/loopbackio/loopback-next/commit/221bd6b958763e3bf0a8f6fa5dc7c1be090d82d1))
521
- * **cli:** ignoring default when require is true ([44fd3bc](https://github.com/loopbackio/loopback-next/commit/44fd3bcd03c6c4c0f8e6467466a23ad14f35120b))
522
- * **cli:** make yarn related tests conditional on the yarn availablity ([3c579f6](https://github.com/loopbackio/loopback-next/commit/3c579f66da2ed47d0e44d733dcba63ed5403ff1d))
1049
+ - **cli:** clean up template for life cycle observers
1050
+ ([6733610](https://github.com/loopbackio/loopback-next/commit/6733610))
523
1051
 
1052
+ # [1.13.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.12.1...@loopback/cli@1.13.0) (2019-05-14)
524
1053
 
525
1054
  ### Features
526
1055
 
527
- * **cli:** add `baseModel` option for `lb4 openapi` command ([53f819d](https://github.com/loopbackio/loopback-next/commit/53f819dfc372ea48b90a04fd2e59f1a62233e9dc))
528
- * **cli:** add bash-completion using tabtab package ([a0dd2c9](https://github.com/loopbackio/loopback-next/commit/a0dd2c9a20bcd36b8fac85a07aa0a3bbff56694f))
529
- * **cli:** add middleware support in sequence.ts template ([b2df4e6](https://github.com/loopbackio/loopback-next/commit/b2df4e641aa973eddf0b4df25cc23c88bf22981e))
530
- * **cli:** add yarn support for generated projects ([320aab9](https://github.com/loopbackio/loopback-next/commit/320aab9eddadf38a001f8aea690d108dfa5b5dfa))
531
-
532
-
533
-
534
-
535
-
536
- # [2.5.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.4.4...@loopback/cli@2.5.0) (2020-04-29)
537
-
538
-
539
- ### Bug Fixes
540
-
541
- * **authentication-jwt:** fix package.json and rename the package ([0973d18](https://github.com/loopbackio/loopback-next/commit/0973d18ee4e94391367ee3510a9f0bc2eebaf4b7))
542
- * **cli:** clean up datasource/service code generation ([818121f](https://github.com/loopbackio/loopback-next/commit/818121f69e78cf4d0e5d747b90ef6cfe32b68f4e))
543
- * **cli:** extract body from response object returned by openapi connector ([2895ad9](https://github.com/loopbackio/loopback-next/commit/2895ad9d0c3a16af24f5335b055693900fdf1b16))
544
- * **cli:** fix eslint violation as `fs.exists` returns `void` ([c70839b](https://github.com/loopbackio/loopback-next/commit/c70839b1a0f90a570eff4ac63dac3c64b01dae60))
545
- * **cli:** fix schema conversion with array types ([12718bf](https://github.com/loopbackio/loopback-next/commit/12718bfd075de165586a92194b4650093c48c211))
546
- * **cli:** mitigate json schema to be draft 7 compatible ([0f6816a](https://github.com/loopbackio/loopback-next/commit/0f6816af26267c6573e374b7ad7a90d43e2055f0))
547
- * **cli:** skip datasource selection with `--url` or non-matched `--datasource` ([352bf34](https://github.com/loopbackio/loopback-next/commit/352bf34359b75efbbb77f9890db178391e908121))
548
-
549
-
550
- ### Features
551
-
552
- * **cli:** update opencli templates to match the openapi connector ([a9965a3](https://github.com/loopbackio/loopback-next/commit/a9965a39ba82b9297f2a0d98b47846eea4a69516))
553
- * remove hand-written datasource `stop()` method ([df4ee09](https://github.com/loopbackio/loopback-next/commit/df4ee09482fa67522629c381a0de595ce12d9a1b))
554
- * **cli:** add translation for 10 languages ([c93735f](https://github.com/loopbackio/loopback-next/commit/c93735fdc60fa959fc93ecc1c6251d654f673e8c))
555
- * **cli:** add translation for 4 left languages ([a2a9270](https://github.com/loopbackio/loopback-next/commit/a2a9270401dc9818aafa2e040bc9180aad146afc))
556
- * **cli:** convert OpenAPI schema to JSON schema for model/property ([d0785dd](https://github.com/loopbackio/loopback-next/commit/d0785ddd38c836d7495199f9a563f24931b0ec11))
557
- * **cli:** improve `lb4 openapi --client` to handle method name mapping ([c2f7ebd](https://github.com/loopbackio/loopback-next/commit/c2f7ebd9bd4a734e66299fd7858bdfd737d35140))
558
- * **cli:** use forward-slash characters in spec URL on Windows ([89fc25f](https://github.com/loopbackio/loopback-next/commit/89fc25fbc9ef3523a9306abcb39ce2054f7d2da7))
559
- * **cli:** uses `HttpErrors` for openapi service proxies ([0aa5e23](https://github.com/loopbackio/loopback-next/commit/0aa5e237691e75b2959827b922f0432bc522391a))
560
- * move datasource config from JSON to TS files ([6105456](https://github.com/loopbackio/loopback-next/commit/6105456deb6d7acadc3e46867558311dce2d005c))
561
-
562
-
563
-
564
-
565
-
566
- ## [2.4.4](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.4.3...@loopback/cli@2.4.4) (2020-04-23)
567
-
568
-
569
- ### Bug Fixes
570
-
571
- * **cli:** fix the `lb4 app --apiconnect` code generation ([ca5135a](https://github.com/loopbackio/loopback-next/commit/ca5135a539301633298a39b9738e308f2fce6c1b))
572
- * **cli:** remove project references from examples ([6359ed6](https://github.com/loopbackio/loopback-next/commit/6359ed6f33b3ed4c5ce0c87aa077c02225cc7651)), closes [loopbackio/loopback-next#5155](https://github.com/loopbackio/loopback-next/issues/5155)
573
-
574
-
575
-
576
-
577
-
578
- ## [2.4.3](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.4.2...@loopback/cli@2.4.3) (2020-04-22)
579
-
580
-
581
- ### Bug Fixes
582
-
583
- * **cli:** examples now use tsconfig.json instead of tsconfig.build.json ([f01b4e9](https://github.com/loopbackio/loopback-next/commit/f01b4e915a00266bca02ac519e12026e774e0c98))
584
-
585
-
586
-
587
-
588
-
589
- ## [2.4.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.4.1...@loopback/cli@2.4.2) (2020-04-22)
590
-
591
- **Note:** Version bump only for package @loopback/cli
592
-
593
-
594
-
595
-
596
-
597
- ## [2.4.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.4.0...@loopback/cli@2.4.1) (2020-04-22)
598
-
599
- **Note:** Version bump only for package @loopback/cli
600
-
601
-
602
-
603
-
604
-
605
- # [2.4.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.3.1...@loopback/cli@2.4.0) (2020-04-22)
606
-
607
-
608
- ### Bug Fixes
609
-
610
- * add global strings from controller generator ([c87bd07](https://github.com/loopbackio/loopback-next/commit/c87bd07c833e02831a1d7c92d3d8e730f540159c))
611
- * fixes help menu undefined options ([25baa8f](https://github.com/loopbackio/loopback-next/commit/25baa8f0870a48e5c1b2bd6dede64aee6bc18d11))
612
- * globalize app generator strings ([45e0172](https://github.com/loopbackio/loopback-next/commit/45e0172863b3787e039ffbf588b925c60ac984e5))
613
- * globalize messages from artiface generator ([5d54b55](https://github.com/loopbackio/loopback-next/commit/5d54b551fec4ded1737e3e29384ab4b694d65b65))
614
- * **cli:** check if the object is `null` for OpenAPI spec cloning ([ee13e9c](https://github.com/loopbackio/loopback-next/commit/ee13e9c37fdcb7464477bcd969d0d82741a8d0cb))
615
- * globalize lb4 example strings ([98fe611](https://github.com/loopbackio/loopback-next/commit/98fe6118a3fcfde906bccdabac176785bfa50d44))
616
- * overwrite generator options from yeoman ([ecfedee](https://github.com/loopbackio/loopback-next/commit/ecfedeec7ab0ad7bbf739bb3d8d93f8946f72207))
617
- * **cli:** exclude `**/node_modules/**/*` from copyright header searching ([9d989bd](https://github.com/loopbackio/loopback-next/commit/9d989bd7f7baadf2d8c8e0548d4702184e350054))
618
- * **cli:** fix property schema mapping for openapi specs ([b851aed](https://github.com/loopbackio/loopback-next/commit/b851aed4886be50d03aefc022bd7d9c9089523ef))
619
-
620
-
621
- ### Features
622
-
623
- * **cli:** add --client option for `lb4 openapi` to generate service proxies ([63a18c8](https://github.com/loopbackio/loopback-next/commit/63a18c8cae03c18954653cee36d1043833c03e54))
624
- * **cli:** add `--apiconnect` option to enable ApiConnectComponent ([c2931d6](https://github.com/loopbackio/loopback-next/commit/c2931d6cb8d5f4077c3e680885eee0eee929bd6d))
625
- * **cli:** allow generator fs to be used for updating index.ts ([3c7ca41](https://github.com/loopbackio/loopback-next/commit/3c7ca41115948afc70a67a9f0d471949af8308f9))
626
- * **cli:** populate OpenAPI spec objects into generated code ([ae620d4](https://github.com/loopbackio/loopback-next/commit/ae620d4ad5e2be4bf8dcaac9b4842166b9b76215))
627
-
628
-
629
-
630
-
631
-
632
- ## [2.3.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.3.0...@loopback/cli@2.3.1) (2020-04-11)
633
-
634
-
635
- ### Bug Fixes
636
-
637
- * **cli:** make the StatusConflicter compatible with the base Conflicter ([b6a1af9](https://github.com/loopbackio/loopback-next/commit/b6a1af98ccb0705ee3a802df68bb590ec74473f5))
638
- * **cli:** remove unused imports from the crud controller template ([848272d](https://github.com/loopbackio/loopback-next/commit/848272d980e94bc9f0878e678de12a336c0d8b8a))
639
-
640
-
641
-
642
-
643
-
644
- # [2.3.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.2.1...@loopback/cli@2.3.0) (2020-04-08)
645
-
646
-
647
- ### Bug Fixes
648
-
649
- * **cli:** allow `-h` for help ([f74092e](https://github.com/loopbackio/loopback-next/commit/f74092eb20acd9e9ab1875c56ccbcb2e55f4c1da))
650
- * **cli:** make sure generated package.json is well formatted ([38be23f](https://github.com/loopbackio/loopback-next/commit/38be23f46f02ea380f1290f12704078925d264cd))
651
- * **cli:** remove `All rights reserved.` from the header for LICENSE ([ce78b2a](https://github.com/loopbackio/loopback-next/commit/ce78b2a81314aacb46b525121ecdfdbd97d0d94e))
652
-
653
-
654
- ### Features
655
-
656
- * **cli:** add `lb4 copyright` to generate/update file headers ([abc6111](https://github.com/loopbackio/loopback-next/commit/abc6111148a831f47308f4284215ac9564f3c12b))
657
- * **cli:** add `updateLicense` to `lb4 copyright` command ([535df04](https://github.com/loopbackio/loopback-next/commit/535df04df75d39f2a5e36740ae1e0de27359af78))
658
- * **cli:** allow --exclude <glob-pattern> to not update headers for excluded files ([a81ce7e](https://github.com/loopbackio/loopback-next/commit/a81ce7e1193f7408d30d984d0c3ddcec74f7c316))
659
- * **cli:** implement dark mode in the app template ([6939546](https://github.com/loopbackio/loopback-next/commit/6939546d2b0cba59d8a70ce500dbf1b6e42d682b))
660
- * **cli:** print options for `lb4 copyright --help` and update docs ([f23ecb7](https://github.com/loopbackio/loopback-next/commit/f23ecb741bcd589767d94acf2a394efddfe37ff6))
661
- * **cli:** wrap license text with a max line length of 80 chars ([a9046ed](https://github.com/loopbackio/loopback-next/commit/a9046ed639076bf8e06a0952c0ae2a298f92c330))
662
-
663
-
664
-
665
-
666
-
667
- ## [2.2.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.2.0...@loopback/cli@2.2.1) (2020-03-24)
668
-
669
- **Note:** Version bump only for package @loopback/cli
670
-
671
-
672
-
673
-
674
-
675
- # [2.2.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.1.1...@loopback/cli@2.2.0) (2020-03-24)
676
-
677
-
678
- ### Bug Fixes
679
-
680
- * **cli:** add validation-app to example cli ([36a70b3](https://github.com/loopbackio/loopback-next/commit/36a70b39062e3e8d467a3a820a51a58ffaefb613))
681
- * update package locks ([cd2f6fa](https://github.com/loopbackio/loopback-next/commit/cd2f6fa7a732afe4a16f4ccf8316ff3142959fe8))
682
-
683
-
684
- ### Features
685
-
686
- * **cli:** add `lb4 rest-crud` command to generate model endpoints from model/datasource ([38fd41e](https://github.com/loopbackio/loopback-next/commit/38fd41e26cd5abf52e69d0b275a730b195be813a))
687
-
688
-
689
-
690
-
691
-
692
- ## [2.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.1.0...@loopback/cli@2.1.1) (2020-03-17)
693
-
694
- **Note:** Version bump only for package @loopback/cli
695
-
696
-
697
-
698
-
699
-
700
- # [2.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.0.1...@loopback/cli@2.1.0) (2020-03-17)
701
-
702
-
703
- ### Bug Fixes
704
-
705
- * **cli:** add ibmi, relocate db2z for affinity to other db2s ([76bb470](https://github.com/loopbackio/loopback-next/commit/76bb470e8feba478796741d09b35fdb7549b79ab))
706
- * **cli:** add missing examples to CLI ([221d8d0](https://github.com/loopbackio/loopback-next/commit/221d8d00973e28475aee7771c521fd06b2723ef4))
707
-
708
-
709
- ### Features
710
-
711
- * **cli:** add translations for 14 languages ([31bc951](https://github.com/loopbackio/loopback-next/commit/31bc951c405e3bf21bc10875bc1c8cc6a1bab794))
712
- * **example-file-upload-download:** add file download support ([12afd6b](https://github.com/loopbackio/loopback-next/commit/12afd6b47ee1d371c68d03bd86c03d49b5f43b8d))
713
- * **example-rest-crud:** add example showing CrudRestApiBuilder ([ea37afb](https://github.com/loopbackio/loopback-next/commit/ea37afb8d9e4ca9aef032b84e349e918d945e8ee))
714
-
715
-
716
-
717
-
718
-
719
- ## [2.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@2.0.0...@loopback/cli@2.0.1) (2020-03-05)
720
-
721
-
722
- ### Bug Fixes
723
-
724
- * **cli:** include intl in package.json ([097724b](https://github.com/loopbackio/loopback-next/commit/097724bc0d38ce6a499d2a26092a570451b5e026))
725
-
726
-
727
-
728
-
729
-
730
- # [2.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.30.1...@loopback/cli@2.0.0) (2020-03-05)
731
-
732
-
733
- ### Bug Fixes
734
-
735
- * remove ref for v4.loopback.io ([78f20c0](https://github.com/loopbackio/loopback-next/commit/78f20c0ed4db5f3ce0d7b676449ba3b22526319e))
736
- * **cli:** correct root directory in test ([f951052](https://github.com/loopbackio/loopback-next/commit/f951052a12b82923b18f781c3b0292de0a2c8634)), closes [#4425](https://github.com/loopbackio/loopback-next/issues/4425)
737
- * **cli:** extract messages for generators ([2f572bd](https://github.com/loopbackio/loopback-next/commit/2f572bd75883420e38bfaa780bc38445aec92e65))
738
- * **cli:** extract messages for generators ([b264d60](https://github.com/loopbackio/loopback-next/commit/b264d60752e8487c0649b1f47419dbc06a111384))
739
- * **cli:** ignore stdin when config is provided via CLI args ([3d64cfe](https://github.com/loopbackio/loopback-next/commit/3d64cfebe19ae26b66ae7639a8ddffbf3dd54061))
740
- * **cli:** move `loopback` to devDependencies ([7701cab](https://github.com/loopbackio/loopback-next/commit/7701cab4a18f37be62269d075045a0d0b8eb7d57))
741
- * **cli:** update tsconfig template excludes ([1fcc463](https://github.com/loopbackio/loopback-next/commit/1fcc4633af333b56d0ba978e58fbc29778861215)), closes [/github.com/loopbackio/loopback-next/pull/4707#issuecomment-590255940](https://github.com//github.com/loopbackio/loopback-next/pull/4707/issues/issuecomment-590255940)
742
- * cleanup tilde-path-app post test ([4562a50](https://github.com/loopbackio/loopback-next/commit/4562a5055c40ea91d33c4e1f29c08edcefa7fdef)), closes [#4652](https://github.com/loopbackio/loopback-next/issues/4652)
743
-
744
-
745
- ### chore
746
-
747
- * remove support for Node.js v8.x ([4281d9d](https://github.com/loopbackio/loopback-next/commit/4281d9df50f0715d32879e1442a90b643ec8f542))
748
-
749
-
750
- ### Features
751
-
752
- * use [@param](https://github.com/param).filter and [@param](https://github.com/param).where decorators ([896ef74](https://github.com/loopbackio/loopback-next/commit/896ef7485376b3aedcca01a40f828bf1ed9470ae))
753
- * **cli:** add `tslib` as a template dependency ([267b074](https://github.com/loopbackio/loopback-next/commit/267b074a93dc7483333486e2b381b3d7168ebc79)), closes [#4676](https://github.com/loopbackio/loopback-next/issues/4676)
754
- * **cli:** add build:globalize option ([3c42077](https://github.com/loopbackio/loopback-next/commit/3c4207730cd87e9399b18969c71515d44991e547))
755
- * **cli:** allow different naming convention for discover ([298e66e](https://github.com/loopbackio/loopback-next/commit/298e66e7430406d2615f7826c770ee126ae56d18))
756
- * **cli:** automatically include base models when importing LB3 models ([9d5f8a7](https://github.com/loopbackio/loopback-next/commit/9d5f8a771f475c1597bc5e1d22efc06e4940cbb7))
757
- * **cli:** import LB3 models with a custom base class ([aa3dc12](https://github.com/loopbackio/loopback-next/commit/aa3dc12e32bd9c297742c9b54224644ea81f7526))
758
- * **cli:** improve logging from processing of config & options ([41a39c1](https://github.com/loopbackio/loopback-next/commit/41a39c17a595bb92ea928d93318cc353e3e19218))
759
- * **cli:** skip inherited props & settings when importing a LB3 model ([97c8b05](https://github.com/loopbackio/loopback-next/commit/97c8b0535f32dc5271d84fa8b66009126ddae8e1))
760
- * .vscode add typescript lint rules ([e8eb371](https://github.com/loopbackio/loopback-next/commit/e8eb371af12ced96d0c87c88eae2be40b76c7911)), closes [#4584](https://github.com/loopbackio/loopback-next/issues/4584)
761
- * add `tslib` as dependency ([a6e0b4c](https://github.com/loopbackio/loopback-next/commit/a6e0b4ce7b862764167cefedee14c1115b25e0a4)), closes [#4676](https://github.com/loopbackio/loopback-next/issues/4676)
762
- * lb3 migration tests for models customized with db metadata ([c58cc11](https://github.com/loopbackio/loopback-next/commit/c58cc117b6e7a75e1920ce873a9cb4b98ff1058b))
763
-
764
-
765
- ### BREAKING CHANGES
766
-
767
- * Node.js v8.x is now end of life. Please upgrade to version
768
- 10 and above. See https://nodejs.org/en/about/releases.
769
-
770
-
771
-
772
-
773
-
774
- ## [1.30.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.30.0...@loopback/cli@1.30.1) (2020-02-06)
775
-
776
- **Note:** Version bump only for package @loopback/cli
777
-
778
-
779
-
780
-
781
-
782
- # [1.30.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.29.0...@loopback/cli@1.30.0) (2020-02-05)
783
-
784
-
785
- ### Features
786
-
787
- * leverage isactive for transaction ([fc94437](https://github.com/loopbackio/loopback-next/commit/fc9443787039d4a1db3008a0141f5693f95bfbd4))
788
- * **cli:** add hasOne relation type to `lb4 relation` ([3046f3e](https://github.com/loopbackio/loopback-next/commit/3046f3e9ca29225c2ca64567af0be337a6fa5b00))
789
-
790
-
791
-
792
-
793
-
794
- # [1.29.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.28.1...@loopback/cli@1.29.0) (2020-01-27)
795
-
796
-
797
- ### Bug Fixes
798
-
799
- * **cli:** disgard any changes if lb4 `relation` fails ([08dc87c](https://github.com/loopbackio/loopback-next/commit/08dc87ca3f654f3669c5ffb130e1e4cbf0dcebef))
800
- * **cli:** fix has many relation controller attribute ([5aa83df](https://github.com/loopbackio/loopback-next/commit/5aa83df2fe3c38165174328d26726690f6cbafb5))
801
- * **cli:** index file should be updated. Add relation interface to model template ([7fd9b88](https://github.com/loopbackio/loopback-next/commit/7fd9b88626a7d1b4a227077a4334fdbd00edea0d))
802
- * **cli:** reject datasources with no name property for service generator ([cc871e5](https://github.com/loopbackio/loopback-next/commit/cc871e509b5c3a0de2ac0dc1108332285aa808a4))
803
-
804
-
805
- ### Features
806
-
807
- * **cli:** add static BINDING_KEY prop to non-global interceptors ([5fbd95f](https://github.com/loopbackio/loopback-next/commit/5fbd95f47f67207d7e0430d8c08e2a9738e685ae))
808
-
809
-
810
-
811
-
812
-
813
- ## [1.28.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.28.0...@loopback/cli@1.28.1) (2020-01-07)
814
-
815
- **Note:** Version bump only for package @loopback/cli
816
-
817
-
818
-
819
-
820
-
821
- # [1.28.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.27.0...@loopback/cli@1.28.0) (2020-01-07)
822
-
823
-
824
- ### Features
825
-
826
- * add title property to ping response schema definition ([b8b7490](https://github.com/loopbackio/loopback-next/commit/b8b7490ce29d0973208ba38c3365de9091b7a795))
827
-
828
-
829
-
830
-
831
-
832
- # [1.27.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.26.0...@loopback/cli@1.27.0) (2019-12-09)
833
-
834
-
835
- ### Features
836
-
837
- * **cli:** add default option for gracePeriodForClose to configure http/https close ([5a243e2](https://github.com/loopbackio/loopback-next/commit/5a243e280868c4b83d7b5685f326a44baf5cbd9a))
838
- * **cli:** update templates to enable esModuleInterop and default imports from non-ES modules ([83e628b](https://github.com/loopbackio/loopback-next/commit/83e628bdf5834102aa9042e52a3d7e608d2d1754))
839
-
840
-
841
-
842
-
843
-
844
- # [1.26.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.25.1...@loopback/cli@1.26.0) (2019-11-25)
845
-
846
-
847
- ### Bug Fixes
848
-
849
- * **cli:** disconnect the datasource after the model was discovered ([ad30c61](https://github.com/loopbackio/loopback-next/commit/ad30c61e8f35795bef6c2aef893884e520561832))
850
- * **cli:** emit correct property definitions for built-in types ([6a972db](https://github.com/loopbackio/loopback-next/commit/6a972db819aab9f831a26da4f2f81abe3c26efe7))
851
- * **cli:** emit correct property definitions for built-in types ([9d34f23](https://github.com/loopbackio/loopback-next/commit/9d34f23bd8eadaed9a38ca95339384bddce041b2))
852
- * **cli:** handle missing target artifact dir ([ba34838](https://github.com/loopbackio/loopback-next/commit/ba348384b045d6976e257f09cdc610766568abfa))
853
- * **cli:** updated OAS 'Date' JS Type Mapping to 'string' ([839caa9](https://github.com/loopbackio/loopback-next/commit/839caa92038d5ba8548106cd4136ee40d9abf679))
854
-
855
-
856
- ### Features
857
-
858
- * **cli:** add `connectors.json` ([802529e](https://github.com/loopbackio/loopback-next/commit/802529ed0ba1e3a9f9ef417b4b8b4a7459589682))
859
- * use stringifyObject instead of JSON.stringify for connector metadata ([da60ee7](https://github.com/loopbackio/loopback-next/commit/da60ee79d48a7ec11f510ccdbecc878e28651237))
860
- * **cli:** add lb4 update command to check/update project dependencies ([54d1896](https://github.com/loopbackio/loopback-next/commit/54d1896f63705b6938fe74ba2c21ad0b4d9bea23))
861
- * **cli:** add the ability to check latest cli version ([869d1e4](https://github.com/loopbackio/loopback-next/commit/869d1e4b19ba5483521a632a9c8af4b39ca7254f))
862
- * **cli:** update controller template to enable filter for findById endpoint ([b0ce84b](https://github.com/loopbackio/loopback-next/commit/b0ce84b79158cadf2f53bbe627da4d8196f0543f))
863
-
864
-
865
-
866
-
867
-
868
- ## [1.25.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.25.0...@loopback/cli@1.25.1) (2019-11-13)
869
-
870
- **Note:** Version bump only for package @loopback/cli
871
-
872
-
873
-
874
-
875
-
876
- # [1.25.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.24.0...@loopback/cli@1.25.0) (2019-11-12)
877
-
878
-
879
- ### Bug Fixes
880
-
881
- * **cli:** improve message for model discovery code generation ([15c11d4](https://github.com/loopbackio/loopback-next/commit/15c11d4b6644182b4bd5fc6be34fe805104fc3ca))
882
- * update error message when failing to read datasource, to include filename ([6663733](https://github.com/loopbackio/loopback-next/commit/6663733586ec3a98816f63a887c28b3debf51e4c)), closes [#3965](https://github.com/loopbackio/loopback-next/issues/3965)
883
-
884
-
885
- ### Features
886
-
887
- * **cli:** generate datasource json with '.config.json` extension ([51d8f7b](https://github.com/loopbackio/loopback-next/commit/51d8f7b20ec59f888fd6d0634efb47d111f00ef7))
888
- * **cli:** improve UX of multi-item selection ([077f38c](https://github.com/loopbackio/loopback-next/commit/077f38ceccb2e1568aed69dbe00e298b30106c30))
889
- * **cli:** recognize PK properties defined as `{id: 1}` ([1094509](https://github.com/loopbackio/loopback-next/commit/10945093e17b260686e532804f71965d7b156606))
890
-
891
-
892
-
893
-
894
-
895
- # [1.24.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.23.2...@loopback/cli@1.24.0) (2019-10-24)
896
-
897
-
898
- ### Bug Fixes
899
-
900
- * **cli:** append "Service" in service generator ([c8fb805](https://github.com/loopbackio/loopback-next/commit/c8fb8058c375fe22b0c64988c7ff91c1024084ed))
901
-
902
-
903
- ### Features
904
-
905
- * **cli:** add inclusion resolver to lb4 relation ([199e1bc](https://github.com/loopbackio/loopback-next/commit/199e1bc84a6c57fe650db9588bdb121d27eca7a3))
906
-
907
-
908
-
909
-
910
-
911
- ## [1.23.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.23.1...@loopback/cli@1.23.2) (2019-10-07)
912
-
913
-
914
- ### Bug Fixes
915
-
916
- * **cli:** fix typo in cli relation tests ([466f79b](https://github.com/loopbackio/loopback-next/commit/466f79b))
917
-
918
-
919
-
920
-
921
-
922
- ## [1.23.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.23.0...@loopback/cli@1.23.1) (2019-09-28)
923
-
924
-
925
- ### Bug Fixes
926
-
927
- * **cli:** make sure properties are correctly generated ([369d58b](https://github.com/loopbackio/loopback-next/commit/369d58b))
928
-
929
-
930
-
931
-
932
-
933
- # [1.23.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.22.1...@loopback/cli@1.23.0) (2019-09-27)
934
-
935
-
936
- ### Bug Fixes
937
-
938
- * **cli:** remove extra SPACE at EOL in help output ([aeaf793](https://github.com/loopbackio/loopback-next/commit/aeaf793))
939
-
940
-
941
- ### Features
942
-
943
- * **cli:** add new command `import-lb3-model` (EXPERIMENTAL) ([2e465e6](https://github.com/loopbackio/loopback-next/commit/2e465e6))
944
- * **cli:** print help on updating snapshots when some snapshots were not matched ([c6959b8](https://github.com/loopbackio/loopback-next/commit/c6959b8))
945
- * **cli:** write snapshot files in parallel ([a16ae34](https://github.com/loopbackio/loopback-next/commit/a16ae34))
946
-
947
-
948
-
949
-
950
-
951
- ## [1.22.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.22.0...@loopback/cli@1.22.1) (2019-09-17)
952
-
953
- **Note:** Version bump only for package @loopback/cli
954
-
955
-
956
-
957
-
958
-
959
- # [1.22.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.21.6...@loopback/cli@1.22.0) (2019-09-17)
960
-
961
-
962
- ### Bug Fixes
963
-
964
- * **cli:** exclude *.tsbuildinfo from Docker image ([581a0f3](https://github.com/loopbackio/loopback-next/commit/581a0f3))
965
- * model with id required ([270e13e](https://github.com/loopbackio/loopback-next/commit/270e13e))
966
- * **cli:** fix schema title for POST operation in relation controllers ([34a2077](https://github.com/loopbackio/loopback-next/commit/34a2077))
967
-
968
-
969
- ### Features
970
-
971
- * **cli:** add lifecycle support for datasources ([8573173](https://github.com/loopbackio/loopback-next/commit/8573173))
972
- * use descriptive title to describe schema of POST (create) request bodies ([8f49a45](https://github.com/loopbackio/loopback-next/commit/8f49a45))
973
- * **eslint-config:** enable "no-misused-promises" rule ([88d5494](https://github.com/loopbackio/loopback-next/commit/88d5494))
974
-
975
-
976
-
977
-
978
-
979
- ## [1.21.6](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.21.5...@loopback/cli@1.21.6) (2019-09-06)
980
-
981
- **Note:** Version bump only for package @loopback/cli
982
-
983
-
984
-
985
-
986
-
987
- ## [1.21.5](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.21.4...@loopback/cli@1.21.5) (2019-09-03)
988
-
989
-
990
- ### Bug Fixes
991
-
992
- * **cli:** belongsto property generation ([82a95d4](https://github.com/loopbackio/loopback-next/commit/82a95d4))
993
-
994
-
995
-
996
-
997
-
998
- ## [1.21.4](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.21.3...@loopback/cli@1.21.4) (2019-08-19)
999
-
1000
- **Note:** Version bump only for package @loopback/cli
1001
-
1002
-
1003
-
1004
-
1005
-
1006
- ## [1.21.3](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.21.2...@loopback/cli@1.21.3) (2019-08-15)
1007
-
1008
- **Note:** Version bump only for package @loopback/cli
1009
-
1010
-
1011
-
1012
-
1013
-
1014
- ## [1.21.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.21.1...@loopback/cli@1.21.2) (2019-08-15)
1015
-
1016
- **Note:** Version bump only for package @loopback/cli
1017
-
1018
-
1019
-
1020
-
1021
-
1022
- ## [1.21.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.21.0...@loopback/cli@1.21.1) (2019-08-15)
1023
-
1024
-
1025
- ### Bug Fixes
1026
-
1027
- * set foreignkey to be optional in the requestbody of hasmany relation ([d46ea18](https://github.com/loopbackio/loopback-next/commit/d46ea18))
1028
-
1029
-
1030
-
1031
-
1032
-
1033
- # [1.21.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.20.0...@loopback/cli@1.21.0) (2019-07-31)
1034
-
1035
-
1036
- ### Bug Fixes
1037
-
1038
- * add class name separation to multiple class names output ([fc79bf5](https://github.com/loopbackio/loopback-next/commit/fc79bf5)), closes [#3350](https://github.com/loopbackio/loopback-next/issues/3350)
1039
-
1040
-
1041
- ### Features
1042
-
1043
- * **cli:** improve `lb4 service` to generate local service classes/providers ([f743008](https://github.com/loopbackio/loopback-next/commit/f743008))
1044
-
1045
-
1046
-
1047
-
1048
-
1049
- # [1.20.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.19.0...@loopback/cli@1.20.0) (2019-07-26)
1050
-
1051
-
1052
- ### Bug Fixes
1053
-
1054
- * **cli:** remove -p option from eslint ([d2ffd80](https://github.com/loopbackio/loopback-next/commit/d2ffd80))
1055
- * add support for excluding custom pk from POST requests ([9694d99](https://github.com/loopbackio/loopback-next/commit/9694d99))
1056
-
1057
-
1058
- ### Features
1059
-
1060
- * update examples and docs to use getModelSchemaRef ([99758b1](https://github.com/loopbackio/loopback-next/commit/99758b1))
1061
- * **cli:** update templates to make use of getModelSchemaRef ([4147619](https://github.com/loopbackio/loopback-next/commit/4147619))
1062
- * remove openapi-v3-types package ([2a93395](https://github.com/loopbackio/loopback-next/commit/2a93395))
1063
-
1064
-
1065
-
1066
-
1067
-
1068
- # [1.19.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.18.0...@loopback/cli@1.19.0) (2019-07-17)
1069
-
1070
-
1071
- ### Bug Fixes
1072
-
1073
- * **cli:** app generator handles tildified project path. relevant test added ([7f7feaa](https://github.com/loopbackio/loopback-next/commit/7f7feaa))
1074
- * **cli:** rearrange interceptor cli prompts ([0b2ed34](https://github.com/loopbackio/loopback-next/commit/0b2ed34))
1075
- * fix conflict ([6302101](https://github.com/loopbackio/loopback-next/commit/6302101))
1076
-
1077
-
1078
- ### Features
1079
-
1080
- * **cli:** modify controller templates to exclude id from POST requests ([4c1ce67](https://github.com/loopbackio/loopback-next/commit/4c1ce67))
1081
- * **cli:** store original cli version in .yo.rc.json ([3b7db55](https://github.com/loopbackio/loopback-next/commit/3b7db55))
1082
-
1083
-
1084
-
1085
-
1086
-
1087
- # [1.18.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.17.2...@loopback/cli@1.18.0) (2019-06-28)
1088
-
1089
-
1090
- ### Bug Fixes
1091
-
1092
- * address violations of "no-floating-promises" rule ([0947531](https://github.com/loopbackio/loopback-next/commit/0947531))
1093
-
1094
-
1095
- ### Features
1096
-
1097
- * **cli:** enable source map for npm start script ([1882240](https://github.com/loopbackio/loopback-next/commit/1882240))
1098
- * **cli:** modify Controller templates to allow partial updates via PATCH ([c7c6695](https://github.com/loopbackio/loopback-next/commit/c7c6695))
1099
-
1100
-
1101
-
1102
-
1103
-
1104
- ## [1.17.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.17.1...@loopback/cli@1.17.2) (2019-06-21)
1105
-
1106
-
1107
- ### Bug Fixes
1108
-
1109
- * **cli:** make sure tsbuildinfo is removed by the clean script ([3fdc0b1](https://github.com/loopbackio/loopback-next/commit/3fdc0b1))
1110
- * **cli:** remove no-any warning from model template ([264aa28](https://github.com/loopbackio/loopback-next/commit/264aa28))
1111
-
1112
-
1113
-
1114
-
1115
-
1116
- ## [1.17.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.17.0...@loopback/cli@1.17.1) (2019-06-20)
1117
-
1118
- **Note:** Version bump only for package @loopback/cli
1119
-
1120
-
1121
-
1122
-
1123
-
1124
- # [1.17.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.16.1...@loopback/cli@1.17.0) (2019-06-17)
1125
-
1126
-
1127
- ### Bug Fixes
1128
-
1129
- * **cli:** change class/file naming convention. Add prompt msg ([0b2a45b](https://github.com/loopbackio/loopback-next/commit/0b2a45b))
1130
- * discover uses owner instead of schema ([ed588b6](https://github.com/loopbackio/loopback-next/commit/ed588b6))
1131
- * remove forgotten references to tslint ([faa0a92](https://github.com/loopbackio/loopback-next/commit/faa0a92))
1132
- * **cli:** discover prompt exits after generating ([8ba0dd5](https://github.com/loopbackio/loopback-next/commit/8ba0dd5))
1133
-
1134
-
1135
- ### Features
1136
-
1137
- * **build:** enable incremental compilation ([2120712](https://github.com/loopbackio/loopback-next/commit/2120712))
1138
-
1139
-
1140
-
1141
-
1142
-
1143
- ## [1.16.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.16.0...@loopback/cli@1.16.1) (2019-06-06)
1144
-
1145
- **Note:** Version bump only for package @loopback/cli
1146
-
1147
-
1148
-
1149
-
1150
-
1151
- # [1.16.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.15.1...@loopback/cli@1.16.0) (2019-06-06)
1152
-
1153
-
1154
- ### Features
1155
-
1156
- * **cli:** add lb4 interceptor command to generate interceptors ([58017b6](https://github.com/loopbackio/loopback-next/commit/58017b6))
1157
-
1158
-
1159
-
1160
-
1161
-
1162
- ## [1.15.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.15.0...@loopback/cli@1.15.1) (2019-06-03)
1163
-
1164
-
1165
- ### Bug Fixes
1166
-
1167
- * **cli:** add eslint related dev dependencies to generated package.json ([fc18caf](https://github.com/loopbackio/loopback-next/commit/fc18caf))
1168
-
1169
-
1170
-
1171
-
1172
-
1173
- # [1.15.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.14.1...@loopback/cli@1.15.0) (2019-06-03)
1174
-
1175
-
1176
- ### Bug Fixes
1177
-
1178
- * **cli:** add type param to Filter and Where ([a9570bc](https://github.com/loopbackio/loopback-next/commit/a9570bc))
1179
-
1180
-
1181
- ### Features
1182
-
1183
- * add navigational properties to find* methods ([1f0aa0b](https://github.com/loopbackio/loopback-next/commit/1f0aa0b))
1184
- * replace tslint with eslint ([44185a7](https://github.com/loopbackio/loopback-next/commit/44185a7))
1185
-
1186
-
1187
-
1188
-
1189
-
1190
- ## [1.14.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.14.0...@loopback/cli@1.14.1) (2019-05-31)
1191
-
1192
-
1193
- ### Bug Fixes
1194
-
1195
- * modelSettings is stringified properly [#2915](https://github.com/loopbackio/loopback-next/issues/2915) ([84072ec](https://github.com/loopbackio/loopback-next/commit/84072ec))
1196
-
1197
-
1198
-
1199
-
1200
-
1201
- # [1.14.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.13.1...@loopback/cli@1.14.0) (2019-05-30)
1202
-
1203
-
1204
- ### Features
1205
-
1206
- * **cli:** add `lb4 relation` command ([75939a4](https://github.com/loopbackio/loopback-next/commit/75939a4))
1207
-
1208
-
1209
-
1210
-
1211
-
1212
- ## [1.13.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.13.0...@loopback/cli@1.13.1) (2019-05-23)
1213
-
1214
-
1215
- ### Bug Fixes
1216
-
1217
- * **cli:** clean up template for life cycle observers ([6733610](https://github.com/loopbackio/loopback-next/commit/6733610))
1218
-
1219
-
1220
-
1221
-
1222
-
1223
- # [1.13.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.12.1...@loopback/cli@1.13.0) (2019-05-14)
1224
-
1225
-
1226
- ### Features
1227
-
1228
- * add lb3 application ([bf60011](https://github.com/loopbackio/loopback-next/commit/bf60011))
1229
-
1230
-
1231
-
1232
-
1056
+ - add lb3 application
1057
+ ([bf60011](https://github.com/loopbackio/loopback-next/commit/bf60011))
1233
1058
 
1234
1059
  ## [1.12.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.12.0...@loopback/cli@1.12.1) (2019-05-10)
1235
1060
 
1236
1061
  **Note:** Version bump only for package @loopback/cli
1237
1062
 
1238
-
1239
-
1240
-
1241
-
1242
1063
  # [1.12.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.11.3...@loopback/cli@1.12.0) (2019-05-09)
1243
1064
 
1244
-
1245
1065
  ### Features
1246
1066
 
1247
- * **cli:** improve scaffolding of complex model settings ([5035c63](https://github.com/loopbackio/loopback-next/commit/5035c63))
1248
-
1249
-
1250
-
1251
-
1067
+ - **cli:** improve scaffolding of complex model settings
1068
+ ([5035c63](https://github.com/loopbackio/loopback-next/commit/5035c63))
1252
1069
 
1253
1070
  ## [1.11.3](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.11.2...@loopback/cli@1.11.3) (2019-05-06)
1254
1071
 
1255
1072
  **Note:** Version bump only for package @loopback/cli
1256
1073
 
1257
-
1258
-
1259
-
1260
-
1261
1074
  ## [1.11.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.11.1...@loopback/cli@1.11.2) (2019-04-26)
1262
1075
 
1263
-
1264
1076
  ### Bug Fixes
1265
1077
 
1266
- * **cli:** escape char sequences for javascript comments ([83ff105](https://github.com/loopbackio/loopback-next/commit/83ff105))
1267
- * **cli:** escape identifiers with conflicting name as decorators ([6d71439](https://github.com/loopbackio/loopback-next/commit/6d71439))
1268
-
1269
-
1270
-
1271
-
1078
+ - **cli:** escape char sequences for javascript comments
1079
+ ([83ff105](https://github.com/loopbackio/loopback-next/commit/83ff105))
1080
+ - **cli:** escape identifiers with conflicting name as decorators
1081
+ ([6d71439](https://github.com/loopbackio/loopback-next/commit/6d71439))
1272
1082
 
1273
1083
  ## [1.11.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.11.0...@loopback/cli@1.11.1) (2019-04-20)
1274
1084
 
1275
-
1276
1085
  ### Bug Fixes
1277
1086
 
1278
- * **cli:** keep or escape property names for models ([cb308ad](https://github.com/loopbackio/loopback-next/commit/cb308ad))
1279
-
1280
-
1281
-
1282
-
1087
+ - **cli:** keep or escape property names for models
1088
+ ([cb308ad](https://github.com/loopbackio/loopback-next/commit/cb308ad))
1283
1089
 
1284
1090
  # [1.11.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.10.0...@loopback/cli@1.11.0) (2019-04-11)
1285
1091
 
1286
-
1287
1092
  ### Bug Fixes
1288
1093
 
1289
- * **cli:** generate operation only for the 1st tag to avoid duplicate routes ([4843a1f](https://github.com/loopbackio/loopback-next/commit/4843a1f))
1290
- * **cli:** improve openapi code generation for naming and typing ([af20548](https://github.com/loopbackio/loopback-next/commit/af20548))
1291
-
1094
+ - **cli:** generate operation only for the 1st tag to avoid duplicate routes
1095
+ ([4843a1f](https://github.com/loopbackio/loopback-next/commit/4843a1f))
1096
+ - **cli:** improve openapi code generation for naming and typing
1097
+ ([af20548](https://github.com/loopbackio/loopback-next/commit/af20548))
1292
1098
 
1293
1099
  ### Features
1294
1100
 
1295
- * **cli:** add lb4 discover for model discovery ([35f719c](https://github.com/loopbackio/loopback-next/commit/35f719c))
1296
- * **cli:** normalize variable names for OpenAPI paths ([a3d0dfc](https://github.com/loopbackio/loopback-next/commit/a3d0dfc))
1297
-
1298
-
1299
-
1300
-
1101
+ - **cli:** add lb4 discover for model discovery
1102
+ ([35f719c](https://github.com/loopbackio/loopback-next/commit/35f719c))
1103
+ - **cli:** normalize variable names for OpenAPI paths
1104
+ ([a3d0dfc](https://github.com/loopbackio/loopback-next/commit/a3d0dfc))
1301
1105
 
1302
1106
  # [1.10.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.9.0...@loopback/cli@1.10.0) (2019-04-09)
1303
1107
 
1304
-
1305
1108
  ### Bug Fixes
1306
1109
 
1307
- * **cli:** make sure the item type is imported for an array in openapi spec ([91b2381](https://github.com/loopbackio/loopback-next/commit/91b2381))
1308
-
1110
+ - **cli:** make sure the item type is imported for an array in openapi spec
1111
+ ([91b2381](https://github.com/loopbackio/loopback-next/commit/91b2381))
1309
1112
 
1310
1113
  ### Features
1311
1114
 
1312
- * **cli:** add `lb4 observer` command to generate life cycle scripts ([d54651d](https://github.com/loopbackio/loopback-next/commit/d54651d))
1313
-
1314
-
1315
-
1316
-
1115
+ - **cli:** add `lb4 observer` command to generate life cycle scripts
1116
+ ([d54651d](https://github.com/loopbackio/loopback-next/commit/d54651d))
1317
1117
 
1318
1118
  # [1.9.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.8.4...@loopback/cli@1.9.0) (2019-04-05)
1319
1119
 
1320
-
1321
1120
  ### Features
1322
1121
 
1323
- * add greeter-extension example ([9b09298](https://github.com/loopbackio/loopback-next/commit/9b09298))
1324
-
1325
-
1326
-
1327
-
1122
+ - add greeter-extension example
1123
+ ([9b09298](https://github.com/loopbackio/loopback-next/commit/9b09298))
1328
1124
 
1329
1125
  ## [1.8.4](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.8.3...@loopback/cli@1.8.4) (2019-03-22)
1330
1126
 
1331
1127
  **Note:** Version bump only for package @loopback/cli
1332
1128
 
1333
-
1334
-
1335
-
1336
-
1337
1129
  ## [1.8.3](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.8.2...@loopback/cli@1.8.3) (2019-03-22)
1338
1130
 
1339
-
1340
1131
  ### Bug Fixes
1341
1132
 
1342
- * **build:** remove "dom" from the list of global libraries ([781cd1d](https://github.com/loopbackio/loopback-next/commit/781cd1d))
1343
-
1344
-
1345
-
1346
-
1133
+ - **build:** remove "dom" from the list of global libraries
1134
+ ([781cd1d](https://github.com/loopbackio/loopback-next/commit/781cd1d))
1347
1135
 
1348
1136
  ## [1.8.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.8.1...@loopback/cli@1.8.2) (2019-03-12)
1349
1137
 
1350
-
1351
1138
  ### Bug Fixes
1352
1139
 
1353
- * **cli:** setup controller generator after adding properties ([b0ee417](https://github.com/loopbackio/loopback-next/commit/b0ee417))
1354
- * **cli:** simplify HTTP server setup in acceptance tests ([aa0e2f7](https://github.com/loopbackio/loopback-next/commit/aa0e2f7))
1355
- * **cli:** use pascalCase for toClassName to handle '-' ([861256c](https://github.com/loopbackio/loopback-next/commit/861256c))
1356
-
1140
+ - **cli:** setup controller generator after adding properties
1141
+ ([b0ee417](https://github.com/loopbackio/loopback-next/commit/b0ee417))
1142
+ - **cli:** simplify HTTP server setup in acceptance tests
1143
+ ([aa0e2f7](https://github.com/loopbackio/loopback-next/commit/aa0e2f7))
1144
+ - **cli:** use pascalCase for toClassName to handle '-'
1145
+ ([861256c](https://github.com/loopbackio/loopback-next/commit/861256c))
1357
1146
 
1358
1147
  ### Performance Improvements
1359
1148
 
1360
- * update dockerfile to better version ([5494243](https://github.com/loopbackio/loopback-next/commit/5494243))
1361
-
1362
-
1363
-
1364
-
1149
+ - update dockerfile to better version
1150
+ ([5494243](https://github.com/loopbackio/loopback-next/commit/5494243))
1365
1151
 
1366
1152
  ## [1.8.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.8.0...@loopback/cli@1.8.1) (2019-03-01)
1367
1153
 
1368
1154
  **Note:** Version bump only for package @loopback/cli
1369
1155
 
1370
-
1371
-
1372
-
1373
-
1374
1156
  # [1.8.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.7.0...@loopback/cli@1.8.0) (2019-03-01)
1375
1157
 
1376
-
1377
1158
  ### Bug Fixes
1378
1159
 
1379
- * **cli:** fix prompt for base repository class ([b429729](https://github.com/loopbackio/loopback-next/commit/b429729)), closes [#2429](https://github.com/loopbackio/loopback-next/issues/2429)
1380
-
1160
+ - **cli:** fix prompt for base repository class
1161
+ ([b429729](https://github.com/loopbackio/loopback-next/commit/b429729)),
1162
+ closes [#2429](https://github.com/loopbackio/loopback-next/issues/2429)
1381
1163
 
1382
1164
  ### Features
1383
1165
 
1384
- * add express example ([dd2400e](https://github.com/loopbackio/loopback-next/commit/dd2400e))
1385
-
1386
-
1387
-
1388
-
1166
+ - add express example
1167
+ ([dd2400e](https://github.com/loopbackio/loopback-next/commit/dd2400e))
1389
1168
 
1390
1169
  # [1.7.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.6.0...@loopback/cli@1.7.0) (2019-02-25)
1391
1170
 
1392
-
1393
1171
  ### Bug Fixes
1394
1172
 
1395
- * **cli:** do not install deps for built-in connectors ([2e035a5](https://github.com/loopbackio/loopback-next/commit/2e035a5))
1396
- * update version of nyc ([f8db27c](https://github.com/loopbackio/loopback-next/commit/f8db27c))
1397
- * **cli:** force test host to be HOST env var or ipv4 interface ([1664d4f](https://github.com/loopbackio/loopback-next/commit/1664d4f))
1398
- * **cli:** generate property.array for array of simple types ([ec80d9a](https://github.com/loopbackio/loopback-next/commit/ec80d9a))
1399
-
1173
+ - **cli:** do not install deps for built-in connectors
1174
+ ([2e035a5](https://github.com/loopbackio/loopback-next/commit/2e035a5))
1175
+ - update version of nyc
1176
+ ([f8db27c](https://github.com/loopbackio/loopback-next/commit/f8db27c))
1177
+ - **cli:** force test host to be HOST env var or ipv4 interface
1178
+ ([1664d4f](https://github.com/loopbackio/loopback-next/commit/1664d4f))
1179
+ - **cli:** generate property.array for array of simple types
1180
+ ([ec80d9a](https://github.com/loopbackio/loopback-next/commit/ec80d9a))
1400
1181
 
1401
1182
  ### Features
1402
1183
 
1403
- * **cli:** add `--docker` option to generate docker files ([4cd2442](https://github.com/loopbackio/loopback-next/commit/4cd2442))
1404
-
1405
-
1406
-
1407
-
1184
+ - **cli:** add `--docker` option to generate docker files
1185
+ ([4cd2442](https://github.com/loopbackio/loopback-next/commit/4cd2442))
1408
1186
 
1409
1187
  # [1.6.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.5.2...@loopback/cli@1.6.0) (2019-02-08)
1410
1188
 
1411
-
1412
1189
  ### Bug Fixes
1413
1190
 
1414
- * remove unused juggler import ([0121c10](https://github.com/loopbackio/loopback-next/commit/0121c10))
1415
- * update to the most recent lodash version ([65ee865](https://github.com/loopbackio/loopback-next/commit/65ee865))
1416
-
1191
+ - remove unused juggler import
1192
+ ([0121c10](https://github.com/loopbackio/loopback-next/commit/0121c10))
1193
+ - update to the most recent lodash version
1194
+ ([65ee865](https://github.com/loopbackio/loopback-next/commit/65ee865))
1417
1195
 
1418
1196
  ### Features
1419
1197
 
1420
- * **cli:** scaffold test files to `src/__tests__` ([d3a3bea](https://github.com/loopbackio/loopback-next/commit/d3a3bea))
1421
- * **cli:** use a custom repository base class ([edbbe88](https://github.com/loopbackio/loopback-next/commit/edbbe88))
1422
-
1423
-
1424
-
1425
-
1198
+ - **cli:** scaffold test files to `src/__tests__`
1199
+ ([d3a3bea](https://github.com/loopbackio/loopback-next/commit/d3a3bea))
1200
+ - **cli:** use a custom repository base class
1201
+ ([edbbe88](https://github.com/loopbackio/loopback-next/commit/edbbe88))
1426
1202
 
1427
1203
  ## [1.5.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.5.1...@loopback/cli@1.5.2) (2019-01-28)
1428
1204
 
1429
-
1430
1205
  ### Bug Fixes
1431
1206
 
1432
- * **cli:** add fs-extra dependency as it's used by lb example ([3c74ffa](https://github.com/loopbackio/loopback-next/commit/3c74ffa))
1433
- * **cli:** allow base class exist for model config option ([9605ed1](https://github.com/loopbackio/loopback-next/commit/9605ed1))
1434
-
1435
-
1436
-
1437
-
1207
+ - **cli:** add fs-extra dependency as it's used by lb example
1208
+ ([3c74ffa](https://github.com/loopbackio/loopback-next/commit/3c74ffa))
1209
+ - **cli:** allow base class exist for model config option
1210
+ ([9605ed1](https://github.com/loopbackio/loopback-next/commit/9605ed1))
1438
1211
 
1439
1212
  ## [1.5.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.5.0...@loopback/cli@1.5.1) (2019-01-15)
1440
1213
 
1441
-
1442
1214
  ### Bug Fixes
1443
1215
 
1444
- * **cli:** change enable setting check ([f4a9dc0](https://github.com/loopbackio/loopback-next/commit/f4a9dc0))
1445
-
1446
-
1447
-
1448
-
1216
+ - **cli:** change enable setting check
1217
+ ([f4a9dc0](https://github.com/loopbackio/loopback-next/commit/f4a9dc0))
1449
1218
 
1450
1219
  # [1.5.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.4.0...@loopback/cli@1.5.0) (2019-01-14)
1451
1220
 
1452
-
1453
1221
  ### Bug Fixes
1454
1222
 
1455
- * **cli:** add descriptions to features ([8a94f8f](https://github.com/loopbackio/loopback-next/commit/8a94f8f))
1456
- * **cli:** remove license header from test code template ([1fd35f4](https://github.com/loopbackio/loopback-next/commit/1fd35f4))
1457
-
1223
+ - **cli:** add descriptions to features
1224
+ ([8a94f8f](https://github.com/loopbackio/loopback-next/commit/8a94f8f))
1225
+ - **cli:** remove license header from test code template
1226
+ ([1fd35f4](https://github.com/loopbackio/loopback-next/commit/1fd35f4))
1458
1227
 
1459
1228
  ### Features
1460
1229
 
1461
- * always include tslint and typescript in project dev-dependencies ([e0df285](https://github.com/loopbackio/loopback-next/commit/e0df285))
1462
- * use dependency instead of keyword to check loopback projects ([bb6ee51](https://github.com/loopbackio/loopback-next/commit/bb6ee51))
1463
- * **cli:** add property modelSettings ([e0f75ac](https://github.com/loopbackio/loopback-next/commit/e0f75ac))
1464
- * **cli:** add strict prompt to model generator ([a68d78b](https://github.com/loopbackio/loopback-next/commit/a68d78b))
1465
-
1466
-
1467
-
1468
-
1230
+ - always include tslint and typescript in project dev-dependencies
1231
+ ([e0df285](https://github.com/loopbackio/loopback-next/commit/e0df285))
1232
+ - use dependency instead of keyword to check loopback projects
1233
+ ([bb6ee51](https://github.com/loopbackio/loopback-next/commit/bb6ee51))
1234
+ - **cli:** add property modelSettings
1235
+ ([e0f75ac](https://github.com/loopbackio/loopback-next/commit/e0f75ac))
1236
+ - **cli:** add strict prompt to model generator
1237
+ ([a68d78b](https://github.com/loopbackio/loopback-next/commit/a68d78b))
1469
1238
 
1470
1239
  # [1.4.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.3.0...@loopback/cli@1.4.0) (2018-12-20)
1471
1240
 
1472
-
1473
1241
  ### Bug Fixes
1474
1242
 
1475
- * **cli:** set `required: true` in property decoration for openapi ([3c37286](https://github.com/loopbackio/loopback-next/commit/3c37286))
1476
-
1243
+ - **cli:** set `required: true` in property decoration for openapi
1244
+ ([3c37286](https://github.com/loopbackio/loopback-next/commit/3c37286))
1477
1245
 
1478
1246
  ### Features
1479
1247
 
1480
- * **cli:** new projects load tslint config from `[@loopback](https://github.com/loopback)/tslint-config` ([5b9c329](https://github.com/loopbackio/loopback-next/commit/5b9c329))
1481
-
1482
-
1483
-
1484
-
1248
+ - **cli:** new projects load tslint config from
1249
+ `[@loopback](https://github.com/loopback)/tslint-config`
1250
+ ([5b9c329](https://github.com/loopbackio/loopback-next/commit/5b9c329))
1485
1251
 
1486
1252
  # [1.3.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.2.2...@loopback/cli@1.3.0) (2018-12-13)
1487
1253
 
1488
-
1489
1254
  ### Bug Fixes
1490
1255
 
1491
- * add model/entity descriptions ([8156f9d](https://github.com/loopbackio/loopback-next/commit/8156f9d))
1492
- * **cli:** add missing PUT method in rest controller template ([8394c74](https://github.com/loopbackio/loopback-next/commit/8394c74))
1493
- * change service generator ds to uppercase ([83840a3](https://github.com/loopbackio/loopback-next/commit/83840a3))
1494
-
1256
+ - add model/entity descriptions
1257
+ ([8156f9d](https://github.com/loopbackio/loopback-next/commit/8156f9d))
1258
+ - **cli:** add missing PUT method in rest controller template
1259
+ ([8394c74](https://github.com/loopbackio/loopback-next/commit/8394c74))
1260
+ - change service generator ds to uppercase
1261
+ ([83840a3](https://github.com/loopbackio/loopback-next/commit/83840a3))
1495
1262
 
1496
1263
  ### Features
1497
1264
 
1498
- * scaffold DB migration script for new app projects ([f783f07](https://github.com/loopbackio/loopback-next/commit/f783f07))
1499
- * **cli:** allow annonymous schemas in openapi to be mapped to models ([eedec1e](https://github.com/loopbackio/loopback-next/commit/eedec1e))
1500
-
1501
-
1502
-
1503
-
1265
+ - scaffold DB migration script for new app projects
1266
+ ([f783f07](https://github.com/loopbackio/loopback-next/commit/f783f07))
1267
+ - **cli:** allow annonymous schemas in openapi to be mapped to models
1268
+ ([eedec1e](https://github.com/loopbackio/loopback-next/commit/eedec1e))
1504
1269
 
1505
1270
  ## [1.2.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.2.1...@loopback/cli@1.2.2) (2018-11-26)
1506
1271
 
1507
1272
  **Note:** Version bump only for package @loopback/cli
1508
1273
 
1509
-
1510
-
1511
-
1512
-
1513
1274
  ## [1.2.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.2.0...@loopback/cli@1.2.1) (2018-11-17)
1514
1275
 
1515
1276
  **Note:** Version bump only for package @loopback/cli
1516
1277
 
1517
-
1518
-
1519
-
1520
-
1521
1278
  # [1.2.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.1.1...@loopback/cli@1.2.0) (2018-11-17)
1522
1279
 
1523
-
1524
1280
  ### Bug Fixes
1525
1281
 
1526
- * **cli:** allow `*` for version range ([0a42541](https://github.com/loopbackio/loopback-next/commit/0a42541))
1527
-
1282
+ - **cli:** allow `*` for version range
1283
+ ([0a42541](https://github.com/loopbackio/loopback-next/commit/0a42541))
1528
1284
 
1529
1285
  ### Features
1530
1286
 
1531
- * an extension adding a self-hosted REST API Explorer ([4c165c7](https://github.com/loopbackio/loopback-next/commit/4c165c7))
1532
-
1533
-
1534
-
1535
-
1287
+ - an extension adding a self-hosted REST API Explorer
1288
+ ([4c165c7](https://github.com/loopbackio/loopback-next/commit/4c165c7))
1536
1289
 
1537
1290
  ## [1.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.1.0...@loopback/cli@1.1.1) (2018-11-14)
1538
1291
 
1539
1292
  **Note:** Version bump only for package @loopback/cli
1540
1293
 
1541
-
1542
-
1543
-
1544
-
1545
1294
  <a name="1.1.0"></a>
1546
- # [1.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.0.1...@loopback/cli@1.1.0) (2018-11-08)
1547
1295
 
1296
+ # [1.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.0.1...@loopback/cli@1.1.0) (2018-11-08)
1548
1297
 
1549
1298
  ### Bug Fixes
1550
1299
 
1551
- * change unmatched html tags, remove redundant 'px' from 0 ([46d08f6](https://github.com/loopbackio/loopback-next/commit/46d08f6))
1552
- * **cli:** allow other connectors to be used for repositories ([9a0d9a8](https://github.com/loopbackio/loopback-next/commit/9a0d9a8))
1553
- * update usage of `x-ts-type` for schemas ([57c694e](https://github.com/loopbackio/loopback-next/commit/57c694e))
1554
- * **cli:** set glob options to support windows paths with special chars ([9a84ef0](https://github.com/loopbackio/loopback-next/commit/9a84ef0))
1555
-
1300
+ - change unmatched html tags, remove redundant 'px' from 0
1301
+ ([46d08f6](https://github.com/loopbackio/loopback-next/commit/46d08f6))
1302
+ - **cli:** allow other connectors to be used for repositories
1303
+ ([9a0d9a8](https://github.com/loopbackio/loopback-next/commit/9a0d9a8))
1304
+ - update usage of `x-ts-type` for schemas
1305
+ ([57c694e](https://github.com/loopbackio/loopback-next/commit/57c694e))
1306
+ - **cli:** set glob options to support windows paths with special chars
1307
+ ([9a84ef0](https://github.com/loopbackio/loopback-next/commit/9a84ef0))
1556
1308
 
1557
1309
  ### Features
1558
1310
 
1559
- * **cli:** use app.static for default home page ([1dcf169](https://github.com/loopbackio/loopback-next/commit/1dcf169))
1560
-
1561
-
1562
-
1563
-
1311
+ - **cli:** use app.static for default home page
1312
+ ([1dcf169](https://github.com/loopbackio/loopback-next/commit/1dcf169))
1564
1313
 
1565
1314
  <a name="1.0.1"></a>
1566
- ## [1.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.0.0...@loopback/cli@1.0.1) (2018-10-17)
1567
1315
 
1316
+ ## [1.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@1.0.0...@loopback/cli@1.0.1) (2018-10-17)
1568
1317
 
1569
1318
  ### Bug Fixes
1570
1319
 
1571
- * **cli:** add more exit checks to fail fast ([90c4406](https://github.com/loopbackio/loopback-next/commit/90c4406))
1572
-
1573
-
1574
-
1575
-
1320
+ - **cli:** add more exit checks to fail fast
1321
+ ([90c4406](https://github.com/loopbackio/loopback-next/commit/90c4406))
1576
1322
 
1577
1323
  <a name="0.31.0"></a>
1578
- # [0.31.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.30.0...@loopback/cli@0.31.0) (2018-10-08)
1579
1324
 
1325
+ # [0.31.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.30.0...@loopback/cli@0.31.0) (2018-10-08)
1580
1326
 
1581
1327
  ### Features
1582
1328
 
1583
- * use resolveJsonModule to load datasource config ([73e19ff](https://github.com/loopbackio/loopback-next/commit/73e19ff))
1584
-
1585
-
1586
-
1587
-
1329
+ - use resolveJsonModule to load datasource config
1330
+ ([73e19ff](https://github.com/loopbackio/loopback-next/commit/73e19ff))
1588
1331
 
1589
1332
  <a name="0.30.0"></a>
1590
- # [0.30.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.29.0...@loopback/cli@0.30.0) (2018-10-06)
1591
-
1592
-
1593
- ### Bug Fixes
1594
-
1595
- * **cli:** generate matching arg names for repository constructors ([190fbf3](https://github.com/loopbackio/loopback-next/commit/190fbf3))
1596
- * **cli:** remove dist-util from project templates ([f6c3048](https://github.com/loopbackio/loopback-next/commit/f6c3048))
1597
-
1598
-
1599
- ### Features
1600
-
1601
- * deprecate dist-util package ([91a343c](https://github.com/loopbackio/loopback-next/commit/91a343c))
1602
-
1603
-
1604
-
1605
1333
 
1334
+ # [0.30.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.29.0...@loopback/cli@0.30.0) (2018-10-06)
1606
1335
 
1607
- <a name="0.29.0"></a>
1608
- # [0.29.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.28.0...@loopback/cli@0.29.0) (2018-10-05)
1336
+ ### Bug Fixes
1609
1337
 
1338
+ - **cli:** generate matching arg names for repository constructors
1339
+ ([190fbf3](https://github.com/loopbackio/loopback-next/commit/190fbf3))
1340
+ - **cli:** remove dist-util from project templates
1341
+ ([f6c3048](https://github.com/loopbackio/loopback-next/commit/f6c3048))
1610
1342
 
1611
1343
  ### Features
1612
1344
 
1613
- * **cli:** add lb4 model option to select base model class ([4c0ce80](https://github.com/loopbackio/loopback-next/commit/4c0ce80)), closes [#1698](https://github.com/loopbackio/loopback-next/issues/1698)
1345
+ - deprecate dist-util package
1346
+ ([91a343c](https://github.com/loopbackio/loopback-next/commit/91a343c))
1614
1347
 
1348
+ <a name="0.29.0"></a>
1615
1349
 
1350
+ # [0.29.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.28.0...@loopback/cli@0.29.0) (2018-10-05)
1616
1351
 
1352
+ ### Features
1617
1353
 
1354
+ - **cli:** add lb4 model option to select base model class
1355
+ ([4c0ce80](https://github.com/loopbackio/loopback-next/commit/4c0ce80)),
1356
+ closes [#1698](https://github.com/loopbackio/loopback-next/issues/1698)
1618
1357
 
1619
1358
  <a name="0.28.0"></a>
1620
- # [0.28.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.27.0...@loopback/cli@0.28.0) (2018-10-03)
1621
1359
 
1360
+ # [0.28.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.27.0...@loopback/cli@0.28.0) (2018-10-03)
1622
1361
 
1623
1362
  ### Bug Fixes
1624
1363
 
1625
- * **cli:** fixed ds names that were hyphened ([568307c](https://github.com/loopbackio/loopback-next/commit/568307c)), closes [#1791](https://github.com/loopbackio/loopback-next/issues/1791)
1626
- * clean up dataSource usage ([69506a4](https://github.com/loopbackio/loopback-next/commit/69506a4))
1627
-
1364
+ - **cli:** fixed ds names that were hyphened
1365
+ ([568307c](https://github.com/loopbackio/loopback-next/commit/568307c)),
1366
+ closes [#1791](https://github.com/loopbackio/loopback-next/issues/1791)
1367
+ - clean up dataSource usage
1368
+ ([69506a4](https://github.com/loopbackio/loopback-next/commit/69506a4))
1628
1369
 
1629
1370
  ### Features
1630
1371
 
1631
- * **cli:** check project deps against cli template ([8d056c4](https://github.com/loopbackio/loopback-next/commit/8d056c4))
1632
-
1633
-
1634
-
1635
-
1372
+ - **cli:** check project deps against cli template
1373
+ ([8d056c4](https://github.com/loopbackio/loopback-next/commit/8d056c4))
1636
1374
 
1637
1375
  <a name="0.27.0"></a>
1638
- # [0.27.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.26.0...@loopback/cli@0.27.0) (2018-09-28)
1639
1376
 
1377
+ # [0.27.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.26.0...@loopback/cli@0.27.0) (2018-09-28)
1640
1378
 
1641
1379
  ### Bug Fixes
1642
1380
 
1643
- * **cli:** fixes final datasource class name on repository and service ([d0994af](https://github.com/loopbackio/loopback-next/commit/d0994af)), closes [#1771](https://github.com/loopbackio/loopback-next/issues/1771)
1644
-
1381
+ - **cli:** fixes final datasource class name on repository and service
1382
+ ([d0994af](https://github.com/loopbackio/loopback-next/commit/d0994af)),
1383
+ closes [#1771](https://github.com/loopbackio/loopback-next/issues/1771)
1645
1384
 
1646
1385
  ### Features
1647
1386
 
1648
- * **cli:** add code template for default home page controller ([f4be330](https://github.com/loopbackio/loopback-next/commit/f4be330))
1649
- * **repository:** return an object for count and updateAll ([c146366](https://github.com/loopbackio/loopback-next/commit/c146366))
1650
-
1651
-
1652
-
1653
-
1387
+ - **cli:** add code template for default home page controller
1388
+ ([f4be330](https://github.com/loopbackio/loopback-next/commit/f4be330))
1389
+ - **repository:** return an object for count and updateAll
1390
+ ([c146366](https://github.com/loopbackio/loopback-next/commit/c146366))
1654
1391
 
1655
1392
  <a name="0.26.0"></a>
1656
- # [0.26.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.25.0...@loopback/cli@0.26.0) (2018-09-27)
1657
1393
 
1394
+ # [0.26.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.25.0...@loopback/cli@0.26.0) (2018-09-27)
1658
1395
 
1659
1396
  ### Bug Fixes
1660
1397
 
1661
- * **cli:** datasource class being referenced in generators ([6d345f7](https://github.com/loopbackio/loopback-next/commit/6d345f7))
1662
-
1398
+ - **cli:** datasource class being referenced in generators
1399
+ ([6d345f7](https://github.com/loopbackio/loopback-next/commit/6d345f7))
1663
1400
 
1664
1401
  ### Features
1665
1402
 
1666
- * **cli:** add basic scaffolding for lb4 service ([bed83b3](https://github.com/loopbackio/loopback-next/commit/bed83b3))
1667
- * **cli:** add integration tests for lb4 service ([3731f5b](https://github.com/loopbackio/loopback-next/commit/3731f5b))
1668
- * **cli:** change location fixtures service/repository ([d4f5b5c](https://github.com/loopbackio/loopback-next/commit/d4f5b5c))
1669
- * **cli:** lb4 service install service-proxy if missing ([b086d2d](https://github.com/loopbackio/loopback-next/commit/b086d2d))
1670
- * **cli:** lb4 service/repository shared scaffold ([9bafc6d](https://github.com/loopbackio/loopback-next/commit/9bafc6d))
1671
-
1672
-
1673
-
1674
-
1403
+ - **cli:** add basic scaffolding for lb4 service
1404
+ ([bed83b3](https://github.com/loopbackio/loopback-next/commit/bed83b3))
1405
+ - **cli:** add integration tests for lb4 service
1406
+ ([3731f5b](https://github.com/loopbackio/loopback-next/commit/3731f5b))
1407
+ - **cli:** change location fixtures service/repository
1408
+ ([d4f5b5c](https://github.com/loopbackio/loopback-next/commit/d4f5b5c))
1409
+ - **cli:** lb4 service install service-proxy if missing
1410
+ ([b086d2d](https://github.com/loopbackio/loopback-next/commit/b086d2d))
1411
+ - **cli:** lb4 service/repository shared scaffold
1412
+ ([9bafc6d](https://github.com/loopbackio/loopback-next/commit/9bafc6d))
1675
1413
 
1676
1414
  <a name="0.25.0"></a>
1677
- # [0.25.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.24.0...@loopback/cli@0.25.0) (2018-09-25)
1678
1415
 
1416
+ # [0.25.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.24.0...@loopback/cli@0.25.0) (2018-09-25)
1679
1417
 
1680
1418
  ### Features
1681
1419
 
1682
- * add "filter" parameter to "find" endpoints ([7e1acfc](https://github.com/loopbackio/loopback-next/commit/7e1acfc))
1683
- * **cli:** add responses for PingController.ping() ([ec52b89](https://github.com/loopbackio/loopback-next/commit/ec52b89))
1684
-
1685
-
1686
-
1687
-
1420
+ - add "filter" parameter to "find" endpoints
1421
+ ([7e1acfc](https://github.com/loopbackio/loopback-next/commit/7e1acfc))
1422
+ - **cli:** add responses for PingController.ping()
1423
+ ([ec52b89](https://github.com/loopbackio/loopback-next/commit/ec52b89))
1688
1424
 
1689
1425
  <a name="0.24.0"></a>
1690
- # [0.24.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.23.0...@loopback/cli@0.24.0) (2018-09-21)
1691
1426
 
1427
+ # [0.24.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.23.0...@loopback/cli@0.24.0) (2018-09-21)
1692
1428
 
1693
1429
  ### Bug Fixes
1694
1430
 
1695
- * **cli:** removed unused dependencies from project template ([3907df4](https://github.com/loopbackio/loopback-next/commit/3907df4))
1696
-
1431
+ - **cli:** removed unused dependencies from project template
1432
+ ([3907df4](https://github.com/loopbackio/loopback-next/commit/3907df4))
1697
1433
 
1698
1434
  ### Features
1699
1435
 
1700
- * **cli:** add update notifier to remind cli upgrade ([61255cc](https://github.com/loopbackio/loopback-next/commit/61255cc))
1701
- * **testlab:** add createRestAppClient(), simplify usage in tests ([d75be77](https://github.com/loopbackio/loopback-next/commit/d75be77))
1702
- * **testlab:** set port to 0 in givenHttpServerConfig ([90a0bfb](https://github.com/loopbackio/loopback-next/commit/90a0bfb))
1703
-
1704
-
1705
-
1706
-
1436
+ - **cli:** add update notifier to remind cli upgrade
1437
+ ([61255cc](https://github.com/loopbackio/loopback-next/commit/61255cc))
1438
+ - **testlab:** add createRestAppClient(), simplify usage in tests
1439
+ ([d75be77](https://github.com/loopbackio/loopback-next/commit/d75be77))
1440
+ - **testlab:** set port to 0 in givenHttpServerConfig
1441
+ ([90a0bfb](https://github.com/loopbackio/loopback-next/commit/90a0bfb))
1707
1442
 
1708
1443
  <a name="0.23.0"></a>
1709
- # [0.23.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.22.11...@loopback/cli@0.23.0) (2018-09-19)
1710
1444
 
1445
+ # [0.23.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.22.11...@loopback/cli@0.23.0) (2018-09-19)
1711
1446
 
1712
1447
  ### Features
1713
1448
 
1714
- * **cli:** add lb4 repository feature ([0397c04](https://github.com/loopbackio/loopback-next/commit/0397c04)), closes [#1588](https://github.com/loopbackio/loopback-next/issues/1588)
1715
- * **cli:** add test for multiple repositories ([6e6faad](https://github.com/loopbackio/loopback-next/commit/6e6faad))
1716
- * **cli:** add util shared functions and constants ([26915e5](https://github.com/loopbackio/loopback-next/commit/26915e5))
1717
- * **cli:** ast-helper integration ([99a0bad](https://github.com/loopbackio/loopback-next/commit/99a0bad))
1718
- * **cli:** change msg when no datasource or repository exists ([739676b](https://github.com/loopbackio/loopback-next/commit/739676b))
1719
- * **repository:** rework *ById methods to throw if id not found ([264f231](https://github.com/loopbackio/loopback-next/commit/264f231))
1720
-
1721
-
1722
-
1723
-
1449
+ - **cli:** add lb4 repository feature
1450
+ ([0397c04](https://github.com/loopbackio/loopback-next/commit/0397c04)),
1451
+ closes [#1588](https://github.com/loopbackio/loopback-next/issues/1588)
1452
+ - **cli:** add test for multiple repositories
1453
+ ([6e6faad](https://github.com/loopbackio/loopback-next/commit/6e6faad))
1454
+ - **cli:** add util shared functions and constants
1455
+ ([26915e5](https://github.com/loopbackio/loopback-next/commit/26915e5))
1456
+ - **cli:** ast-helper integration
1457
+ ([99a0bad](https://github.com/loopbackio/loopback-next/commit/99a0bad))
1458
+ - **cli:** change msg when no datasource or repository exists
1459
+ ([739676b](https://github.com/loopbackio/loopback-next/commit/739676b))
1460
+ - **repository:** rework \*ById methods to throw if id not found
1461
+ ([264f231](https://github.com/loopbackio/loopback-next/commit/264f231))
1724
1462
 
1725
1463
  <a name="0.22.11"></a>
1726
- ## [0.22.11](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.22.10...@loopback/cli@0.22.11) (2018-09-17)
1727
1464
 
1465
+ ## [0.22.11](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.22.10...@loopback/cli@0.22.11) (2018-09-17)
1728
1466
 
1729
1467
  ### Bug Fixes
1730
1468
 
1731
- * **cli:** generate correct index.js without loopback build ([1c8cb3e](https://github.com/loopbackio/loopback-next/commit/1c8cb3e))
1732
- * **cli:** use rimraf to replace rm -rf ([479f363](https://github.com/loopbackio/loopback-next/commit/479f363))
1733
-
1734
-
1735
-
1736
-
1469
+ - **cli:** generate correct index.js without loopback build
1470
+ ([1c8cb3e](https://github.com/loopbackio/loopback-next/commit/1c8cb3e))
1471
+ - **cli:** use rimraf to replace rm -rf
1472
+ ([479f363](https://github.com/loopbackio/loopback-next/commit/479f363))
1737
1473
 
1738
1474
  <a name="0.22.10"></a>
1475
+
1739
1476
  ## [0.22.10](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.22.9...@loopback/cli@0.22.10) (2018-09-14)
1740
1477
 
1741
1478
  **Note:** Version bump only for package @loopback/cli
1742
1479
 
1743
-
1744
-
1745
-
1746
-
1747
1480
  <a name="0.22.9"></a>
1481
+
1748
1482
  ## [0.22.9](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.22.8...@loopback/cli@0.22.9) (2018-09-14)
1749
1483
 
1750
1484
  **Note:** Version bump only for package @loopback/cli
1751
1485
 
1752
-
1753
-
1754
-
1755
-
1756
1486
  <a name="0.22.8"></a>
1757
- ## [0.22.8](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.22.7...@loopback/cli@0.22.8) (2018-09-14)
1758
1487
 
1488
+ ## [0.22.8](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.22.7...@loopback/cli@0.22.8) (2018-09-14)
1759
1489
 
1760
1490
  ### Bug Fixes
1761
1491
 
1762
- * **cli:** enforce an empty object on connectors without settings property ([111442b](https://github.com/loopbackio/loopback-next/commit/111442b)), closes [#1697](https://github.com/loopbackio/loopback-next/issues/1697)
1763
- * **cli:** git-ignore all "dist*" dirs in scaffolded projects ([1cab517](https://github.com/loopbackio/loopback-next/commit/1cab517))
1764
- * **cli:** update template with responses object ([a2bbbc9](https://github.com/loopbackio/loopback-next/commit/a2bbbc9))
1765
-
1766
-
1767
-
1768
-
1492
+ - **cli:** enforce an empty object on connectors without settings property
1493
+ ([111442b](https://github.com/loopbackio/loopback-next/commit/111442b)),
1494
+ closes [#1697](https://github.com/loopbackio/loopback-next/issues/1697)
1495
+ - **cli:** git-ignore all "dist\*" dirs in scaffolded projects
1496
+ ([1cab517](https://github.com/loopbackio/loopback-next/commit/1cab517))
1497
+ - **cli:** update template with responses object
1498
+ ([a2bbbc9](https://github.com/loopbackio/loopback-next/commit/a2bbbc9))
1769
1499
 
1770
1500
  <a name="0.22.7"></a>
1771
- ## [0.22.7](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.22.6...@loopback/cli@0.22.7) (2018-09-12)
1772
1501
 
1502
+ ## [0.22.7](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.22.6...@loopback/cli@0.22.7) (2018-09-12)
1773
1503
 
1774
1504
  ### Bug Fixes
1775
1505
 
1776
- * make `lb model` prompts clearer ([2ec4d2f](https://github.com/loopbackio/loopback-next/commit/2ec4d2f))
1777
-
1778
-
1779
-
1780
-
1506
+ - make `lb model` prompts clearer
1507
+ ([2ec4d2f](https://github.com/loopbackio/loopback-next/commit/2ec4d2f))
1781
1508
 
1782
1509
  <a name="0.22.6"></a>
1510
+
1783
1511
  ## [0.22.6](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.22.5...@loopback/cli@0.22.6) (2018-09-10)
1784
1512
 
1785
1513
  **Note:** Version bump only for package @loopback/cli
1786
1514
 
1787
-
1788
-
1789
-
1790
-
1791
1515
  <a name="0.22.5"></a>
1516
+
1792
1517
  ## [0.22.5](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.22.3...@loopback/cli@0.22.5) (2018-09-10)
1793
1518
 
1794
1519
  **Note:** Version bump only for package @loopback/cli
1795
1520
 
1796
-
1797
-
1798
-
1799
-
1800
1521
  <a name="0.22.4"></a>
1522
+
1801
1523
  ## [0.22.4](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.22.3...@loopback/cli@0.22.4) (2018-09-10)
1802
1524
 
1803
1525
  **Note:** Version bump only for package @loopback/cli
1804
1526
 
1805
-
1806
-
1807
-
1808
-
1809
1527
  <a name="0.22.3"></a>
1528
+
1810
1529
  ## [0.22.3](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.22.2...@loopback/cli@0.22.3) (2018-09-10)
1811
1530
 
1812
1531
  **Note:** Version bump only for package @loopback/cli
1813
1532
 
1814
-
1815
-
1816
-
1817
-
1818
1533
  <a name="0.22.2"></a>
1534
+
1819
1535
  ## [0.22.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.22.1...@loopback/cli@0.22.2) (2018-09-10)
1820
1536
 
1821
1537
  **Note:** Version bump only for package @loopback/cli
1822
1538
 
1823
-
1824
-
1825
-
1826
-
1827
1539
  <a name="0.22.1"></a>
1540
+
1828
1541
  ## [0.22.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.22.0...@loopback/cli@0.22.1) (2018-09-10)
1829
1542
 
1830
1543
  **Note:** Version bump only for package @loopback/cli
1831
1544
 
1832
-
1833
-
1834
-
1835
-
1836
1545
  <a name="0.22.0"></a>
1837
- # [0.22.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.21.4...@loopback/cli@0.22.0) (2018-09-08)
1838
1546
 
1547
+ # [0.22.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.21.4...@loopback/cli@0.22.0) (2018-09-08)
1839
1548
 
1840
1549
  ### Bug Fixes
1841
1550
 
1842
- * remove extra imports for mixin dependencies ([35b916b](https://github.com/loopbackio/loopback-next/commit/35b916b))
1843
- * **cli:** rename repository/service feature flags ([c089299](https://github.com/loopbackio/loopback-next/commit/c089299))
1844
-
1551
+ - remove extra imports for mixin dependencies
1552
+ ([35b916b](https://github.com/loopbackio/loopback-next/commit/35b916b))
1553
+ - **cli:** rename repository/service feature flags
1554
+ ([c089299](https://github.com/loopbackio/loopback-next/commit/c089299))
1845
1555
 
1846
1556
  ### Features
1847
1557
 
1848
- * **service-proxy:** add service mixin ([fb01931](https://github.com/loopbackio/loopback-next/commit/fb01931))
1849
-
1850
-
1851
-
1852
-
1558
+ - **service-proxy:** add service mixin
1559
+ ([fb01931](https://github.com/loopbackio/loopback-next/commit/fb01931))
1853
1560
 
1854
1561
  <a name="0.21.4"></a>
1562
+
1855
1563
  ## [0.21.4](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.21.3...@loopback/cli@0.21.4) (2018-08-25)
1856
1564
 
1857
1565
  **Note:** Version bump only for package @loopback/cli
1858
1566
 
1859
-
1860
-
1861
-
1862
-
1863
1567
  <a name="0.21.3"></a>
1864
- ## [0.21.3](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.21.2...@loopback/cli@0.21.3) (2018-08-24)
1865
1568
 
1569
+ ## [0.21.3](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.21.2...@loopback/cli@0.21.3) (2018-08-24)
1866
1570
 
1867
1571
  ### Bug Fixes
1868
1572
 
1869
- * **cli:** tweaks to templates ([6f1d7bb](https://github.com/loopbackio/loopback-next/commit/6f1d7bb))
1870
-
1871
-
1872
-
1873
-
1573
+ - **cli:** tweaks to templates
1574
+ ([6f1d7bb](https://github.com/loopbackio/loopback-next/commit/6f1d7bb))
1874
1575
 
1875
1576
  <a name="0.21.2"></a>
1876
- ## [0.21.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.21.1...@loopback/cli@0.21.2) (2018-08-20)
1877
1577
 
1578
+ ## [0.21.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.21.1...@loopback/cli@0.21.2) (2018-08-20)
1878
1579
 
1879
1580
  ### Bug Fixes
1880
1581
 
1881
- * **cli:** add esnext.asynciterable to lib for typescript ([83a8036](https://github.com/loopbackio/loopback-next/commit/83a8036))
1882
- * **cli:** increase timeout for app generation tests ([c51383d](https://github.com/loopbackio/loopback-next/commit/c51383d))
1883
-
1884
-
1885
-
1582
+ - **cli:** add esnext.asynciterable to lib for typescript
1583
+ ([83a8036](https://github.com/loopbackio/loopback-next/commit/83a8036))
1584
+ - **cli:** increase timeout for app generation tests
1585
+ ([c51383d](https://github.com/loopbackio/loopback-next/commit/c51383d))
1886
1586
 
1887
1587
  <a name="0.21.1"></a>
1888
- ## [0.21.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.21.0...@loopback/cli@0.21.1) (2018-08-15)
1889
1588
 
1589
+ ## [0.21.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.21.0...@loopback/cli@0.21.1) (2018-08-15)
1890
1590
 
1891
1591
  ### Bug Fixes
1892
1592
 
1893
- * **repository:** change the way array property definition is built for the juggler ([2471c88](https://github.com/loopbackio/loopback-next/commit/2471c88))
1894
-
1895
-
1896
-
1593
+ - **repository:** change the way array property definition is built for the
1594
+ juggler
1595
+ ([2471c88](https://github.com/loopbackio/loopback-next/commit/2471c88))
1897
1596
 
1898
1597
  <a name="0.21.0"></a>
1899
- # [0.21.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.20.2...@loopback/cli@0.21.0) (2018-08-08)
1900
1598
 
1599
+ # [0.21.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.20.2...@loopback/cli@0.21.0) (2018-08-08)
1901
1600
 
1902
1601
  ### Bug Fixes
1903
1602
 
1904
- * import package in template ([14bb6a5](https://github.com/loopbackio/loopback-next/commit/14bb6a5))
1905
- * **cli:** change model template to properly render array types ([2d43a61](https://github.com/loopbackio/loopback-next/commit/2d43a61))
1906
- * **cli:** install dependencies for clones examples ([5774f1f](https://github.com/loopbackio/loopback-next/commit/5774f1f))
1907
- * **cli:** remove deleteAll endpoint from REST Controller template ([34eba34](https://github.com/loopbackio/loopback-next/commit/34eba34))
1908
- * **cli:** use this.exit instead of throwing an error ([8d25a79](https://github.com/loopbackio/loopback-next/commit/8d25a79))
1909
-
1603
+ - import package in template
1604
+ ([14bb6a5](https://github.com/loopbackio/loopback-next/commit/14bb6a5))
1605
+ - **cli:** change model template to properly render array types
1606
+ ([2d43a61](https://github.com/loopbackio/loopback-next/commit/2d43a61))
1607
+ - **cli:** install dependencies for clones examples
1608
+ ([5774f1f](https://github.com/loopbackio/loopback-next/commit/5774f1f))
1609
+ - **cli:** remove deleteAll endpoint from REST Controller template
1610
+ ([34eba34](https://github.com/loopbackio/loopback-next/commit/34eba34))
1611
+ - **cli:** use this.exit instead of throwing an error
1612
+ ([8d25a79](https://github.com/loopbackio/loopback-next/commit/8d25a79))
1910
1613
 
1911
1614
  ### Features
1912
1615
 
1913
- * **cli:** add repositorymixin and imports by a new switch ([be81131](https://github.com/loopbackio/loopback-next/commit/be81131)), closes [#1594](https://github.com/loopbackio/loopback-next/issues/1594)
1914
- * **cli:** use `app.restServer.url` for console logs ([f31160c](https://github.com/loopbackio/loopback-next/commit/f31160c))
1915
- * **example-soap-calculator:** add soap web services integration example ([9a8d57c](https://github.com/loopbackio/loopback-next/commit/9a8d57c)), closes [#1550](https://github.com/loopbackio/loopback-next/issues/1550)
1916
-
1917
-
1918
-
1616
+ - **cli:** add repositorymixin and imports by a new switch
1617
+ ([be81131](https://github.com/loopbackio/loopback-next/commit/be81131)),
1618
+ closes [#1594](https://github.com/loopbackio/loopback-next/issues/1594)
1619
+ - **cli:** use `app.restServer.url` for console logs
1620
+ ([f31160c](https://github.com/loopbackio/loopback-next/commit/f31160c))
1621
+ - **example-soap-calculator:** add soap web services integration example
1622
+ ([9a8d57c](https://github.com/loopbackio/loopback-next/commit/9a8d57c)),
1623
+ closes [#1550](https://github.com/loopbackio/loopback-next/issues/1550)
1919
1624
 
1920
1625
  <a name="0.20.2"></a>
1921
- ## [0.20.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.20.1...@loopback/cli@0.20.2) (2018-07-21)
1922
-
1923
-
1924
1626
 
1627
+ ## [0.20.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.20.1...@loopback/cli@0.20.2) (2018-07-21)
1925
1628
 
1926
1629
  **Note:** Version bump only for package @loopback/cli
1927
1630
 
1928
1631
  <a name="0.20.1"></a>
1929
- ## [0.20.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.20.0...@loopback/cli@0.20.1) (2018-07-20)
1930
-
1931
-
1932
1632
 
1633
+ ## [0.20.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.20.0...@loopback/cli@0.20.1) (2018-07-20)
1933
1634
 
1934
1635
  **Note:** Version bump only for package @loopback/cli
1935
1636
 
1936
1637
  <a name="0.20.0"></a>
1937
- # [0.20.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.19.0...@loopback/cli@0.20.0) (2018-07-20)
1938
1638
 
1639
+ # [0.20.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.19.0...@loopback/cli@0.20.0) (2018-07-20)
1939
1640
 
1940
1641
  ### Bug Fixes
1941
1642
 
1942
- * **cli:** fix cli rest controller generator template ([cc9591d](https://github.com/loopbackio/loopback-next/commit/cc9591d))
1943
-
1643
+ - **cli:** fix cli rest controller generator template
1644
+ ([cc9591d](https://github.com/loopbackio/loopback-next/commit/cc9591d))
1944
1645
 
1945
1646
  ### Features
1946
1647
 
1947
- * **example-todo-list:** add TodoList package/tutorial ([306d437](https://github.com/loopbackio/loopback-next/commit/306d437))
1948
-
1949
-
1950
-
1648
+ - **example-todo-list:** add TodoList package/tutorial
1649
+ ([306d437](https://github.com/loopbackio/loopback-next/commit/306d437))
1951
1650
 
1952
1651
  <a name="0.19.0"></a>
1953
- # [0.19.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.18.1...@loopback/cli@0.19.0) (2018-07-13)
1954
1652
 
1653
+ # [0.19.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.18.1...@loopback/cli@0.19.0) (2018-07-13)
1955
1654
 
1956
1655
  ### Bug Fixes
1957
1656
 
1958
- * **cli:** add empty logs to better format model prompts ([60b3d57](https://github.com/loopbackio/loopback-next/commit/60b3d57))
1959
- * **cli:** adds the <idtype> on param.path for those methods in the rest controller template parsing ([c526b99](https://github.com/loopbackio/loopback-next/commit/c526b99))
1960
- * **cli:** reorder where and body in CLI template for updateAll and make where optional ([c875707](https://github.com/loopbackio/loopback-next/commit/c875707))
1961
- * **cli:** support updating multiple index.ts files ([1e92f4f](https://github.com/loopbackio/loopback-next/commit/1e92f4f))
1962
-
1657
+ - **cli:** add empty logs to better format model prompts
1658
+ ([60b3d57](https://github.com/loopbackio/loopback-next/commit/60b3d57))
1659
+ - **cli:** adds the <idtype> on param.path for those methods in the rest
1660
+ controller template parsing
1661
+ ([c526b99](https://github.com/loopbackio/loopback-next/commit/c526b99))
1662
+ - **cli:** reorder where and body in CLI template for updateAll and make where
1663
+ optional
1664
+ ([c875707](https://github.com/loopbackio/loopback-next/commit/c875707))
1665
+ - **cli:** support updating multiple index.ts files
1666
+ ([1e92f4f](https://github.com/loopbackio/loopback-next/commit/1e92f4f))
1963
1667
 
1964
1668
  ### Features
1965
1669
 
1966
- * **cli:** `lb4 model` command to scaffold model files ([3593820](https://github.com/loopbackio/loopback-next/commit/3593820))
1967
-
1968
-
1969
-
1670
+ - **cli:** `lb4 model` command to scaffold model files
1671
+ ([3593820](https://github.com/loopbackio/loopback-next/commit/3593820))
1970
1672
 
1971
1673
  <a name="0.18.1"></a>
1972
- ## [0.18.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.18.0...@loopback/cli@0.18.1) (2018-07-11)
1973
-
1974
-
1975
1674
 
1675
+ ## [0.18.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.18.0...@loopback/cli@0.18.1) (2018-07-11)
1976
1676
 
1977
1677
  **Note:** Version bump only for package @loopback/cli
1978
1678
 
1979
1679
  <a name="0.18.0"></a>
1980
- # [0.18.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.17.0...@loopback/cli@0.18.0) (2018-07-10)
1981
1680
 
1681
+ # [0.18.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.17.0...@loopback/cli@0.18.0) (2018-07-10)
1982
1682
 
1983
1683
  ### Bug Fixes
1984
1684
 
1985
- * **cli:** install deps if necessary for datasource ([4c605b0](https://github.com/loopbackio/loopback-next/commit/4c605b0))
1986
-
1685
+ - **cli:** install deps if necessary for datasource
1686
+ ([4c605b0](https://github.com/loopbackio/loopback-next/commit/4c605b0))
1987
1687
 
1988
1688
  ### Features
1989
1689
 
1990
- * **cli:** add --format to run lint:fix for generated code ([77f15c7](https://github.com/loopbackio/loopback-next/commit/77f15c7))
1991
-
1992
-
1993
-
1690
+ - **cli:** add --format to run lint:fix for generated code
1691
+ ([77f15c7](https://github.com/loopbackio/loopback-next/commit/77f15c7))
1994
1692
 
1995
1693
  <a name="0.17.0"></a>
1996
- # [0.17.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.16.3...@loopback/cli@0.17.0) (2018-07-09)
1997
1694
 
1695
+ # [0.17.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.16.3...@loopback/cli@0.17.0) (2018-07-09)
1998
1696
 
1999
1697
  ### Bug Fixes
2000
1698
 
2001
- * **cli:** tweak getArtifactList to return pascalCased strings ([b3bb208](https://github.com/loopbackio/loopback-next/commit/b3bb208))
2002
-
1699
+ - **cli:** tweak getArtifactList to return pascalCased strings
1700
+ ([b3bb208](https://github.com/loopbackio/loopback-next/commit/b3bb208))
2003
1701
 
2004
1702
  ### Features
2005
1703
 
2006
- * **cli:** add comments for generated methods from openapi ([daa7f78](https://github.com/loopbackio/loopback-next/commit/daa7f78))
2007
- * **cli:** add config and yes options ([5778a2a](https://github.com/loopbackio/loopback-next/commit/5778a2a))
2008
- * **cli:** improve openapi handling of body and impl ([640b941](https://github.com/loopbackio/loopback-next/commit/640b941))
2009
-
2010
-
2011
-
1704
+ - **cli:** add comments for generated methods from openapi
1705
+ ([daa7f78](https://github.com/loopbackio/loopback-next/commit/daa7f78))
1706
+ - **cli:** add config and yes options
1707
+ ([5778a2a](https://github.com/loopbackio/loopback-next/commit/5778a2a))
1708
+ - **cli:** improve openapi handling of body and impl
1709
+ ([640b941](https://github.com/loopbackio/loopback-next/commit/640b941))
2012
1710
 
2013
1711
  <a name="0.16.3"></a>
2014
- ## [0.16.3](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.16.2...@loopback/cli@0.16.3) (2018-06-28)
2015
-
2016
-
2017
1712
 
1713
+ ## [0.16.3](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.16.2...@loopback/cli@0.16.3) (2018-06-28)
2018
1714
 
2019
1715
  **Note:** Version bump only for package @loopback/cli
2020
1716
 
2021
1717
  <a name="0.16.2"></a>
2022
- ## [0.16.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.16.1...@loopback/cli@0.16.2) (2018-06-27)
2023
-
2024
-
2025
1718
 
1719
+ ## [0.16.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.16.1...@loopback/cli@0.16.2) (2018-06-27)
2026
1720
 
2027
1721
  **Note:** Version bump only for package @loopback/cli
2028
1722
 
2029
1723
  <a name="0.16.1"></a>
2030
- ## [0.16.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.16.0...@loopback/cli@0.16.1) (2018-06-26)
2031
1724
 
1725
+ ## [0.16.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.16.0...@loopback/cli@0.16.1) (2018-06-26)
2032
1726
 
2033
1727
  ### Bug Fixes
2034
1728
 
2035
- * **cli:** allow path level parameters for openapi ([55b041a](https://github.com/loopbackio/loopback-next/commit/55b041a))
2036
-
2037
-
2038
-
1729
+ - **cli:** allow path level parameters for openapi
1730
+ ([55b041a](https://github.com/loopbackio/loopback-next/commit/55b041a))
2039
1731
 
2040
1732
  <a name="0.16.0"></a>
2041
- # [0.16.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.14.0...@loopback/cli@0.16.0) (2018-06-25)
2042
1733
 
1734
+ # [0.16.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.14.0...@loopback/cli@0.16.0) (2018-06-25)
2043
1735
 
2044
1736
  ### Features
2045
1737
 
2046
- * **cli:** add cli for code generation from openapi ([1a1b12c](https://github.com/loopbackio/loopback-next/commit/1a1b12c))
2047
-
2048
-
2049
-
1738
+ - **cli:** add cli for code generation from openapi
1739
+ ([1a1b12c](https://github.com/loopbackio/loopback-next/commit/1a1b12c))
2050
1740
 
2051
1741
  <a name="0.15.0"></a>
2052
- # [0.15.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.14.0...@loopback/cli@0.15.0) (2018-06-25)
2053
1742
 
1743
+ # [0.15.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.14.0...@loopback/cli@0.15.0) (2018-06-25)
2054
1744
 
2055
1745
  ### Features
2056
1746
 
2057
- * **cli:** add cli for code generation from openapi ([1a1b12c](https://github.com/loopbackio/loopback-next/commit/1a1b12c))
2058
-
2059
-
2060
-
1747
+ - **cli:** add cli for code generation from openapi
1748
+ ([1a1b12c](https://github.com/loopbackio/loopback-next/commit/1a1b12c))
2061
1749
 
2062
1750
  <a name="0.14.0"></a>
2063
- # [0.14.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.13.6...@loopback/cli@0.14.0) (2018-06-20)
2064
1751
 
1752
+ # [0.14.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.13.6...@loopback/cli@0.14.0) (2018-06-20)
2065
1753
 
2066
1754
  ### Bug Fixes
2067
1755
 
2068
- * **cli:** make download-connector-list more robust ([a4c2ce0](https://github.com/loopbackio/loopback-next/commit/a4c2ce0))
2069
- * **cli:** update successful creation message ([d602ded](https://github.com/loopbackio/loopback-next/commit/d602ded)), closes [#886](https://github.com/loopbackio/loopback-next/issues/886)
2070
-
1756
+ - **cli:** make download-connector-list more robust
1757
+ ([a4c2ce0](https://github.com/loopbackio/loopback-next/commit/a4c2ce0))
1758
+ - **cli:** update successful creation message
1759
+ ([d602ded](https://github.com/loopbackio/loopback-next/commit/d602ded)),
1760
+ closes [#886](https://github.com/loopbackio/loopback-next/issues/886)
2071
1761
 
2072
1762
  ### Features
2073
1763
 
2074
- * **cli:** add lb4 datasource command ([b3844eb](https://github.com/loopbackio/loopback-next/commit/b3844eb))
2075
-
2076
-
2077
-
1764
+ - **cli:** add lb4 datasource command
1765
+ ([b3844eb](https://github.com/loopbackio/loopback-next/commit/b3844eb))
2078
1766
 
2079
1767
  <a name="0.13.6"></a>
2080
- ## [0.13.6](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.13.5...@loopback/cli@0.13.6) (2018-06-11)
2081
-
2082
-
2083
1768
 
1769
+ ## [0.13.6](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.13.5...@loopback/cli@0.13.6) (2018-06-11)
2084
1770
 
2085
1771
  **Note:** Version bump only for package @loopback/cli
2086
1772
 
2087
1773
  <a name="0.13.5"></a>
2088
- ## [0.13.5](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.13.4...@loopback/cli@0.13.5) (2018-06-09)
2089
-
2090
-
2091
1774
 
1775
+ ## [0.13.5](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.13.4...@loopback/cli@0.13.5) (2018-06-09)
2092
1776
 
2093
1777
  **Note:** Version bump only for package @loopback/cli
2094
1778
 
2095
1779
  <a name="0.13.4"></a>
2096
- ## [0.13.4](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.13.3...@loopback/cli@0.13.4) (2018-06-09)
2097
-
2098
-
2099
1780
 
1781
+ ## [0.13.4](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.13.3...@loopback/cli@0.13.4) (2018-06-09)
2100
1782
 
2101
1783
  **Note:** Version bump only for package @loopback/cli
2102
1784
 
2103
1785
  <a name="0.13.3"></a>
2104
- ## [0.13.3](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.13.1...@loopback/cli@0.13.3) (2018-06-09)
2105
-
2106
-
2107
1786
 
1787
+ ## [0.13.3](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.13.1...@loopback/cli@0.13.3) (2018-06-09)
2108
1788
 
2109
1789
  **Note:** Version bump only for package @loopback/cli
2110
1790
 
2111
1791
  <a name="0.13.2"></a>
2112
- ## [0.13.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.13.1...@loopback/cli@0.13.2) (2018-06-09)
2113
-
2114
-
2115
1792
 
1793
+ ## [0.13.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.13.1...@loopback/cli@0.13.2) (2018-06-09)
2116
1794
 
2117
1795
  **Note:** Version bump only for package @loopback/cli
2118
1796
 
2119
1797
  <a name="0.13.1"></a>
2120
- ## [0.13.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.13.0...@loopback/cli@0.13.1) (2018-06-08)
2121
-
2122
-
2123
1798
 
1799
+ ## [0.13.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.13.0...@loopback/cli@0.13.1) (2018-06-08)
2124
1800
 
2125
1801
  **Note:** Version bump only for package @loopback/cli
2126
1802
 
2127
1803
  <a name="0.13.0"></a>
2128
- # [0.13.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.12.1...@loopback/cli@0.13.0) (2018-06-08)
2129
1804
 
1805
+ # [0.13.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.12.1...@loopback/cli@0.13.0) (2018-06-08)
2130
1806
 
2131
1807
  ### Bug Fixes
2132
1808
 
2133
- * **cli:** fix controller.integration.js tests and refactor ([f3edbd9](https://github.com/loopbackio/loopback-next/commit/f3edbd9))
2134
- * **cli:** fix templates & move some utils to base generator ([1a5cbf8](https://github.com/loopbackio/loopback-next/commit/1a5cbf8))
2135
- * **cli:** make sure --applicationName is honored ([526e6ca](https://github.com/loopbackio/loopback-next/commit/526e6ca))
2136
-
1809
+ - **cli:** fix controller.integration.js tests and refactor
1810
+ ([f3edbd9](https://github.com/loopbackio/loopback-next/commit/f3edbd9))
1811
+ - **cli:** fix templates & move some utils to base generator
1812
+ ([1a5cbf8](https://github.com/loopbackio/loopback-next/commit/1a5cbf8))
1813
+ - **cli:** make sure --applicationName is honored
1814
+ ([526e6ca](https://github.com/loopbackio/loopback-next/commit/526e6ca))
2137
1815
 
2138
1816
  ### Features
2139
1817
 
2140
- * **cli:** add vscode config files ([3738b9c](https://github.com/loopbackio/loopback-next/commit/3738b9c))
2141
- * **cli:** auto-generate / update index.ts for exports ([2998363](https://github.com/loopbackio/loopback-next/commit/2998363)), closes [#1127](https://github.com/loopbackio/loopback-next/issues/1127)
2142
-
2143
-
2144
-
1818
+ - **cli:** add vscode config files
1819
+ ([3738b9c](https://github.com/loopbackio/loopback-next/commit/3738b9c))
1820
+ - **cli:** auto-generate / update index.ts for exports
1821
+ ([2998363](https://github.com/loopbackio/loopback-next/commit/2998363)),
1822
+ closes [#1127](https://github.com/loopbackio/loopback-next/issues/1127)
2145
1823
 
2146
1824
  <a name="0.12.1"></a>
2147
- ## [0.12.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.12.0...@loopback/cli@0.12.1) (2018-05-28)
2148
-
2149
-
2150
1825
 
1826
+ ## [0.12.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.12.0...@loopback/cli@0.12.1) (2018-05-28)
2151
1827
 
2152
1828
  **Note:** Version bump only for package @loopback/cli
2153
1829
 
2154
1830
  <a name="0.12.0"></a>
2155
- # [0.12.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.11.6...@loopback/cli@0.12.0) (2018-05-23)
2156
1831
 
1832
+ # [0.12.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.11.6...@loopback/cli@0.12.0) (2018-05-23)
2157
1833
 
2158
1834
  ### Features
2159
1835
 
2160
- * **cli:** add CLI prompt for controller's http path name ([0f9c438](https://github.com/loopbackio/loopback-next/commit/0f9c438))
2161
-
2162
-
2163
-
1836
+ - **cli:** add CLI prompt for controller's http path name
1837
+ ([0f9c438](https://github.com/loopbackio/loopback-next/commit/0f9c438))
2164
1838
 
2165
1839
  <a name="0.11.6"></a>
2166
- ## [0.11.6](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.11.5...@loopback/cli@0.11.6) (2018-05-20)
2167
1840
 
1841
+ ## [0.11.6](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.11.5...@loopback/cli@0.11.6) (2018-05-20)
2168
1842
 
2169
1843
  ### Bug Fixes
2170
1844
 
2171
- * replace gulp-rename with our own implementation ([f8349d4](https://github.com/loopbackio/loopback-next/commit/f8349d4))
2172
-
2173
-
2174
-
1845
+ - replace gulp-rename with our own implementation
1846
+ ([f8349d4](https://github.com/loopbackio/loopback-next/commit/f8349d4))
2175
1847
 
2176
1848
  <a name="0.11.5"></a>
2177
- ## [0.11.5](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.11.4...@loopback/cli@0.11.5) (2018-05-14)
2178
1849
 
1850
+ ## [0.11.5](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.11.4...@loopback/cli@0.11.5) (2018-05-14)
2179
1851
 
1852
+ **Note:** Version bump only for package @loopback/cli
2180
1853
 
1854
+ <a name="0.11.4"></a>
2181
1855
 
2182
- **Note:** Version bump only for package @loopback/cli
2183
-
2184
- <a name="0.11.4"></a>
2185
- ## [0.11.4](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.11.3...@loopback/cli@0.11.4) (2018-05-14)
2186
-
2187
-
2188
-
1856
+ ## [0.11.4](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.11.3...@loopback/cli@0.11.4) (2018-05-14)
2189
1857
 
2190
1858
  **Note:** Version bump only for package @loopback/cli
2191
1859
 
2192
1860
  <a name="0.11.3"></a>
2193
- ## [0.11.3](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.11.2...@loopback/cli@0.11.3) (2018-05-08)
2194
-
2195
-
2196
1861
 
1862
+ ## [0.11.3](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.11.2...@loopback/cli@0.11.3) (2018-05-08)
2197
1863
 
2198
1864
  **Note:** Version bump only for package @loopback/cli
2199
1865
 
2200
1866
  <a name="0.11.2"></a>
2201
- ## [0.11.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.11.1...@loopback/cli@0.11.2) (2018-05-03)
2202
-
2203
-
2204
1867
 
1868
+ ## [0.11.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.11.1...@loopback/cli@0.11.2) (2018-05-03)
2205
1869
 
2206
1870
  **Note:** Version bump only for package @loopback/cli
2207
1871
 
2208
1872
  <a name="0.11.1"></a>
2209
- ## [0.11.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.11.0...@loopback/cli@0.11.1) (2018-05-03)
2210
-
2211
-
2212
1873
 
1874
+ ## [0.11.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.11.0...@loopback/cli@0.11.1) (2018-05-03)
2213
1875
 
2214
1876
  **Note:** Version bump only for package @loopback/cli
2215
1877
 
2216
1878
  <a name="0.11.0"></a>
2217
- # [0.11.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.9.2...@loopback/cli@0.11.0) (2018-05-03)
2218
1879
 
1880
+ # [0.11.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.9.2...@loopback/cli@0.11.0) (2018-05-03)
2219
1881
 
2220
1882
  ### Features
2221
1883
 
2222
- * **cli:** download examples via npm ([43383f5](https://github.com/loopbackio/loopback-next/commit/43383f5))
2223
- * add helper package "dist-util" ([532f153](https://github.com/loopbackio/loopback-next/commit/532f153))
2224
-
2225
-
2226
-
1884
+ - **cli:** download examples via npm
1885
+ ([43383f5](https://github.com/loopbackio/loopback-next/commit/43383f5))
1886
+ - add helper package "dist-util"
1887
+ ([532f153](https://github.com/loopbackio/loopback-next/commit/532f153))
2227
1888
 
2228
1889
  <a name="0.10.0"></a>
2229
- # [0.10.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.9.2...@loopback/cli@0.10.0) (2018-05-03)
2230
1890
 
1891
+ # [0.10.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.9.2...@loopback/cli@0.10.0) (2018-05-03)
2231
1892
 
2232
1893
  ### Features
2233
1894
 
2234
- * **cli:** download examples via npm ([43383f5](https://github.com/loopbackio/loopback-next/commit/43383f5))
2235
- * add helper package "dist-util" ([532f153](https://github.com/loopbackio/loopback-next/commit/532f153))
2236
-
2237
-
2238
-
1895
+ - **cli:** download examples via npm
1896
+ ([43383f5](https://github.com/loopbackio/loopback-next/commit/43383f5))
1897
+ - add helper package "dist-util"
1898
+ ([532f153](https://github.com/loopbackio/loopback-next/commit/532f153))
2239
1899
 
2240
1900
  <a name="0.9.2"></a>
2241
- ## [0.9.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.9.1...@loopback/cli@0.9.2) (2018-04-26)
2242
-
2243
-
2244
1901
 
1902
+ ## [0.9.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.9.1...@loopback/cli@0.9.2) (2018-04-26)
2245
1903
 
2246
1904
  **Note:** Version bump only for package @loopback/cli
2247
1905
 
2248
1906
  <a name="0.9.1"></a>
2249
- ## [0.9.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.9.0...@loopback/cli@0.9.1) (2018-04-26)
2250
-
2251
-
2252
1907
 
1908
+ ## [0.9.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.9.0...@loopback/cli@0.9.1) (2018-04-26)
2253
1909
 
2254
1910
  **Note:** Version bump only for package @loopback/cli
2255
1911
 
2256
1912
  <a name="0.9.0"></a>
2257
- # [0.9.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.8.0...@loopback/cli@0.9.0) (2018-04-25)
2258
1913
 
1914
+ # [0.9.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.8.0...@loopback/cli@0.9.0) (2018-04-25)
2259
1915
 
2260
1916
  ### Features
2261
1917
 
2262
- * **cli:** improve cli help/version/commands options ([715cc91](https://github.com/loopbackio/loopback-next/commit/715cc91))
2263
-
2264
-
2265
-
1918
+ - **cli:** improve cli help/version/commands options
1919
+ ([715cc91](https://github.com/loopbackio/loopback-next/commit/715cc91))
2266
1920
 
2267
1921
  <a name="0.8.0"></a>
2268
- # [0.8.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.7.4...@loopback/cli@0.8.0) (2018-04-16)
2269
-
2270
-
2271
1922
 
1923
+ # [0.8.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.7.4...@loopback/cli@0.8.0) (2018-04-16)
2272
1924
 
2273
1925
  **Note:** Version bump only for package @loopback/cli
2274
1926
 
2275
1927
  <a name="0.7.4"></a>
2276
- ## [0.7.4](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.7.3...@loopback/cli@0.7.4) (2018-04-16)
2277
-
2278
-
2279
1928
 
1929
+ ## [0.7.4](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.7.3...@loopback/cli@0.7.4) (2018-04-16)
2280
1930
 
2281
1931
  **Note:** Version bump only for package @loopback/cli
2282
1932
 
2283
1933
  <a name="0.7.3"></a>
2284
- ## [0.7.3](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.7.1...@loopback/cli@0.7.3) (2018-04-12)
2285
-
2286
-
2287
1934
 
1935
+ ## [0.7.3](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.7.1...@loopback/cli@0.7.3) (2018-04-12)
2288
1936
 
2289
1937
  **Note:** Version bump only for package @loopback/cli
2290
1938
 
2291
1939
  <a name="0.7.2"></a>
2292
- ## [0.7.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.7.1...@loopback/cli@0.7.2) (2018-04-12)
2293
-
2294
-
2295
1940
 
1941
+ ## [0.7.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.7.1...@loopback/cli@0.7.2) (2018-04-12)
2296
1942
 
2297
1943
  **Note:** Version bump only for package @loopback/cli
2298
1944
 
2299
1945
  <a name="0.7.1"></a>
2300
- ## [0.7.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.7.0...@loopback/cli@0.7.1) (2018-04-11)
2301
-
2302
-
2303
1946
 
1947
+ ## [0.7.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.7.0...@loopback/cli@0.7.1) (2018-04-11)
2304
1948
 
2305
1949
  **Note:** Version bump only for package @loopback/cli
2306
1950
 
2307
1951
  <a name="0.7.0"></a>
2308
- # [0.7.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.6.2...@loopback/cli@0.7.0) (2018-04-11)
2309
1952
 
1953
+ # [0.7.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.6.2...@loopback/cli@0.7.0) (2018-04-11)
2310
1954
 
2311
1955
  ### Bug Fixes
2312
1956
 
2313
- * change file names to fit advocated naming convention ([0331df8](https://github.com/loopbackio/loopback-next/commit/0331df8))
2314
-
1957
+ - change file names to fit advocated naming convention
1958
+ ([0331df8](https://github.com/loopbackio/loopback-next/commit/0331df8))
2315
1959
 
2316
1960
  ### Features
2317
1961
 
2318
- * **context:** typed binding keys ([685195c](https://github.com/loopbackio/loopback-next/commit/685195c))
2319
- * **repository:** have [@repository](https://github.com/repository) take in constructor as arg ([3db07eb](https://github.com/loopbackio/loopback-next/commit/3db07eb))
2320
-
2321
-
2322
-
1962
+ - **context:** typed binding keys
1963
+ ([685195c](https://github.com/loopbackio/loopback-next/commit/685195c))
1964
+ - **repository:** have [@repository](https://github.com/repository) take in
1965
+ constructor as arg
1966
+ ([3db07eb](https://github.com/loopbackio/loopback-next/commit/3db07eb))
2323
1967
 
2324
1968
  <a name="0.6.3"></a>
2325
- ## [0.6.3](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.6.2...@loopback/cli@0.6.3) (2018-04-06)
2326
-
2327
-
2328
1969
 
1970
+ ## [0.6.3](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.6.2...@loopback/cli@0.6.3) (2018-04-06)
2329
1971
 
2330
1972
  **Note:** Version bump only for package @loopback/cli
2331
1973
 
2332
1974
  <a name="0.6.2"></a>
2333
- ## [0.6.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.6.1...@loopback/cli@0.6.2) (2018-04-04)
2334
-
2335
-
2336
1975
 
1976
+ ## [0.6.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.6.1...@loopback/cli@0.6.2) (2018-04-04)
2337
1977
 
2338
1978
  **Note:** Version bump only for package @loopback/cli
2339
1979
 
2340
1980
  <a name="0.6.1"></a>
2341
- ## [0.6.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.6.0...@loopback/cli@0.6.1) (2018-04-02)
2342
-
2343
-
2344
1981
 
1982
+ ## [0.6.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.6.0...@loopback/cli@0.6.1) (2018-04-02)
2345
1983
 
2346
1984
  **Note:** Version bump only for package @loopback/cli
2347
1985
 
2348
1986
  <a name="0.6.0"></a>
2349
- # [0.6.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.5.2...@loopback/cli@0.6.0) (2018-03-29)
2350
1987
 
1988
+ # [0.6.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.5.2...@loopback/cli@0.6.0) (2018-03-29)
2351
1989
 
2352
1990
  ### Bug Fixes
2353
1991
 
2354
- * **cli:** exit gracefully if the project name fails validation ([dfdf090](https://github.com/loopbackio/loopback-next/commit/dfdf090))
2355
- * **cli:** remove automatic license generation ([537ff86](https://github.com/loopbackio/loopback-next/commit/537ff86))
2356
-
1992
+ - **cli:** exit gracefully if the project name fails validation
1993
+ ([dfdf090](https://github.com/loopbackio/loopback-next/commit/dfdf090))
1994
+ - **cli:** remove automatic license generation
1995
+ ([537ff86](https://github.com/loopbackio/loopback-next/commit/537ff86))
2357
1996
 
2358
1997
  ### Code Refactoring
2359
1998
 
2360
- * renamed example-getting-started to example-todo ([7a09f1b](https://github.com/loopbackio/loopback-next/commit/7a09f1b))
2361
-
1999
+ - renamed example-getting-started to example-todo
2000
+ ([7a09f1b](https://github.com/loopbackio/loopback-next/commit/7a09f1b))
2362
2001
 
2363
2002
  ### BREAKING CHANGES
2364
2003
 
2365
- * example-getting-started is now example-todo
2366
-
2367
-
2368
-
2004
+ - example-getting-started is now example-todo
2369
2005
 
2370
2006
  <a name="0.5.2"></a>
2371
- ## [0.5.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.5.1...@loopback/cli@0.5.2) (2018-03-23)
2372
-
2373
-
2374
2007
 
2008
+ ## [0.5.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.5.1...@loopback/cli@0.5.2) (2018-03-23)
2375
2009
 
2376
2010
  **Note:** Version bump only for package @loopback/cli
2377
2011
 
2378
2012
  <a name="0.5.1"></a>
2379
- ## [0.5.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.5.0...@loopback/cli@0.5.1) (2018-03-21)
2380
-
2381
-
2382
2013
 
2014
+ ## [0.5.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.5.0...@loopback/cli@0.5.1) (2018-03-21)
2383
2015
 
2384
2016
  **Note:** Version bump only for package @loopback/cli
2385
2017
 
2386
2018
  <a name="0.5.0"></a>
2387
- # [0.5.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.4.3...@loopback/cli@0.5.0) (2018-03-21)
2388
2019
 
2020
+ # [0.5.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.4.3...@loopback/cli@0.5.0) (2018-03-21)
2389
2021
 
2390
2022
  ### Bug Fixes
2391
2023
 
2392
- * **cli:** update tsconfig.json to include index.ts ([dc5107c](https://github.com/loopbackio/loopback-next/commit/dc5107c))
2393
-
2024
+ - **cli:** update tsconfig.json to include index.ts
2025
+ ([dc5107c](https://github.com/loopbackio/loopback-next/commit/dc5107c))
2394
2026
 
2395
2027
  ### Features
2396
2028
 
2397
- * **rest:** expose app.requestHandler function ([20a41ac](https://github.com/loopbackio/loopback-next/commit/20a41ac))
2398
-
2029
+ - **rest:** expose app.requestHandler function
2030
+ ([20a41ac](https://github.com/loopbackio/loopback-next/commit/20a41ac))
2399
2031
 
2400
2032
  ### BREAKING CHANGES
2401
2033
 
2402
- * **rest:** `RestServer#handleHttp` was renamed to
2403
- `RestServer#requestHandler`.
2404
-
2405
-
2406
-
2034
+ - **rest:** `RestServer#handleHttp` was renamed to `RestServer#requestHandler`.
2407
2035
 
2408
2036
  <a name="0.4.3"></a>
2409
- ## [0.4.3](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.4.2...@loopback/cli@0.4.3) (2018-03-14)
2410
-
2411
-
2412
2037
 
2038
+ ## [0.4.3](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.4.2...@loopback/cli@0.4.3) (2018-03-14)
2413
2039
 
2414
2040
  **Note:** Version bump only for package @loopback/cli
2415
2041
 
2416
2042
  <a name="0.4.2"></a>
2417
- ## [0.4.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.4.1...@loopback/cli@0.4.2) (2018-03-13)
2418
-
2419
-
2420
2043
 
2044
+ ## [0.4.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.4.1...@loopback/cli@0.4.2) (2018-03-13)
2421
2045
 
2422
2046
  **Note:** Version bump only for package @loopback/cli
2423
2047
 
2424
2048
  <a name="0.4.1"></a>
2425
- ## [0.4.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.4.0...@loopback/cli@0.4.1) (2018-03-08)
2426
-
2427
-
2428
2049
 
2050
+ ## [0.4.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.4.0...@loopback/cli@0.4.1) (2018-03-08)
2429
2051
 
2430
2052
  **Note:** Version bump only for package @loopback/cli
2431
2053
 
2432
2054
  <a name="0.4.0"></a>
2433
- # [0.4.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.3.1...@loopback/cli@0.4.0) (2018-03-08)
2434
2055
 
2056
+ # [0.4.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.3.1...@loopback/cli@0.4.0) (2018-03-08)
2435
2057
 
2436
2058
  ### Bug Fixes
2437
2059
 
2438
- * clean up the app run test ([c0d3731](https://github.com/loopbackio/loopback-next/commit/c0d3731))
2439
- * **cli:** add `--allow-console-logs` to app npm test script ([5823a18](https://github.com/loopbackio/loopback-next/commit/5823a18))
2440
- * template ([cf9cf04](https://github.com/loopbackio/loopback-next/commit/cf9cf04))
2441
-
2060
+ - clean up the app run test
2061
+ ([c0d3731](https://github.com/loopbackio/loopback-next/commit/c0d3731))
2062
+ - **cli:** add `--allow-console-logs` to app npm test script
2063
+ ([5823a18](https://github.com/loopbackio/loopback-next/commit/5823a18))
2064
+ - template
2065
+ ([cf9cf04](https://github.com/loopbackio/loopback-next/commit/cf9cf04))
2442
2066
 
2443
2067
  ### Features
2444
2068
 
2445
- * add private option for project generartion ([5c42be4](https://github.com/loopbackio/loopback-next/commit/5c42be4))
2446
- * **build:** use options to control cli/shell run ([c4e8bce](https://github.com/loopbackio/loopback-next/commit/c4e8bce))
2447
-
2448
-
2449
-
2069
+ - add private option for project generartion
2070
+ ([5c42be4](https://github.com/loopbackio/loopback-next/commit/5c42be4))
2071
+ - **build:** use options to control cli/shell run
2072
+ ([c4e8bce](https://github.com/loopbackio/loopback-next/commit/c4e8bce))
2450
2073
 
2451
2074
  <a name="0.3.1"></a>
2452
- ## [0.3.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.3.0...@loopback/cli@0.3.1) (2018-03-07)
2453
2075
 
2076
+ ## [0.3.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.3.0...@loopback/cli@0.3.1) (2018-03-07)
2454
2077
 
2455
2078
  ### Bug Fixes
2456
2079
 
2457
- * fix typo ([6ecc13c](https://github.com/loopbackio/loopback-next/commit/6ecc13c))
2458
-
2459
-
2460
-
2080
+ - fix typo
2081
+ ([6ecc13c](https://github.com/loopbackio/loopback-next/commit/6ecc13c))
2461
2082
 
2462
2083
  <a name="0.3.0"></a>
2463
- # [0.3.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.2.0...@loopback/cli@0.3.0) (2018-03-06)
2464
2084
 
2085
+ # [0.3.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.2.0...@loopback/cli@0.3.0) (2018-03-06)
2465
2086
 
2466
2087
  ### Bug Fixes
2467
2088
 
2468
- * use lerna to collect versions for loopback modules ([2956bf9](https://github.com/loopbackio/loopback-next/commit/2956bf9))
2469
-
2089
+ - use lerna to collect versions for loopback modules
2090
+ ([2956bf9](https://github.com/loopbackio/loopback-next/commit/2956bf9))
2470
2091
 
2471
2092
  ### Features
2472
2093
 
2473
- * **cli:** replace hard-coded loopback module version in templates ([0a742d7](https://github.com/loopbackio/loopback-next/commit/0a742d7))
2474
- * upgrade from swagger 2 to openapi 3 ([71e5af1](https://github.com/loopbackio/loopback-next/commit/71e5af1))
2475
-
2476
-
2477
-
2094
+ - **cli:** replace hard-coded loopback module version in templates
2095
+ ([0a742d7](https://github.com/loopbackio/loopback-next/commit/0a742d7))
2096
+ - upgrade from swagger 2 to openapi 3
2097
+ ([71e5af1](https://github.com/loopbackio/loopback-next/commit/71e5af1))
2478
2098
 
2479
2099
  <a name="0.2.0"></a>
2480
- # [0.2.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.1.3...@loopback/cli@0.2.0) (2018-03-01)
2481
-
2482
-
2483
2100
 
2101
+ # [0.2.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.1.3...@loopback/cli@0.2.0) (2018-03-01)
2484
2102
 
2485
2103
  **Note:** Version bump only for package @loopback/cli
2486
2104
 
2487
2105
  <a name="0.1.3"></a>
2488
- ## [0.1.3](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.1.2...@loopback/cli@0.1.3) (2018-03-01)
2489
2106
 
2107
+ ## [0.1.3](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.1.2...@loopback/cli@0.1.3) (2018-03-01)
2490
2108
 
2491
2109
  ### Bug Fixes
2492
2110
 
2493
- * **cli:** move sequence customization to app constructor ([4ee3429](https://github.com/loopbackio/loopback-next/commit/4ee3429))
2494
-
2495
-
2496
-
2111
+ - **cli:** move sequence customization to app constructor
2112
+ ([4ee3429](https://github.com/loopbackio/loopback-next/commit/4ee3429))
2497
2113
 
2498
2114
  <a name="0.1.2"></a>
2499
- ## [0.1.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.1.1...@loopback/cli@0.1.2) (2018-02-23)
2500
-
2501
-
2502
2115
 
2116
+ ## [0.1.2](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.1.1...@loopback/cli@0.1.2) (2018-02-23)
2503
2117
 
2504
2118
  **Note:** Version bump only for package @loopback/cli
2505
2119
 
2506
2120
  <a name="0.1.1"></a>
2507
- ## [0.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.1.0...@loopback/cli@0.1.1) (2018-02-21)
2508
2121
 
2122
+ ## [0.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@0.1.0...@loopback/cli@0.1.1) (2018-02-21)
2509
2123
 
2510
2124
  ### Bug Fixes
2511
2125
 
2512
- * **cli:** fix app templates with boot and sequence ([81272e8](https://github.com/loopbackio/loopback-next/commit/81272e8))
2513
-
2514
-
2515
-
2126
+ - **cli:** fix app templates with boot and sequence
2127
+ ([81272e8](https://github.com/loopbackio/loopback-next/commit/81272e8))
2516
2128
 
2517
2129
  <a name="0.1.0"></a>
2518
- # [0.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.23...@loopback/cli@0.1.0) (2018-02-21)
2519
2130
 
2131
+ # [0.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.23...@loopback/cli@0.1.0) (2018-02-21)
2520
2132
 
2521
2133
  ### Features
2522
2134
 
2523
- * [@loopback](https://github.com/loopback)/boot ([#858](https://github.com/loopbackio/loopback-next/issues/858)) ([c2ca8be](https://github.com/loopbackio/loopback-next/commit/c2ca8be))
2524
-
2525
-
2526
-
2135
+ - [@loopback](https://github.com/loopback)/boot
2136
+ ([#858](https://github.com/loopbackio/loopback-next/issues/858))
2137
+ ([c2ca8be](https://github.com/loopbackio/loopback-next/commit/c2ca8be))
2527
2138
 
2528
2139
  <a name="4.0.0-alpha.23"></a>
2529
- # [4.0.0-alpha.23](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.22...@loopback/cli@4.0.0-alpha.23) (2018-02-15)
2530
2140
 
2141
+ # [4.0.0-alpha.23](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.22...@loopback/cli@4.0.0-alpha.23) (2018-02-15)
2531
2142
 
2532
2143
  ### Bug Fixes
2533
2144
 
2534
- * **cli:** remove copyright header from generated app ([#991](https://github.com/loopbackio/loopback-next/issues/991)) ([c987b28](https://github.com/loopbackio/loopback-next/commit/c987b28)), closes [#944](https://github.com/loopbackio/loopback-next/issues/944)
2535
-
2145
+ - **cli:** remove copyright header from generated app
2146
+ ([#991](https://github.com/loopbackio/loopback-next/issues/991))
2147
+ ([c987b28](https://github.com/loopbackio/loopback-next/commit/c987b28)),
2148
+ closes [#944](https://github.com/loopbackio/loopback-next/issues/944)
2536
2149
 
2537
2150
  ### Features
2538
2151
 
2539
- * **cli:** switch .template to .ejs ([#996](https://github.com/loopbackio/loopback-next/issues/996)) ([a27e856](https://github.com/loopbackio/loopback-next/commit/a27e856))
2540
-
2541
-
2542
-
2152
+ - **cli:** switch .template to .ejs
2153
+ ([#996](https://github.com/loopbackio/loopback-next/issues/996))
2154
+ ([a27e856](https://github.com/loopbackio/loopback-next/commit/a27e856))
2543
2155
 
2544
2156
  <a name="4.0.0-alpha.22"></a>
2545
- # [4.0.0-alpha.22](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.21...@loopback/cli@4.0.0-alpha.22) (2018-02-07)
2546
2157
 
2158
+ # [4.0.0-alpha.22](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.21...@loopback/cli@4.0.0-alpha.22) (2018-02-07)
2547
2159
 
2548
2160
  ### Bug Fixes
2549
2161
 
2550
- * **build:** fix tslint config and slipped violations ([22f8e05](https://github.com/loopbackio/loopback-next/commit/22f8e05))
2551
-
2162
+ - **build:** fix tslint config and slipped violations
2163
+ ([22f8e05](https://github.com/loopbackio/loopback-next/commit/22f8e05))
2552
2164
 
2553
2165
  ### build
2554
2166
 
2555
- * drop dist6 related targets ([#945](https://github.com/loopbackio/loopback-next/issues/945)) ([a2368ce](https://github.com/loopbackio/loopback-next/commit/a2368ce))
2556
-
2167
+ - drop dist6 related targets
2168
+ ([#945](https://github.com/loopbackio/loopback-next/issues/945))
2169
+ ([a2368ce](https://github.com/loopbackio/loopback-next/commit/a2368ce))
2557
2170
 
2558
2171
  ### BREAKING CHANGES
2559
2172
 
2560
- * Support for Node.js version lower than 8.0 has been dropped.
2561
- Please upgrade to the latest Node.js 8.x LTS version.
2173
+ - Support for Node.js version lower than 8.0 has been dropped. Please upgrade to
2174
+ the latest Node.js 8.x LTS version.
2562
2175
 
2563
2176
  Co-Authored-by: Taranveer Virk <taranveer@virk.cc>
2564
2177
 
2565
-
2566
-
2567
-
2568
2178
  <a name="4.0.0-alpha.21"></a>
2569
- # [4.0.0-alpha.21](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.20...@loopback/cli@4.0.0-alpha.21) (2018-02-04)
2570
-
2571
-
2572
2179
 
2180
+ # [4.0.0-alpha.21](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.20...@loopback/cli@4.0.0-alpha.21) (2018-02-04)
2573
2181
 
2574
2182
  **Note:** Version bump only for package @loopback/cli
2575
2183
 
2576
2184
  <a name="4.0.0-alpha.20"></a>
2577
- # [4.0.0-alpha.20](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.19...@loopback/cli@4.0.0-alpha.20) (2018-01-30)
2578
-
2579
-
2580
2185
 
2186
+ # [4.0.0-alpha.20](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.19...@loopback/cli@4.0.0-alpha.20) (2018-01-30)
2581
2187
 
2582
2188
  **Note:** Version bump only for package @loopback/cli
2583
2189
 
2584
2190
  <a name="4.0.0-alpha.19"></a>
2585
- # [4.0.0-alpha.19](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.18...@loopback/cli@4.0.0-alpha.19) (2018-01-29)
2586
-
2587
-
2588
2191
 
2192
+ # [4.0.0-alpha.19](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.18...@loopback/cli@4.0.0-alpha.19) (2018-01-29)
2589
2193
 
2590
2194
  **Note:** Version bump only for package @loopback/cli
2591
2195
 
2592
2196
  <a name="4.0.0-alpha.18"></a>
2593
- # [4.0.0-alpha.18](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.17...@loopback/cli@4.0.0-alpha.18) (2018-01-26)
2594
2197
 
2198
+ # [4.0.0-alpha.18](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.17...@loopback/cli@4.0.0-alpha.18) (2018-01-26)
2595
2199
 
2596
2200
  ### Bug Fixes
2597
2201
 
2598
- * apply source-maps to test errors ([76a7f56](https://github.com/loopbackio/loopback-next/commit/76a7f56)), closes [#602](https://github.com/loopbackio/loopback-next/issues/602)
2599
- * make mocha self-contained with the source map support ([7c6d869](https://github.com/loopbackio/loopback-next/commit/7c6d869))
2600
-
2202
+ - apply source-maps to test errors
2203
+ ([76a7f56](https://github.com/loopbackio/loopback-next/commit/76a7f56)),
2204
+ closes [#602](https://github.com/loopbackio/loopback-next/issues/602)
2205
+ - make mocha self-contained with the source map support
2206
+ ([7c6d869](https://github.com/loopbackio/loopback-next/commit/7c6d869))
2601
2207
 
2602
2208
  ### Features
2603
2209
 
2604
- * **testlab:** create a test sandbox utility ([#877](https://github.com/loopbackio/loopback-next/issues/877)) ([9526ba3](https://github.com/loopbackio/loopback-next/commit/9526ba3))
2605
-
2606
-
2607
-
2210
+ - **testlab:** create a test sandbox utility
2211
+ ([#877](https://github.com/loopbackio/loopback-next/issues/877))
2212
+ ([9526ba3](https://github.com/loopbackio/loopback-next/commit/9526ba3))
2608
2213
 
2609
2214
  <a name="4.0.0-alpha.17"></a>
2610
- # [4.0.0-alpha.17](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.16...@loopback/cli@4.0.0-alpha.17) (2018-01-19)
2611
2215
 
2216
+ # [4.0.0-alpha.17](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.16...@loopback/cli@4.0.0-alpha.17) (2018-01-19)
2612
2217
 
2613
2218
  ### Bug Fixes
2614
2219
 
2615
- * **cli:** rework template to use inline param decoration ([e3ef86b](https://github.com/loopbackio/loopback-next/commit/e3ef86b))
2616
-
2220
+ - **cli:** rework template to use inline param decoration
2221
+ ([e3ef86b](https://github.com/loopbackio/loopback-next/commit/e3ef86b))
2617
2222
 
2618
2223
  ### Features
2619
2224
 
2620
- * **cli:** generate REST controller with CRUD methods ([57fe858](https://github.com/loopbackio/loopback-next/commit/57fe858))
2621
- * **cli:** lb4 example [<example-name>] ([4286c0d](https://github.com/loopbackio/loopback-next/commit/4286c0d))
2622
- * **example-getting-started:** migrate into monorepo ([9478d8b](https://github.com/loopbackio/loopback-next/commit/9478d8b))
2623
-
2624
-
2625
-
2225
+ - **cli:** generate REST controller with CRUD methods
2226
+ ([57fe858](https://github.com/loopbackio/loopback-next/commit/57fe858))
2227
+ - **cli:** lb4 example [<example-name>]
2228
+ ([4286c0d](https://github.com/loopbackio/loopback-next/commit/4286c0d))
2229
+ - **example-getting-started:** migrate into monorepo
2230
+ ([9478d8b](https://github.com/loopbackio/loopback-next/commit/9478d8b))
2626
2231
 
2627
2232
  <a name="4.0.0-alpha.16"></a>
2628
- # [4.0.0-alpha.16](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.15...@loopback/cli@4.0.0-alpha.16) (2018-01-11)
2629
-
2630
-
2631
2233
 
2234
+ # [4.0.0-alpha.16](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.15...@loopback/cli@4.0.0-alpha.16) (2018-01-11)
2632
2235
 
2633
2236
  **Note:** Version bump only for package @loopback/cli
2634
2237
 
2635
2238
  <a name="4.0.0-alpha.15"></a>
2636
- # [4.0.0-alpha.15](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.14...@loopback/cli@4.0.0-alpha.15) (2018-01-03)
2637
2239
 
2240
+ # [4.0.0-alpha.15](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.14...@loopback/cli@4.0.0-alpha.15) (2018-01-03)
2638
2241
 
2639
2242
  ### Bug Fixes
2640
2243
 
2641
- * add new openapi package ([#829](https://github.com/loopbackio/loopback-next/issues/829)) ([dac9320](https://github.com/loopbackio/loopback-next/commit/dac9320))
2642
-
2643
-
2644
-
2244
+ - add new openapi package
2245
+ ([#829](https://github.com/loopbackio/loopback-next/issues/829))
2246
+ ([dac9320](https://github.com/loopbackio/loopback-next/commit/dac9320))
2645
2247
 
2646
2248
  <a name="4.0.0-alpha.14"></a>
2647
- # [4.0.0-alpha.14](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.13...@loopback/cli@4.0.0-alpha.14) (2018-01-03)
2648
2249
 
2250
+ # [4.0.0-alpha.14](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.13...@loopback/cli@4.0.0-alpha.14) (2018-01-03)
2649
2251
 
2650
2252
  ### Features
2651
2253
 
2652
- * **cli:** add scoped debug function ([8535c5e](https://github.com/loopbackio/loopback-next/commit/8535c5e))
2653
-
2654
-
2655
-
2254
+ - **cli:** add scoped debug function
2255
+ ([8535c5e](https://github.com/loopbackio/loopback-next/commit/8535c5e))
2656
2256
 
2657
2257
  <a name="4.0.0-alpha.13"></a>
2658
- # [4.0.0-alpha.13](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.12...@loopback/cli@4.0.0-alpha.13) (2017-12-21)
2659
-
2660
-
2661
2258
 
2259
+ # [4.0.0-alpha.13](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.12...@loopback/cli@4.0.0-alpha.13) (2017-12-21)
2662
2260
 
2663
2261
  **Note:** Version bump only for package @loopback/cli
2664
2262
 
2665
2263
  <a name="4.0.0-alpha.12"></a>
2666
- # [4.0.0-alpha.12](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.11...@loopback/cli@4.0.0-alpha.12) (2017-12-11)
2667
2264
 
2265
+ # [4.0.0-alpha.12](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.11...@loopback/cli@4.0.0-alpha.12) (2017-12-11)
2668
2266
 
2669
2267
  ### Features
2670
2268
 
2671
- * **cli:** Cleanup REST application tooling ([#774](https://github.com/loopbackio/loopback-next/issues/774)) ([dc50ed8](https://github.com/loopbackio/loopback-next/commit/dc50ed8))
2672
-
2673
-
2674
-
2269
+ - **cli:** Cleanup REST application tooling
2270
+ ([#774](https://github.com/loopbackio/loopback-next/issues/774))
2271
+ ([dc50ed8](https://github.com/loopbackio/loopback-next/commit/dc50ed8))
2675
2272
 
2676
2273
  <a name="4.0.0-alpha.11"></a>
2677
- # [4.0.0-alpha.11](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.10...@loopback/cli@4.0.0-alpha.11) (2017-12-01)
2678
2274
 
2275
+ # [4.0.0-alpha.11](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.10...@loopback/cli@4.0.0-alpha.11) (2017-12-01)
2679
2276
 
2680
2277
  ### Bug Fixes
2681
2278
 
2682
- * **cli:** use prerelease versioning for templates ([81aaa6f](https://github.com/loopbackio/loopback-next/commit/81aaa6f))
2683
-
2684
-
2685
-
2279
+ - **cli:** use prerelease versioning for templates
2280
+ ([81aaa6f](https://github.com/loopbackio/loopback-next/commit/81aaa6f))
2686
2281
 
2687
2282
  <a name="4.0.0-alpha.10"></a>
2688
- # [4.0.0-alpha.10](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.9...@loopback/cli@4.0.0-alpha.10) (2017-12-01)
2689
2283
 
2284
+ # [4.0.0-alpha.10](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.9...@loopback/cli@4.0.0-alpha.10) (2017-12-01)
2690
2285
 
2691
2286
  ### Features
2692
2287
 
2693
- * Add exit() to abort generation ([c95aa23](https://github.com/loopbackio/loopback-next/commit/c95aa23))
2694
-
2695
-
2696
-
2288
+ - Add exit() to abort generation
2289
+ ([c95aa23](https://github.com/loopbackio/loopback-next/commit/c95aa23))
2697
2290
 
2698
2291
  <a name="4.0.0-alpha.9"></a>
2699
- # [4.0.0-alpha.9](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.8...@loopback/cli@4.0.0-alpha.9) (2017-12-01)
2700
2292
 
2293
+ # [4.0.0-alpha.9](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.8...@loopback/cli@4.0.0-alpha.9) (2017-12-01)
2701
2294
 
2702
2295
  ### Features
2703
2296
 
2704
- * **cli:** remove default option for controller ([#768](https://github.com/loopbackio/loopback-next/issues/768)) ([cc41fd6](https://github.com/loopbackio/loopback-next/commit/cc41fd6))
2705
-
2706
-
2707
-
2297
+ - **cli:** remove default option for controller
2298
+ ([#768](https://github.com/loopbackio/loopback-next/issues/768))
2299
+ ([cc41fd6](https://github.com/loopbackio/loopback-next/commit/cc41fd6))
2708
2300
 
2709
2301
  <a name="4.0.0-alpha.8"></a>
2710
- # [4.0.0-alpha.8](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.7...@loopback/cli@4.0.0-alpha.8) (2017-11-30)
2711
2302
 
2303
+ # [4.0.0-alpha.8](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.7...@loopback/cli@4.0.0-alpha.8) (2017-11-30)
2712
2304
 
2713
2305
  ### Features
2714
2306
 
2715
- * **cli:** Tooling for empty controller ([#762](https://github.com/loopbackio/loopback-next/issues/762)) ([14e7897](https://github.com/loopbackio/loopback-next/commit/14e7897))
2716
-
2717
-
2718
-
2307
+ - **cli:** Tooling for empty controller
2308
+ ([#762](https://github.com/loopbackio/loopback-next/issues/762))
2309
+ ([14e7897](https://github.com/loopbackio/loopback-next/commit/14e7897))
2719
2310
 
2720
2311
  <a name="4.0.0-alpha.7"></a>
2721
- # [4.0.0-alpha.7](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.6...@loopback/cli@4.0.0-alpha.7) (2017-11-29)
2722
-
2723
-
2724
2312
 
2313
+ # [4.0.0-alpha.7](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.6...@loopback/cli@4.0.0-alpha.7) (2017-11-29)
2725
2314
 
2726
2315
  **Note:** Version bump only for package @loopback/cli
2727
2316
 
2728
2317
  <a name="4.0.0-alpha.6"></a>
2729
- # [4.0.0-alpha.6](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.5...@loopback/cli@4.0.0-alpha.6) (2017-11-09)
2730
2318
 
2319
+ # [4.0.0-alpha.6](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.5...@loopback/cli@4.0.0-alpha.6) (2017-11-09)
2731
2320
 
2732
2321
  ### Bug Fixes
2733
2322
 
2734
- * Fix CLI to include .gitignore in the templates ([842a191](https://github.com/loopbackio/loopback-next/commit/842a191))
2735
-
2736
-
2737
-
2323
+ - Fix CLI to include .gitignore in the templates
2324
+ ([842a191](https://github.com/loopbackio/loopback-next/commit/842a191))
2738
2325
 
2739
2326
  <a name="4.0.0-alpha.5"></a>
2740
- # [4.0.0-alpha.5](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.4...@loopback/cli@4.0.0-alpha.5) (2017-11-06)
2741
2327
 
2328
+ # [4.0.0-alpha.5](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.4...@loopback/cli@4.0.0-alpha.5) (2017-11-06)
2742
2329
 
2743
2330
  ### Bug Fixes
2744
2331
 
2745
- * Add start script for apps ([5ba3734](https://github.com/loopbackio/loopback-next/commit/5ba3734))
2746
-
2747
-
2748
-
2332
+ - Add start script for apps
2333
+ ([5ba3734](https://github.com/loopbackio/loopback-next/commit/5ba3734))
2749
2334
 
2750
2335
  <a name="4.0.0-alpha.4"></a>
2751
- # [4.0.0-alpha.4](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.3...@loopback/cli@4.0.0-alpha.4) (2017-11-06)
2752
2336
 
2337
+ # [4.0.0-alpha.4](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.3...@loopback/cli@4.0.0-alpha.4) (2017-11-06)
2753
2338
 
2754
2339
  ### Bug Fixes
2755
2340
 
2756
- * Fix cli templates ([2ebf69f](https://github.com/loopbackio/loopback-next/commit/2ebf69f))
2757
-
2758
-
2759
-
2341
+ - Fix cli templates
2342
+ ([2ebf69f](https://github.com/loopbackio/loopback-next/commit/2ebf69f))
2760
2343
 
2761
2344
  <a name="4.0.0-alpha.3"></a>
2762
- # [4.0.0-alpha.3](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.2...@loopback/cli@4.0.0-alpha.3) (2017-11-06)
2763
2345
 
2346
+ # [4.0.0-alpha.3](https://github.com/loopbackio/loopback-next/compare/@loopback/cli@4.0.0-alpha.2...@loopback/cli@4.0.0-alpha.3) (2017-11-06)
2764
2347
 
2765
2348
  ### Bug Fixes
2766
2349
 
2767
- * Fix help text for cli ([8f41c2e](https://github.com/loopbackio/loopback-next/commit/8f41c2e))
2768
-
2769
-
2770
-
2350
+ - Fix help text for cli
2351
+ ([8f41c2e](https://github.com/loopbackio/loopback-next/commit/8f41c2e))
2771
2352
 
2772
2353
  <a name="4.0.0-alpha.2"></a>
2773
- # 4.0.0-alpha.2 (2017-11-06)
2774
2354
 
2355
+ # 4.0.0-alpha.2 (2017-11-06)
2775
2356
 
2776
2357
  ### Features
2777
2358
 
2778
- * Add experimental CLI for LoopBack 4 ([707f692](https://github.com/loopbackio/loopback-next/commit/707f692))
2359
+ - Add experimental CLI for LoopBack 4
2360
+ ([707f692](https://github.com/loopbackio/loopback-next/commit/707f692))
2779
2361