@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,268 +10,202 @@ permalink: /doc/en/lb4/changelog.rest.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
- ## [12.0.2](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@12.0.1...@loopback/rest@12.0.2) (2022-07-14)
17
-
18
- **Note:** Version bump only for package @loopback/rest
19
-
13
+ All notable changes to this project will be documented in this file. See
14
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
20
15
 
16
+ ## [12.0.4](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@12.0.3...@loopback/rest@12.0.4) (2022-10-13)
21
17
 
18
+ ### Bug Fixes
22
19
 
20
+ - fix compilation errors for TypeScript 4.8.x
21
+ ([4ee90ac](https://github.com/loopbackio/loopback-next/commit/4ee90ac8ef50ce024102dc31375f17b204a45cfb))
23
22
 
24
- ## [12.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@12.0.0...@loopback/rest@12.0.1) (2022-06-13)
23
+ ## [12.0.3](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@12.0.2...@loopback/rest@12.0.3) (2022-08-25)
25
24
 
26
25
  **Note:** Version bump only for package @loopback/rest
27
26
 
27
+ ## [12.0.2](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@12.0.1...@loopback/rest@12.0.2) (2022-07-14)
28
28
 
29
+ **Note:** Version bump only for package @loopback/rest
29
30
 
31
+ ## [12.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@12.0.0...@loopback/rest@12.0.1) (2022-06-13)
30
32
 
33
+ **Note:** Version bump only for package @loopback/rest
31
34
 
32
35
  ## [12.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@11.1.2...@loopback/rest@12.0.0) (2022-05-05)
33
36
 
34
-
35
37
  ### ⚠ BREAKING CHANGES
36
38
 
37
- * remove node v12 support
39
+ - remove node v12 support
38
40
 
39
41
  ### Features
40
42
 
41
- * add support for node v18 ([ccb4c61](https://github.com/loopbackio/loopback-next/commit/ccb4c61307d94ab7bb07a19c547dfc4fa7d388a8))
42
- * remove node v12 support ([5f66e5b](https://github.com/loopbackio/loopback-next/commit/5f66e5bd288ba806b3aa6550fc29c5009de8b60d))
43
-
44
-
43
+ - add support for node v18
44
+ ([ccb4c61](https://github.com/loopbackio/loopback-next/commit/ccb4c61307d94ab7bb07a19c547dfc4fa7d388a8))
45
+ - remove node v12 support
46
+ ([5f66e5b](https://github.com/loopbackio/loopback-next/commit/5f66e5bd288ba806b3aa6550fc29c5009de8b60d))
45
47
 
46
48
  ## [11.1.2](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@11.1.1...@loopback/rest@11.1.2) (2022-03-29)
47
49
 
48
50
  **Note:** Version bump only for package @loopback/rest
49
51
 
50
-
51
-
52
-
53
-
54
52
  ## [11.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@11.1.0...@loopback/rest@11.1.1) (2022-02-28)
55
53
 
56
54
  **Note:** Version bump only for package @loopback/rest
57
55
 
58
-
59
-
60
-
61
-
62
56
  # [11.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@11.0.1...@loopback/rest@11.1.0) (2022-02-14)
63
57
 
64
-
65
58
  ### Bug Fixes
66
59
 
67
- * @loopback/rest - validation/request-body.validator ([58bb8e4](https://github.com/loopbackio/loopback-next/commit/58bb8e4b1be65df505a8e58b2057cd05b1c74831))
68
-
60
+ - @loopback/rest - validation/request-body.validator
61
+ ([58bb8e4](https://github.com/loopbackio/loopback-next/commit/58bb8e4b1be65df505a8e58b2057cd05b1c74831))
69
62
 
70
63
  ### Features
71
64
 
72
- * update @types/node to v12 ([65a09a4](https://github.com/loopbackio/loopback-next/commit/65a09a406e4865f774f97b58af9e616733b8b255))
73
-
74
-
75
-
76
-
65
+ - update @types/node to v12
66
+ ([65a09a4](https://github.com/loopbackio/loopback-next/commit/65a09a406e4865f774f97b58af9e616733b8b255))
77
67
 
78
68
  ## [11.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@11.0.0...@loopback/rest@11.0.1) (2022-01-11)
79
69
 
80
70
  **Note:** Version bump only for package @loopback/rest
81
71
 
82
-
83
-
84
-
85
-
86
72
  # [11.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@10.1.0...@loopback/rest@11.0.0) (2021-11-18)
87
73
 
88
-
89
74
  ### Features
90
75
 
91
- * drop support for Node.js v10 ([9bcbbb3](https://github.com/loopbackio/loopback-next/commit/9bcbbb358ec3eabc3033d4e7e1c22b524a7069b3))
92
- * support Node.js v17 ([8d86c03](https://github.com/loopbackio/loopback-next/commit/8d86c03cb7047e2b1f18d05870628ef5783e71b2))
93
- * upgrade to TypeScript 4.5.2 ([72ece91](https://github.com/loopbackio/loopback-next/commit/72ece91289ecfdfd8747bb9888ad75db73e8ff4b))
94
-
76
+ - drop support for Node.js v10
77
+ ([9bcbbb3](https://github.com/loopbackio/loopback-next/commit/9bcbbb358ec3eabc3033d4e7e1c22b524a7069b3))
78
+ - support Node.js v17
79
+ ([8d86c03](https://github.com/loopbackio/loopback-next/commit/8d86c03cb7047e2b1f18d05870628ef5783e71b2))
80
+ - upgrade to TypeScript 4.5.2
81
+ ([72ece91](https://github.com/loopbackio/loopback-next/commit/72ece91289ecfdfd8747bb9888ad75db73e8ff4b))
95
82
 
96
83
  ### BREAKING CHANGES
97
84
 
98
- * drop support for Node.js v10
99
-
100
- Co-authored-by: Francisco Buceta <frbuceta@gmail.com>
101
- Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
102
-
103
-
104
-
85
+ - drop support for Node.js v10
105
86
 
87
+ Co-authored-by: Francisco Buceta <frbuceta@gmail.com> Signed-off-by: Rifa
88
+ Achrinza <25147899+achrinza@users.noreply.github.com>
106
89
 
107
90
  # [10.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@10.0.1...@loopback/rest@10.1.0) (2021-10-18)
108
91
 
109
-
110
92
  ### Features
111
93
 
112
- * allow context view to return proxies ([8269c21](https://github.com/loopbackio/loopback-next/commit/8269c21e64503408f36baefcc23d2393bbad0bfe))
113
-
114
-
115
-
116
-
94
+ - allow context view to return proxies
95
+ ([8269c21](https://github.com/loopbackio/loopback-next/commit/8269c21e64503408f36baefcc23d2393bbad0bfe))
117
96
 
118
97
  ## [10.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@10.0.0...@loopback/rest@10.0.1) (2021-09-16)
119
98
 
120
99
  **Note:** Version bump only for package @loopback/rest
121
100
 
122
-
123
-
124
-
125
-
126
101
  # [10.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@9.3.1...@loopback/rest@10.0.0) (2021-07-15)
127
102
 
128
-
129
103
  ### Features
130
104
 
131
- * **rest:** upgrade to ajv@8.x ([d3b20ed](https://github.com/loopbackio/loopback-next/commit/d3b20edc142d5c014c17ffbfa69f74403793330f))
132
-
105
+ - **rest:** upgrade to ajv@8.x
106
+ ([d3b20ed](https://github.com/loopbackio/loopback-next/commit/d3b20edc142d5c014c17ffbfa69f74403793330f))
133
107
 
134
108
  ### BREAKING CHANGES
135
109
 
136
- * **rest:** We upgrade to ajv@8.x, which contains breaking changes
137
- for validations. See https://github.com/ajv-validator/ajv/blob/master/docs/v6-to-v8-migration.md.
110
+ - **rest:** We upgrade to ajv@8.x, which contains breaking changes for
111
+ validations. See
112
+ https://github.com/ajv-validator/ajv/blob/master/docs/v6-to-v8-migration.md.
138
113
 
139
114
  Signed-off-by: Raymond Feng <enjoyjava@gmail.com>
140
115
 
141
-
142
-
143
-
144
-
145
116
  ## [9.3.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@9.3.0...@loopback/rest@9.3.1) (2021-06-10)
146
117
 
147
118
  **Note:** Version bump only for package @loopback/rest
148
119
 
149
-
150
-
151
-
152
-
153
120
  # [9.3.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@9.2.1...@loopback/rest@9.3.0) (2021-05-03)
154
121
 
155
-
156
122
  ### Features
157
123
 
158
- * support node v16 ([ac99415](https://github.com/loopbackio/loopback-next/commit/ac994154543bde22b4482ba98813351656db1b55))
159
-
160
-
161
-
162
-
124
+ - support node v16
125
+ ([ac99415](https://github.com/loopbackio/loopback-next/commit/ac994154543bde22b4482ba98813351656db1b55))
163
126
 
164
127
  ## [9.2.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@9.2.0...@loopback/rest@9.2.1) (2021-04-06)
165
128
 
166
129
  **Note:** Version bump only for package @loopback/rest
167
130
 
168
-
169
-
170
-
171
-
172
131
  # [9.2.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@9.1.3...@loopback/rest@9.2.0) (2021-03-18)
173
132
 
174
-
175
133
  ### Bug Fixes
176
134
 
177
- * **rest:** fix the request body index handling ([b186820](https://github.com/loopbackio/loopback-next/commit/b186820f116baed41ee0741804e4dd37fdf1fe39))
178
-
135
+ - **rest:** fix the request body index handling
136
+ ([b186820](https://github.com/loopbackio/loopback-next/commit/b186820f116baed41ee0741804e4dd37fdf1fe39))
179
137
 
180
138
  ### Features
181
139
 
182
- * update package-lock.json to v2 consistently ([dfc3fbd](https://github.com/loopbackio/loopback-next/commit/dfc3fbdae0c9ca9f34c64154a471bef22d5ac6b7))
183
-
184
-
185
-
186
-
140
+ - update package-lock.json to v2 consistently
141
+ ([dfc3fbd](https://github.com/loopbackio/loopback-next/commit/dfc3fbdae0c9ca9f34c64154a471bef22d5ac6b7))
187
142
 
188
143
  ## [9.1.3](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@9.1.2...@loopback/rest@9.1.3) (2021-02-09)
189
144
 
190
145
  **Note:** Version bump only for package @loopback/rest
191
146
 
192
-
193
-
194
-
195
-
196
147
  ## [9.1.2](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@9.1.1...@loopback/rest@9.1.2) (2021-01-21)
197
148
 
198
149
  **Note:** Version bump only for package @loopback/rest
199
150
 
200
-
201
-
202
-
203
-
204
151
  ## [9.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@9.1.0...@loopback/rest@9.1.1) (2020-12-07)
205
152
 
206
-
207
153
  ### Bug Fixes
208
154
 
209
- * **rest:** fix incomplete hostname in regexp ([dd5c210](https://github.com/loopbackio/loopback-next/commit/dd5c210c6ce1c74f27b3ac4a95d3a311ffcfe582))
210
-
211
-
212
-
213
-
155
+ - **rest:** fix incomplete hostname in regexp
156
+ ([dd5c210](https://github.com/loopbackio/loopback-next/commit/dd5c210c6ce1c74f27b3ac4a95d3a311ffcfe582))
214
157
 
215
158
  # [9.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@9.0.0...@loopback/rest@9.1.0) (2020-11-18)
216
159
 
217
-
218
160
  ### Features
219
161
 
220
- * **express:** set up MIDDLEWARE_CONTEXT for request object in constructor ([e086e7b](https://github.com/loopbackio/loopback-next/commit/e086e7bcf64a8aa651490784502adfe787156eef))
221
-
222
-
223
-
224
-
162
+ - **express:** set up MIDDLEWARE_CONTEXT for request object in constructor
163
+ ([e086e7b](https://github.com/loopbackio/loopback-next/commit/e086e7bcf64a8aa651490784502adfe787156eef))
225
164
 
226
165
  # [9.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@8.0.0...@loopback/rest@9.0.0) (2020-11-05)
227
166
 
228
-
229
167
  ### Bug Fixes
230
168
 
231
- * allow array query parameter for a single value ([08c4a1a](https://github.com/loopbackio/loopback-next/commit/08c4a1a2046db606fa28b17410c19bf609abddb6))
232
-
169
+ - allow array query parameter for a single value
170
+ ([08c4a1a](https://github.com/loopbackio/loopback-next/commit/08c4a1a2046db606fa28b17410c19bf609abddb6))
233
171
 
234
172
  ### Code Refactoring
235
173
 
236
- * **rest:** use dynamic value provider for actions ([3a32290](https://github.com/loopbackio/loopback-next/commit/3a322902bd47f664efcb0c14c4de96133301672c))
237
-
174
+ - **rest:** use dynamic value provider for actions
175
+ ([3a32290](https://github.com/loopbackio/loopback-next/commit/3a322902bd47f664efcb0c14c4de96133301672c))
238
176
 
239
177
  ### Features
240
178
 
241
- * **rest:** further sanitize json parsing by rejecting prohibited keys ([b38f0fd](https://github.com/loopbackio/loopback-next/commit/b38f0fda4c1c78339de5f02c2f42bbfce32113c9))
242
- * **rest:** reword the message printed by REST LogError action ([3fc2bc1](https://github.com/loopbackio/loopback-next/commit/3fc2bc1ecdd8efe1747050a63dbfefac7216e476))
243
-
179
+ - **rest:** further sanitize json parsing by rejecting prohibited keys
180
+ ([b38f0fd](https://github.com/loopbackio/loopback-next/commit/b38f0fda4c1c78339de5f02c2f42bbfce32113c9))
181
+ - **rest:** reword the message printed by REST LogError action
182
+ ([3fc2bc1](https://github.com/loopbackio/loopback-next/commit/3fc2bc1ecdd8efe1747050a63dbfefac7216e476))
244
183
 
245
184
  ### BREAKING CHANGES
246
185
 
247
- * **rest:** Message printed by REST LogError action changed from
248
- `Unhandled error` to `Request failed`. Message pattern rules
249
- (e.g. alerting rules) based on this pattern need to be updated accordingly.
250
- * **rest:** If you use one of the built-in action providers as the base
251
- class, this commit will break you as the signature of the base class has
252
- changed. Otherwise the code should be backward compatible for existing
253
- applications.
254
-
255
-
256
-
257
-
186
+ - **rest:** Message printed by REST LogError action changed from
187
+ `Unhandled error` to `Request failed`. Message pattern rules (e.g. alerting
188
+ rules) based on this pattern need to be updated accordingly.
189
+ - **rest:** If you use one of the built-in action providers as the base class,
190
+ this commit will break you as the signature of the base class has changed.
191
+ Otherwise the code should be backward compatible for existing applications.
258
192
 
259
193
  # [8.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@7.0.1...@loopback/rest@8.0.0) (2020-10-07)
260
194
 
261
-
262
195
  ### Features
263
196
 
264
- * **context:** introduce new binding scopes ([9916cfd](https://github.com/loopbackio/loopback-next/commit/9916cfd4449a870f7a3378e2e674957aed7c1626))
265
- * update dependency openapi3-ts to v2 ([aabd6e6](https://github.com/loopbackio/loopback-next/commit/aabd6e62a11d5e10ff2256ec664a923041e27ce0))
266
-
197
+ - **context:** introduce new binding scopes
198
+ ([9916cfd](https://github.com/loopbackio/loopback-next/commit/9916cfd4449a870f7a3378e2e674957aed7c1626))
199
+ - update dependency openapi3-ts to v2
200
+ ([aabd6e6](https://github.com/loopbackio/loopback-next/commit/aabd6e62a11d5e10ff2256ec664a923041e27ce0))
267
201
 
268
202
  ### BREAKING CHANGES
269
203
 
270
- * openapi3-ts@2.x has a stricter typing for `type` and `format`
271
- properties as union types with a known list of values.
204
+ - openapi3-ts@2.x has a stricter typing for `type` and `format` properties as
205
+ union types with a known list of values.
272
206
 
273
- We now either have to explicitly type the schema as `SchemaObject`
274
- or cast the `type` to `SchemaObject['type'], for example:
207
+ We now either have to explicitly type the schema as `SchemaObject` or cast the
208
+ `type` to `SchemaObject['type'], for example:
275
209
 
276
210
  ```ts
277
211
  import {SchemaObject} from '@loopback/openapi-v3';
@@ -295,347 +229,295 @@ const paramDef1 = {
295
229
  type: 'number' as const, // cast the type to be 'number' from 'string'
296
230
  name: 'limit',
297
231
  in: 'query',
298
- }
232
+ };
299
233
 
300
234
  // Use the explicit `ParameterObject` to enforce inference
301
235
  const paramDef2: ParameterObject = {
302
236
  type: 'number',
303
237
  name: 'limit',
304
238
  in: 'query',
305
- }
239
+ };
306
240
  ```
307
241
 
308
-
309
-
310
-
311
-
312
242
  ## [7.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@7.0.0...@loopback/rest@7.0.1) (2020-09-17)
313
243
 
314
244
  **Note:** Version bump only for package @loopback/rest
315
245
 
316
-
317
-
318
-
319
-
320
246
  # [7.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@6.2.0...@loopback/rest@7.0.0) (2020-09-15)
321
247
 
322
-
323
248
  ### Bug Fixes
324
249
 
325
- * **rest:** do not override customized openapi spec info object ([acae2a3](https://github.com/loopbackio/loopback-next/commit/acae2a39d6ede327a1c1af53d33bd9e4c23b9626))
326
- * **rest:** make sure OpenAPI parameters with simple types are validated by AJV ([987c103](https://github.com/loopbackio/loopback-next/commit/987c1033a7ff28e4f2b9188a854c6479ed2365f9))
327
-
250
+ - **rest:** do not override customized openapi spec info object
251
+ ([acae2a3](https://github.com/loopbackio/loopback-next/commit/acae2a39d6ede327a1c1af53d33bd9e4c23b9626))
252
+ - **rest:** make sure OpenAPI parameters with simple types are validated by AJV
253
+ ([987c103](https://github.com/loopbackio/loopback-next/commit/987c1033a7ff28e4f2b9188a854c6479ed2365f9))
328
254
 
329
255
  ### Features
330
256
 
331
- * **rest:** use sington binding scope to cache REST middleware ([5783f54](https://github.com/loopbackio/loopback-next/commit/5783f5471e1e16aface22d8db4d300366f6b06d3))
332
- * move framework packages to `devDependencies` ([e2c61ce](https://github.com/loopbackio/loopback-next/commit/e2c61ce79aa68d76f6e7138642034160b50063f0))
333
- * **rest:** add AJV formats for OpenAPI spec data type formats ([3f2ccbf](https://github.com/loopbackio/loopback-next/commit/3f2ccbf98c8cca92666c9a9931ad741d274a76b6))
334
- * **rest:** expose RequestContext to Express request object ([50448cb](https://github.com/loopbackio/loopback-next/commit/50448cb215cc94b8bd2459d7f9487aa03149fe3d))
335
-
257
+ - **rest:** use sington binding scope to cache REST middleware
258
+ ([5783f54](https://github.com/loopbackio/loopback-next/commit/5783f5471e1e16aface22d8db4d300366f6b06d3))
259
+ - move framework packages to `devDependencies`
260
+ ([e2c61ce](https://github.com/loopbackio/loopback-next/commit/e2c61ce79aa68d76f6e7138642034160b50063f0))
261
+ - **rest:** add AJV formats for OpenAPI spec data type formats
262
+ ([3f2ccbf](https://github.com/loopbackio/loopback-next/commit/3f2ccbf98c8cca92666c9a9931ad741d274a76b6))
263
+ - **rest:** expose RequestContext to Express request object
264
+ ([50448cb](https://github.com/loopbackio/loopback-next/commit/50448cb215cc94b8bd2459d7f9487aa03149fe3d))
336
265
 
337
266
  ### BREAKING CHANGES
338
267
 
339
- * components no longer install core framework packages as
340
- their own dependencies, they use the framework packages provided by the
341
- target application instead.
342
-
343
- If you are getting `npm install` errors after upgrade, then make sure
344
- your project lists all dependencies required by the extensions you are
345
- using.
346
-
347
-
348
-
268
+ - components no longer install core framework packages as their own
269
+ dependencies, they use the framework packages provided by the target
270
+ application instead.
349
271
 
272
+ If you are getting `npm install` errors after upgrade, then make sure your
273
+ project lists all dependencies required by the extensions you are using.
350
274
 
351
275
  # [6.2.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@6.1.0...@loopback/rest@6.2.0) (2020-08-27)
352
276
 
353
-
354
277
  ### Features
355
278
 
356
- * **rest:** add more debugging statements for middleware ([de2f5be](https://github.com/loopbackio/loopback-next/commit/de2f5bee6415d55c53ca14cdf989cb37b06c7f47))
357
- * **rest:** improve route description to include verb and path ([3b7fcca](https://github.com/loopbackio/loopback-next/commit/3b7fccafa57cfb7fd2ee1495dc81dbc87ab6e94e))
358
- * **rest:** make sure rest options are passed to http-server ([e9af196](https://github.com/loopbackio/loopback-next/commit/e9af1961dfe2aaae3c07e3100f6fe538797943e0))
359
-
360
-
361
-
362
-
279
+ - **rest:** add more debugging statements for middleware
280
+ ([de2f5be](https://github.com/loopbackio/loopback-next/commit/de2f5bee6415d55c53ca14cdf989cb37b06c7f47))
281
+ - **rest:** improve route description to include verb and path
282
+ ([3b7fcca](https://github.com/loopbackio/loopback-next/commit/3b7fccafa57cfb7fd2ee1495dc81dbc87ab6e94e))
283
+ - **rest:** make sure rest options are passed to http-server
284
+ ([e9af196](https://github.com/loopbackio/loopback-next/commit/e9af1961dfe2aaae3c07e3100f6fe538797943e0))
363
285
 
364
286
  # [6.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@6.0.0...@loopback/rest@6.1.0) (2020-08-19)
365
287
 
366
-
367
288
  ### Bug Fixes
368
289
 
369
- * **repository:** apply `[@model](https://github.com/model)` to generated model class ([9a1b1e4](https://github.com/loopbackio/loopback-next/commit/9a1b1e4324516bc1351e08943b8b0c5a00e75992))
370
-
290
+ - **repository:** apply `[@model](https://github.com/model)` to generated model
291
+ class
292
+ ([9a1b1e4](https://github.com/loopbackio/loopback-next/commit/9a1b1e4324516bc1351e08943b8b0c5a00e75992))
371
293
 
372
294
  ### Features
373
295
 
374
- * **express:** add middleware view to watch registered middleware ([205d948](https://github.com/loopbackio/loopback-next/commit/205d948cb91cf48d187ce247ee5e77b1204be35e))
375
- * **rest:** add the ability to validate sorted middleware groups ([227dbf8](https://github.com/loopbackio/loopback-next/commit/227dbf8045990536ac1437ea4a7ae1f1a1e571bb))
376
- * **rest:** improve validation errors for invalid parameter value ([54f762c](https://github.com/loopbackio/loopback-next/commit/54f762c845912b45811f6481518a100f10c5e1e6))
377
- * **rest:** optimize middleware sequence to reuse middleware binding keys ([0041a24](https://github.com/loopbackio/loopback-next/commit/0041a246df89f7dbff179ed7c5e08a65ec5bcbda))
378
-
379
-
380
-
381
-
296
+ - **express:** add middleware view to watch registered middleware
297
+ ([205d948](https://github.com/loopbackio/loopback-next/commit/205d948cb91cf48d187ce247ee5e77b1204be35e))
298
+ - **rest:** add the ability to validate sorted middleware groups
299
+ ([227dbf8](https://github.com/loopbackio/loopback-next/commit/227dbf8045990536ac1437ea4a7ae1f1a1e571bb))
300
+ - **rest:** improve validation errors for invalid parameter value
301
+ ([54f762c](https://github.com/loopbackio/loopback-next/commit/54f762c845912b45811f6481518a100f10c5e1e6))
302
+ - **rest:** optimize middleware sequence to reuse middleware binding keys
303
+ ([0041a24](https://github.com/loopbackio/loopback-next/commit/0041a246df89f7dbff179ed7c5e08a65ec5bcbda))
382
304
 
383
305
  # [6.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@5.2.1...@loopback/rest@6.0.0) (2020-08-05)
384
306
 
385
-
386
307
  ### Bug Fixes
387
308
 
388
- * **rest:** code block in interface apidoc ([1f79de5](https://github.com/loopbackio/loopback-next/commit/1f79de56fed717b85da996c0cdc23da6214f4410))
389
- * **rest:** preserve the bound value for API_SPCE binding from api() ([18fedf3](https://github.com/loopbackio/loopback-next/commit/18fedf37fe3db266e9222191e20e1bf6fdcaa8ec))
390
- * **rest:** register component for apispec ([7ac2081](https://github.com/loopbackio/loopback-next/commit/7ac208153b5986fc346d81a410c18ec97c223b2e))
391
- * enable default AJV custom validation and error messages ([d7c385e](https://github.com/loopbackio/loopback-next/commit/d7c385ee24f14e187655a68e2a08cff68c5142a9))
392
-
309
+ - **rest:** code block in interface apidoc
310
+ ([1f79de5](https://github.com/loopbackio/loopback-next/commit/1f79de56fed717b85da996c0cdc23da6214f4410))
311
+ - **rest:** preserve the bound value for API_SPCE binding from api()
312
+ ([18fedf3](https://github.com/loopbackio/loopback-next/commit/18fedf37fe3db266e9222191e20e1bf6fdcaa8ec))
313
+ - **rest:** register component for apispec
314
+ ([7ac2081](https://github.com/loopbackio/loopback-next/commit/7ac208153b5986fc346d81a410c18ec97c223b2e))
315
+ - enable default AJV custom validation and error messages
316
+ ([d7c385e](https://github.com/loopbackio/loopback-next/commit/d7c385ee24f14e187655a68e2a08cff68c5142a9))
393
317
 
394
318
  ### Features
395
319
 
396
- * **rest:** add a note to mention the middleware-based sequence ([8d06f62](https://github.com/loopbackio/loopback-next/commit/8d06f62ce66a258d62b2d42febbd947c186b73f0))
397
- * **rest:** add middleware for REST actions and MiddlewareSequence ([80b667c](https://github.com/loopbackio/loopback-next/commit/80b667c3592bcbd5c835854ddffde97c7e66fac4))
398
-
320
+ - **rest:** add a note to mention the middleware-based sequence
321
+ ([8d06f62](https://github.com/loopbackio/loopback-next/commit/8d06f62ce66a258d62b2d42febbd947c186b73f0))
322
+ - **rest:** add middleware for REST actions and MiddlewareSequence
323
+ ([80b667c](https://github.com/loopbackio/loopback-next/commit/80b667c3592bcbd5c835854ddffde97c7e66fac4))
399
324
 
400
325
  ### BREAKING CHANGES
401
326
 
402
- * **rest:** A middleware-based sequence has been introduced to have
403
- a middleware chain with discovered middleware to process REST requests
404
- and responses. The action-based sequence is kept for backward compatibility.
405
- Please check out https://loopback.io/doc/en/lb4/Sequence.html for more details.
406
-
407
-
408
-
409
-
327
+ - **rest:** A middleware-based sequence has been introduced to have a middleware
328
+ chain with discovered middleware to process REST requests and responses. The
329
+ action-based sequence is kept for backward compatibility. Please check out
330
+ https://loopback.io/doc/en/lb4/Sequence.html for more details.
410
331
 
411
332
  ## [5.2.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@5.2.0...@loopback/rest@5.2.1) (2020-07-20)
412
333
 
413
-
414
334
  ### Bug Fixes
415
335
 
416
- * ensure delete only applies to optional properties ([89cd43f](https://github.com/loopbackio/loopback-next/commit/89cd43f1a455983f120d9bb9c869eac36adc7ad7))
417
- * nested scope filter ([b29d6d7](https://github.com/loopbackio/loopback-next/commit/b29d6d7938b0d07e927b0939745b76cfff91272b))
418
- * **repository-json-schema:** added type 'object' to model json schema ([5c5f9ef](https://github.com/loopbackio/loopback-next/commit/5c5f9efcfdea7788503d74610e7ce64f31abc7cd)), closes [#3804](https://github.com/loopbackio/loopback-next/issues/3804)
419
-
420
-
421
-
422
-
336
+ - ensure delete only applies to optional properties
337
+ ([89cd43f](https://github.com/loopbackio/loopback-next/commit/89cd43f1a455983f120d9bb9c869eac36adc7ad7))
338
+ - nested scope filter
339
+ ([b29d6d7](https://github.com/loopbackio/loopback-next/commit/b29d6d7938b0d07e927b0939745b76cfff91272b))
340
+ - **repository-json-schema:** added type 'object' to model json schema
341
+ ([5c5f9ef](https://github.com/loopbackio/loopback-next/commit/5c5f9efcfdea7788503d74610e7ce64f31abc7cd)),
342
+ closes [#3804](https://github.com/loopbackio/loopback-next/issues/3804)
423
343
 
424
344
  # [5.2.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@5.1.2...@loopback/rest@5.2.0) (2020-06-30)
425
345
 
426
-
427
346
  ### Bug Fixes
428
347
 
429
- * **rest:** fix typing to be compatible with latest @types/js-yaml ([5ac39e4](https://github.com/loopbackio/loopback-next/commit/5ac39e44827ef74c9d2bccb1797a9da125c249e3))
430
-
348
+ - **rest:** fix typing to be compatible with latest @types/js-yaml
349
+ ([5ac39e4](https://github.com/loopbackio/loopback-next/commit/5ac39e44827ef74c9d2bccb1797a9da125c249e3))
431
350
 
432
351
  ### Features
433
352
 
434
- * coerce query object with schema ([ccea25f](https://github.com/loopbackio/loopback-next/commit/ccea25fc382457f9436adfc0d8f6ce3a2d029c5e))
435
- * **rest:** expose types from strong-error-handler ([b6f5595](https://github.com/loopbackio/loopback-next/commit/b6f559549518c839a2898f1b968fc6a7901a6c6b))
436
-
437
-
438
-
439
-
353
+ - coerce query object with schema
354
+ ([ccea25f](https://github.com/loopbackio/loopback-next/commit/ccea25fc382457f9436adfc0d8f6ce3a2d029c5e))
355
+ - **rest:** expose types from strong-error-handler
356
+ ([b6f5595](https://github.com/loopbackio/loopback-next/commit/b6f559549518c839a2898f1b968fc6a7901a6c6b))
440
357
 
441
358
  ## [5.1.2](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@5.1.1...@loopback/rest@5.1.2) (2020-06-23)
442
359
 
443
-
444
360
  ### Bug Fixes
445
361
 
446
- * set node version to >=10.16 to support events.once ([e39da1c](https://github.com/loopbackio/loopback-next/commit/e39da1ca47728eafaf83c10ce35b09b03b6a4edc))
447
-
448
-
449
-
450
-
362
+ - set node version to >=10.16 to support events.once
363
+ ([e39da1c](https://github.com/loopbackio/loopback-next/commit/e39da1ca47728eafaf83c10ce35b09b03b6a4edc))
451
364
 
452
365
  ## [5.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@5.1.0...@loopback/rest@5.1.1) (2020-06-11)
453
366
 
454
367
  **Note:** Version bump only for package @loopback/rest
455
368
 
456
-
457
-
458
-
459
-
460
369
  # [5.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@5.0.1...@loopback/rest@5.1.0) (2020-05-28)
461
370
 
462
-
463
371
  ### Features
464
372
 
465
- * **rest:** add `exportOpenAPISpec` to export the OpenAPI spec to a file ([6e669f6](https://github.com/loopbackio/loopback-next/commit/6e669f62ec6b87d3e857f57787bc694cc7af47ac))
466
-
467
-
468
-
469
-
373
+ - **rest:** add `exportOpenAPISpec` to export the OpenAPI spec to a file
374
+ ([6e669f6](https://github.com/loopbackio/loopback-next/commit/6e669f62ec6b87d3e857f57787bc694cc7af47ac))
470
375
 
471
376
  ## [5.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@5.0.0...@loopback/rest@5.0.1) (2020-05-20)
472
377
 
473
378
  **Note:** Version bump only for package @loopback/rest
474
379
 
475
-
476
-
477
-
478
-
479
380
  # [5.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0...@loopback/rest@5.0.0) (2020-05-19)
480
381
 
481
-
482
382
  ### Bug Fixes
483
383
 
484
- * **rest:** check if the middleware chain has already produce a response ([be290dc](https://github.com/loopbackio/loopback-next/commit/be290dc7088eddeecd79288ccb6c70f4da9956fd))
485
- * use unknown type for err argument for Express hander ([b13b338](https://github.com/loopbackio/loopback-next/commit/b13b3386a06332b71b33a64f5bc2ab9b4544cc8a))
486
-
384
+ - **rest:** check if the middleware chain has already produce a response
385
+ ([be290dc](https://github.com/loopbackio/loopback-next/commit/be290dc7088eddeecd79288ccb6c70f4da9956fd))
386
+ - use unknown type for err argument for Express hander
387
+ ([b13b338](https://github.com/loopbackio/loopback-next/commit/b13b3386a06332b71b33a64f5bc2ab9b4544cc8a))
487
388
 
488
389
  ### Features
489
390
 
490
- * **openapi-v3:** relax `[@api](https://github.com/api)` to make `paths` optional with `{}` as the default ([ef3c415](https://github.com/loopbackio/loopback-next/commit/ef3c4151efb2c88daa2b5abb37c6086b91860c92))
491
- * **rest:** remove bindElement and getFromContext ([d6d830f](https://github.com/loopbackio/loopback-next/commit/d6d830f8161fbb408f75df69402144dc2ca7cc48))
492
-
391
+ - **openapi-v3:** relax `[@api](https://github.com/api)` to make `paths`
392
+ optional with `{}` as the default
393
+ ([ef3c415](https://github.com/loopbackio/loopback-next/commit/ef3c4151efb2c88daa2b5abb37c6086b91860c92))
394
+ - **rest:** remove bindElement and getFromContext
395
+ ([d6d830f](https://github.com/loopbackio/loopback-next/commit/d6d830f8161fbb408f75df69402144dc2ca7cc48))
493
396
 
494
397
  ### BREAKING CHANGES
495
398
 
496
- * **rest:** usage of `BindElement` and `GetFromContext` should be
497
- replaced with `@inject.setter`, `@inject.binding`, and `@inject.getter`.
399
+ - **rest:** usage of `BindElement` and `GetFromContext` should be replaced with
400
+ `@inject.setter`, `@inject.binding`, and `@inject.getter`.
498
401
 
499
402
  See https://loopback.io/doc/en/lb4/Decorators_inject.html
500
403
 
501
-
502
-
503
-
504
-
505
404
  # [4.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@3.3.2...@loopback/rest@4.0.0) (2020-05-07)
506
405
 
507
-
508
406
  ### Features
509
407
 
510
- * **rest:** use @loopback/express for sequence, cors, and OpenAPI spec ([19e2510](https://github.com/loopbackio/loopback-next/commit/19e25107da7eaadcdf29a04b2bb295d51555a050))
511
-
408
+ - **rest:** use @loopback/express for sequence, cors, and OpenAPI spec
409
+ ([19e2510](https://github.com/loopbackio/loopback-next/commit/19e25107da7eaadcdf29a04b2bb295d51555a050))
512
410
 
513
411
  ### BREAKING CHANGES
514
412
 
515
- * **rest:** `basePath` now also applies to endpoints that serve OpenAPI
516
- specs. For example, the OpenAPI specs are available at `/api/openapi.json`
517
- or `/api/openapi.yaml` if the base path is set to `/api`.
518
-
519
-
520
-
521
-
413
+ - **rest:** `basePath` now also applies to endpoints that serve OpenAPI specs.
414
+ For example, the OpenAPI specs are available at `/api/openapi.json` or
415
+ `/api/openapi.yaml` if the base path is set to `/api`.
522
416
 
523
417
  ## [3.3.2](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@3.3.1...@loopback/rest@3.3.2) (2020-04-29)
524
418
 
525
419
  **Note:** Version bump only for package @loopback/rest
526
420
 
527
-
528
-
529
-
530
-
531
421
  ## [3.3.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@3.3.0...@loopback/rest@3.3.1) (2020-04-23)
532
422
 
533
423
  **Note:** Version bump only for package @loopback/rest
534
424
 
535
-
536
-
537
-
538
-
539
425
  # [3.3.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@3.2.1...@loopback/rest@3.3.0) (2020-04-22)
540
426
 
541
-
542
427
  ### Features
543
428
 
544
- * **rest:** ensure OpenAPI spec components are merged ([2efa27b](https://github.com/loopbackio/loopback-next/commit/2efa27b283d86258fe705914c557536abaf2c435))
545
- * migrate loopback-example-passport repo as lb4 example ([dd3c328](https://github.com/loopbackio/loopback-next/commit/dd3c328a138621bb3f6ae770b4db83ba21ecc2d6))
546
- * update package.json and .travis.yml for builds ([cb2b8e6](https://github.com/loopbackio/loopback-next/commit/cb2b8e6a18616dda7783c0193091039d4e608131))
547
- * **rest:** add openapi schema consolidation ([6a039ed](https://github.com/loopbackio/loopback-next/commit/6a039edd4e056089bca8cf2acd4ed7ddab55d55e))
548
-
549
-
550
-
551
-
429
+ - **rest:** ensure OpenAPI spec components are merged
430
+ ([2efa27b](https://github.com/loopbackio/loopback-next/commit/2efa27b283d86258fe705914c557536abaf2c435))
431
+ - migrate loopback-example-passport repo as lb4 example
432
+ ([dd3c328](https://github.com/loopbackio/loopback-next/commit/dd3c328a138621bb3f6ae770b4db83ba21ecc2d6))
433
+ - update package.json and .travis.yml for builds
434
+ ([cb2b8e6](https://github.com/loopbackio/loopback-next/commit/cb2b8e6a18616dda7783c0193091039d4e608131))
435
+ - **rest:** add openapi schema consolidation
436
+ ([6a039ed](https://github.com/loopbackio/loopback-next/commit/6a039edd4e056089bca8cf2acd4ed7ddab55d55e))
552
437
 
553
438
  ## [3.2.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@3.2.0...@loopback/rest@3.2.1) (2020-04-11)
554
439
 
555
440
  **Note:** Version bump only for package @loopback/rest
556
441
 
557
-
558
-
559
-
560
-
561
442
  # [3.2.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@3.1.0...@loopback/rest@3.2.0) (2020-04-08)
562
443
 
563
-
564
444
  ### Bug Fixes
565
445
 
566
- * passport strategy adapter must support oauth2 flows ([67c2f02](https://github.com/loopbackio/loopback-next/commit/67c2f02f74c08ee037827c0045e1f225d6ca8ede))
567
-
446
+ - passport strategy adapter must support oauth2 flows
447
+ ([67c2f02](https://github.com/loopbackio/loopback-next/commit/67c2f02f74c08ee037827c0045e1f225d6ca8ede))
568
448
 
569
449
  ### Features
570
450
 
571
- * **rest:** improve Ajv validation to allow extensions of keywords and formats ([afdee34](https://github.com/loopbackio/loopback-next/commit/afdee346f5b56932d59ff600478116b75eac797d))
572
- * **rest:** use the description field in Openapi ([4ca321c](https://github.com/loopbackio/loopback-next/commit/4ca321c01a128b14dcbc5336901899ee61ff1460))
573
- * support any type ([03ce221](https://github.com/loopbackio/loopback-next/commit/03ce221bb41a2ecd296ba235fe342d488fa2d639))
574
-
575
-
576
-
577
-
451
+ - **rest:** improve Ajv validation to allow extensions of keywords and formats
452
+ ([afdee34](https://github.com/loopbackio/loopback-next/commit/afdee346f5b56932d59ff600478116b75eac797d))
453
+ - **rest:** use the description field in Openapi
454
+ ([4ca321c](https://github.com/loopbackio/loopback-next/commit/4ca321c01a128b14dcbc5336901899ee61ff1460))
455
+ - support any type
456
+ ([03ce221](https://github.com/loopbackio/loopback-next/commit/03ce221bb41a2ecd296ba235fe342d488fa2d639))
578
457
 
579
458
  # [3.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@3.0.1...@loopback/rest@3.1.0) (2020-03-24)
580
459
 
581
-
582
460
  ### Bug Fixes
583
461
 
584
- * **rest:** allow async custom keyword by setting {$async: true} to referenced schemas ([ede4bbd](https://github.com/loopbackio/loopback-next/commit/ede4bbdba4d0bca3a558309118bc97924f48fd6e))
585
- * update package locks ([cd2f6fa](https://github.com/loopbackio/loopback-next/commit/cd2f6fa7a732afe4a16f4ccf8316ff3142959fe8))
586
-
462
+ - **rest:** allow async custom keyword by setting {$async: true} to referenced
463
+ schemas
464
+ ([ede4bbd](https://github.com/loopbackio/loopback-next/commit/ede4bbdba4d0bca3a558309118bc97924f48fd6e))
465
+ - update package locks
466
+ ([cd2f6fa](https://github.com/loopbackio/loopback-next/commit/cd2f6fa7a732afe4a16f4ccf8316ff3142959fe8))
587
467
 
588
468
  ### Features
589
469
 
590
- * **rest:** add info spec enhancer to build `info` for OpenAPI spec from application metadata ([a440ae2](https://github.com/loopbackio/loopback-next/commit/a440ae248f8a51abb573ee3f1246be82e1d38817))
591
-
592
-
593
-
594
-
470
+ - **rest:** add info spec enhancer to build `info` for OpenAPI spec from
471
+ application metadata
472
+ ([a440ae2](https://github.com/loopbackio/loopback-next/commit/a440ae248f8a51abb573ee3f1246be82e1d38817))
595
473
 
596
474
  ## [3.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@3.0.0...@loopback/rest@3.0.1) (2020-03-17)
597
475
 
598
476
  **Note:** Version bump only for package @loopback/rest
599
477
 
600
-
601
-
602
-
603
-
604
478
  # [3.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@2.0.0...@loopback/rest@3.0.0) (2020-03-05)
605
479
 
606
-
607
480
  ### Bug Fixes
608
481
 
609
- * **cli:** extract messages for generators ([2f572bd](https://github.com/loopbackio/loopback-next/commit/2f572bd75883420e38bfaa780bc38445aec92e65))
610
- * **rest:** improves error handling for express middleware ([02d0c91](https://github.com/loopbackio/loopback-next/commit/02d0c91abb97830fd8652dde69ac4153720f3e75))
611
-
482
+ - **cli:** extract messages for generators
483
+ ([2f572bd](https://github.com/loopbackio/loopback-next/commit/2f572bd75883420e38bfaa780bc38445aec92e65))
484
+ - **rest:** improves error handling for express middleware
485
+ ([02d0c91](https://github.com/loopbackio/loopback-next/commit/02d0c91abb97830fd8652dde69ac4153720f3e75))
612
486
 
613
487
  ### chore
614
488
 
615
- * remove support for Node.js v8.x ([4281d9d](https://github.com/loopbackio/loopback-next/commit/4281d9df50f0715d32879e1442a90b643ec8f542))
616
-
489
+ - remove support for Node.js v8.x
490
+ ([4281d9d](https://github.com/loopbackio/loopback-next/commit/4281d9df50f0715d32879e1442a90b643ec8f542))
617
491
 
618
492
  ### Code Refactoring
619
493
 
620
- * **rest:** make getApiSpec() async ([fe3df1b](https://github.com/loopbackio/loopback-next/commit/fe3df1b85904ee8b8a005fa6eddf150d28ad2a08))
621
-
494
+ - **rest:** make getApiSpec() async
495
+ ([fe3df1b](https://github.com/loopbackio/loopback-next/commit/fe3df1b85904ee8b8a005fa6eddf150d28ad2a08))
622
496
 
623
497
  ### Features
624
498
 
625
- * **rest:** add async validation support ([5b9a1ef](https://github.com/loopbackio/loopback-next/commit/5b9a1efe03a9728dc707eb050c24b0ac7e23a1ec))
626
- * **rest:** add openapi enhancer service ([62d55eb](https://github.com/loopbackio/loopback-next/commit/62d55ebd956910cbb487611673f21ec7088f3dcc)), closes [#4380](https://github.com/loopbackio/loopback-next/issues/4380)
627
- * **rest:** add support for ajv-errors ([d151475](https://github.com/loopbackio/loopback-next/commit/d151475d8fc91b4b02e0067c1db7069620143dd2))
628
- * **rest:** allow controllers/routes to be added/removed after server is started ([b604563](https://github.com/loopbackio/loopback-next/commit/b6045636885268d9ea5d31287351ddbf0da53a7c))
629
- * add `tslib` as dependency ([a6e0b4c](https://github.com/loopbackio/loopback-next/commit/a6e0b4ce7b862764167cefedee14c1115b25e0a4)), closes [#4676](https://github.com/loopbackio/loopback-next/issues/4676)
630
- * **rest:** bind controller routes to the context ([a645b17](https://github.com/loopbackio/loopback-next/commit/a645b17d0338e56f8182437d6ade20f27577203d))
631
- * **rest:** fixed AjvErrorOptions type & added test for ajvErrors: Object ([aa711d0](https://github.com/loopbackio/loopback-next/commit/aa711d068b476292cdf27f673228746d21999c52))
632
-
499
+ - **rest:** add async validation support
500
+ ([5b9a1ef](https://github.com/loopbackio/loopback-next/commit/5b9a1efe03a9728dc707eb050c24b0ac7e23a1ec))
501
+ - **rest:** add openapi enhancer service
502
+ ([62d55eb](https://github.com/loopbackio/loopback-next/commit/62d55ebd956910cbb487611673f21ec7088f3dcc)),
503
+ closes [#4380](https://github.com/loopbackio/loopback-next/issues/4380)
504
+ - **rest:** add support for ajv-errors
505
+ ([d151475](https://github.com/loopbackio/loopback-next/commit/d151475d8fc91b4b02e0067c1db7069620143dd2))
506
+ - **rest:** allow controllers/routes to be added/removed after server is started
507
+ ([b604563](https://github.com/loopbackio/loopback-next/commit/b6045636885268d9ea5d31287351ddbf0da53a7c))
508
+ - add `tslib` as dependency
509
+ ([a6e0b4c](https://github.com/loopbackio/loopback-next/commit/a6e0b4ce7b862764167cefedee14c1115b25e0a4)),
510
+ closes [#4676](https://github.com/loopbackio/loopback-next/issues/4676)
511
+ - **rest:** bind controller routes to the context
512
+ ([a645b17](https://github.com/loopbackio/loopback-next/commit/a645b17d0338e56f8182437d6ade20f27577203d))
513
+ - **rest:** fixed AjvErrorOptions type & added test for ajvErrors: Object
514
+ ([aa711d0](https://github.com/loopbackio/loopback-next/commit/aa711d068b476292cdf27f673228746d21999c52))
633
515
 
634
516
  ### BREAKING CHANGES
635
517
 
636
- * **rest:** Api specifications are now emitted as a Promise instead
637
- of a value object. Calls to getApiSpec function must switch from
638
- the old style to new style as follows:
518
+ - **rest:** Api specifications are now emitted as a Promise instead of a value
519
+ object. Calls to getApiSpec function must switch from the old style to new
520
+ style as follows:
639
521
 
640
522
  1. Old style
641
523
 
@@ -656,31 +538,29 @@ async function() {
656
538
  // ...
657
539
  }
658
540
  ```
659
- * **rest:** `validateRequestBody` is now an async function to allow asynchronous validations by custom Ajv keywords and formats. See https://ajv.js.org/#asynchronous-validation
660
- for more details.
661
- * Node.js v8.x is now end of life. Please upgrade to version
662
- 10 and above. See https://nodejs.org/en/about/releases.
663
-
664
-
665
-
666
541
 
542
+ - **rest:** `validateRequestBody` is now an async function to allow asynchronous
543
+ validations by custom Ajv keywords and formats. See
544
+ https://ajv.js.org/#asynchronous-validation for more details.
545
+ - Node.js v8.x is now end of life. Please upgrade to version 10 and above. See
546
+ https://nodejs.org/en/about/releases.
667
547
 
668
548
  # [2.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.26.1...@loopback/rest@2.0.0) (2020-02-06)
669
549
 
670
-
671
550
  ### Bug Fixes
672
551
 
673
- * suport complex objects for query params in api explorer ([a4ef640](https://github.com/loopbackio/loopback-next/commit/a4ef64037a80d1ff7df37ba7912909a1bfcdbf51))
674
-
552
+ - suport complex objects for query params in api explorer
553
+ ([a4ef640](https://github.com/loopbackio/loopback-next/commit/a4ef64037a80d1ff7df37ba7912909a1bfcdbf51))
675
554
 
676
555
  ### BREAKING CHANGES
677
556
 
678
- * This fix has modified the api definitions described by the decorator
679
- 'param.query.object', to support Open-API's `url-encoded` definition for json query
680
- parameters.
557
+ - This fix has modified the api definitions described by the decorator
558
+ 'param.query.object', to support Open-API's `url-encoded` definition for json
559
+ query parameters.
681
560
 
682
561
  Previously, such parameters were described with `exploded: true` and
683
- `style: deepObject`, i.e exploded encoding, which turned out to be problematic as explained and discussed in,
562
+ `style: deepObject`, i.e exploded encoding, which turned out to be problematic
563
+ as explained and discussed in,
684
564
  https://github.com/swagger-api/swagger-js/issues/1385 and
685
565
  https://github.com/OAI/OpenAPI-Specification/issues/1706
686
566
 
@@ -693,21 +573,23 @@ https://github.com/OAI/OpenAPI-Specification/issues/1706
693
573
  }
694
574
  ```
695
575
 
696
- Exploded encoding worked for simple json objects as below but not for complex objects.
576
+ Exploded encoding worked for simple json objects as below but not for complex
577
+ objects.
697
578
 
698
579
  ```
699
580
  http://localhost:3000/todos?filter[limit]=2
700
581
  ```
701
582
 
702
- To address these issues with exploded queries, this fix switches definition of json
703
- query params from the `exploded`, `deep-object` style to the `url-encoded` style
704
- definition in Open-API spec.
583
+ To address these issues with exploded queries, this fix switches definition of
584
+ json query params from the `exploded`, `deep-object` style to the `url-encoded`
585
+ style definition in Open-API spec.
705
586
 
706
- LoopBack already supports receiving url-encoded payload for json query parameters.
587
+ LoopBack already supports receiving url-encoded payload for json query
588
+ parameters.
707
589
 
708
590
  For instance, to filter api results from the GET '/todo-list' endpoint in the
709
- todo-list example with a specific relation, { "include": [ { "relation": "todo" } ] },
710
- the following url-encoded query parameter can be used,
591
+ todo-list example with a specific relation, { "include": [ { "relation": "todo"
592
+ } ] }, the following url-encoded query parameter can be used,
711
593
 
712
594
  ```
713
595
  http://localhost:3000/todos?filter=%7B%22include%22%3A%5B%7B%22relation%22%3A%22todoList%22%7D%5D%7D
@@ -715,14 +597,15 @@ the following url-encoded query parameter can be used,
715
597
 
716
598
  The above was possible because the coercion behavior in LoopBack performed json
717
599
  parsing for `deep object` style json query params before this fix. This fix has
718
- modified that behavior by removing json parsing. Since the `exploded` `deep-object`
719
- definition has been removed from the `param.query.object` decorator, this new
720
- behaviour remains just an internal source code aspect as of now.
600
+ modified that behavior by removing json parsing. Since the `exploded`
601
+ `deep-object` definition has been removed from the `param.query.object`
602
+ decorator, this new behaviour remains just an internal source code aspect as of
603
+ now.
721
604
 
722
- In effect, this fix only modifies the open api definitions generated from LoopBack
723
- APIs. The 'style' and 'explode' fields are removed and the 'schema' field is moved
724
- under 'content[application/json]'. This is the definition that supports url-encoding
725
- as per Open-API spec.
605
+ In effect, this fix only modifies the open api definitions generated from
606
+ LoopBack APIs. The 'style' and 'explode' fields are removed and the 'schema'
607
+ field is moved under 'content[application/json]'. This is the definition that
608
+ supports url-encoding as per Open-API spec.
726
609
 
727
610
  ```json
728
611
  {
@@ -744,10 +627,10 @@ client libraries require them to do so for url-encoding.
744
627
 
745
628
  Otherwise there wouldn't be any significant impact on API consumers.
746
629
 
747
- To preserve compatibility with existing REST API clients, this change is backward
748
- compatible. All exploded queries like `?filter[limit]=1` will continue to work for
749
- json query params, despite the fact that they are described differently in the
750
- OpenAPI spec.
630
+ To preserve compatibility with existing REST API clients, this change is
631
+ backward compatible. All exploded queries like `?filter[limit]=1` will continue
632
+ to work for json query params, despite the fact that they are described
633
+ differently in the OpenAPI spec.
751
634
 
752
635
  Existing api clients will continue to work after an upgrade.
753
636
 
@@ -756,1600 +639,1255 @@ The signature of the 'param.query.object' decorator has not changed.
756
639
  There is no code changes required in the LoopBack APIs after upgrading to this
757
640
  fix. No method signatures or data structures are impacted.
758
641
 
759
-
760
-
761
-
762
-
763
642
  ## [1.26.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.26.0...@loopback/rest@1.26.1) (2020-02-05)
764
643
 
765
644
  **Note:** Version bump only for package @loopback/rest
766
645
 
646
+ # [1.26.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.25.1...@loopback/rest@1.26.0) (2020-01-27)
767
647
 
648
+ ### Features
768
649
 
650
+ - **context:** index bindings by tag to speed up matching by tag
651
+ ([566b9d9](https://github.com/loopbackio/loopback-next/commit/566b9d9a35ce52d9aeefe17e36f91c9714616b21))
769
652
 
653
+ ## [1.25.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.25.0...@loopback/rest@1.25.1) (2020-01-07)
770
654
 
771
- # [1.26.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.25.1...@loopback/rest@1.26.0) (2020-01-27)
655
+ **Note:** Version bump only for package @loopback/rest
772
656
 
657
+ # [1.25.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.24.0...@loopback/rest@1.25.0) (2019-12-09)
773
658
 
774
659
  ### Features
775
660
 
776
- * **context:** index bindings by tag to speed up matching by tag ([566b9d9](https://github.com/loopbackio/loopback-next/commit/566b9d9a35ce52d9aeefe17e36f91c9714616b21))
777
-
661
+ - **context:** make it possible to set source information for interceptions
662
+ ([2a1ccb4](https://github.com/loopbackio/loopback-next/commit/2a1ccb409a889d8b30b03ddf3284c9e9d5554e27))
778
663
 
664
+ # [1.24.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.23.0...@loopback/rest@1.24.0) (2019-11-25)
779
665
 
666
+ ### Features
780
667
 
668
+ - **rest:** upgrade to path-to-regexp 6.x and improve error messages
669
+ ([ad44209](https://github.com/loopbackio/loopback-next/commit/ad4420954e3d3c18d4a52ca7511985d026efcdc6))
781
670
 
782
- ## [1.25.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.25.0...@loopback/rest@1.25.1) (2020-01-07)
671
+ # [1.23.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.22.0...@loopback/rest@1.23.0) (2019-11-12)
783
672
 
784
- **Note:** Version bump only for package @loopback/rest
673
+ ### Bug Fixes
785
674
 
675
+ - **rest:** improve null check to avoid compilation errors with TypeScript 3.7
676
+ ([ab47ef6](https://github.com/loopbackio/loopback-next/commit/ab47ef63adc01b170ddc537ca973da631c5a8d8f))
786
677
 
678
+ ### Features
787
679
 
680
+ - **rest:** bind operation spec to the request context
681
+ ([55311df](https://github.com/loopbackio/loopback-next/commit/55311df23e8b4a22968b5c0edd826323538ba163))
788
682
 
683
+ # [1.22.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.21.0...@loopback/rest@1.22.0) (2019-10-24)
789
684
 
790
- # [1.25.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.24.0...@loopback/rest@1.25.0) (2019-12-09)
685
+ ### Bug Fixes
791
686
 
687
+ - **openapi-v3:** preserve `additionalProperties: false`
688
+ ([bc7691b](https://github.com/loopbackio/loopback-next/commit/bc7691b0963ee297922bd4d9652a0eccf763f085))
792
689
 
793
690
  ### Features
794
691
 
795
- * **context:** make it possible to set source information for interceptions ([2a1ccb4](https://github.com/loopbackio/loopback-next/commit/2a1ccb409a889d8b30b03ddf3284c9e9d5554e27))
692
+ - improve debug logs for schema generators
693
+ ([da88cdf](https://github.com/loopbackio/loopback-next/commit/da88cdf9c75b0ca498b86f7cd5729f78a4b160f7))
694
+ - simplify model schema with excluded properties
695
+ ([b554ac8](https://github.com/loopbackio/loopback-next/commit/b554ac8a08a518f112d111ebabcac48279ada7f8))
796
696
 
697
+ # [1.21.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.20.1...@loopback/rest@1.21.0) (2019-10-07)
797
698
 
699
+ ### Features
798
700
 
701
+ - **rest:** add listenOnStart flag to control http listening for a rest server
702
+ ([2c5a131](https://github.com/loopbackio/loopback-next/commit/2c5a131))
799
703
 
704
+ ## [1.20.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.20.0...@loopback/rest@1.20.1) (2019-09-28)
800
705
 
801
- # [1.24.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.23.0...@loopback/rest@1.24.0) (2019-11-25)
706
+ **Note:** Version bump only for package @loopback/rest
802
707
 
708
+ # [1.20.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.19.0...@loopback/rest@1.20.0) (2019-09-27)
803
709
 
804
710
  ### Features
805
711
 
806
- * **rest:** upgrade to path-to-regexp 6.x and improve error messages ([ad44209](https://github.com/loopbackio/loopback-next/commit/ad4420954e3d3c18d4a52ca7511985d026efcdc6))
712
+ - **rest:** added support for sockets and pipes to RestServer
713
+ ([e48ebb8](https://github.com/loopbackio/loopback-next/commit/e48ebb8))
714
+ - **rest:** allow developers to transform AJV error objects
715
+ ([8c05b57](https://github.com/loopbackio/loopback-next/commit/8c05b57))
716
+ - self host oas spec by default on relative path in explorer
717
+ ([887556e](https://github.com/loopbackio/loopback-next/commit/887556e))
807
718
 
719
+ # [1.19.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.18.1...@loopback/rest@1.19.0) (2019-09-17)
808
720
 
721
+ ### Features
809
722
 
723
+ - **eslint-config:** enable "no-misused-promises" rule
724
+ ([88d5494](https://github.com/loopbackio/loopback-next/commit/88d5494))
810
725
 
726
+ ## [1.18.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.18.0...@loopback/rest@1.18.1) (2019-09-06)
811
727
 
812
- # [1.23.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.22.0...@loopback/rest@1.23.0) (2019-11-12)
813
-
814
-
815
- ### Bug Fixes
816
-
817
- * **rest:** improve null check to avoid compilation errors with TypeScript 3.7 ([ab47ef6](https://github.com/loopbackio/loopback-next/commit/ab47ef63adc01b170ddc537ca973da631c5a8d8f))
818
-
819
-
820
- ### Features
821
-
822
- * **rest:** bind operation spec to the request context ([55311df](https://github.com/loopbackio/loopback-next/commit/55311df23e8b4a22968b5c0edd826323538ba163))
823
-
824
-
825
-
826
-
827
-
828
- # [1.22.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.21.0...@loopback/rest@1.22.0) (2019-10-24)
829
-
830
-
831
- ### Bug Fixes
832
-
833
- * **openapi-v3:** preserve `additionalProperties: false` ([bc7691b](https://github.com/loopbackio/loopback-next/commit/bc7691b0963ee297922bd4d9652a0eccf763f085))
834
-
835
-
836
- ### Features
837
-
838
- * improve debug logs for schema generators ([da88cdf](https://github.com/loopbackio/loopback-next/commit/da88cdf9c75b0ca498b86f7cd5729f78a4b160f7))
839
- * simplify model schema with excluded properties ([b554ac8](https://github.com/loopbackio/loopback-next/commit/b554ac8a08a518f112d111ebabcac48279ada7f8))
840
-
841
-
842
-
843
-
844
-
845
- # [1.21.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.20.1...@loopback/rest@1.21.0) (2019-10-07)
846
-
847
-
848
- ### Features
849
-
850
- * **rest:** add listenOnStart flag to control http listening for a rest server ([2c5a131](https://github.com/loopbackio/loopback-next/commit/2c5a131))
851
-
852
-
853
-
854
-
855
-
856
- ## [1.20.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.20.0...@loopback/rest@1.20.1) (2019-09-28)
857
-
858
- **Note:** Version bump only for package @loopback/rest
859
-
860
-
861
-
862
-
863
-
864
- # [1.20.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.19.0...@loopback/rest@1.20.0) (2019-09-27)
865
-
866
-
867
- ### Features
868
-
869
- * **rest:** added support for sockets and pipes to RestServer ([e48ebb8](https://github.com/loopbackio/loopback-next/commit/e48ebb8))
870
- * **rest:** allow developers to transform AJV error objects ([8c05b57](https://github.com/loopbackio/loopback-next/commit/8c05b57))
871
- * self host oas spec by default on relative path in explorer ([887556e](https://github.com/loopbackio/loopback-next/commit/887556e))
872
-
873
-
874
-
875
-
876
-
877
- # [1.19.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.18.1...@loopback/rest@1.19.0) (2019-09-17)
878
-
879
-
880
- ### Features
881
-
882
- * **eslint-config:** enable "no-misused-promises" rule ([88d5494](https://github.com/loopbackio/loopback-next/commit/88d5494))
883
-
884
-
885
-
886
-
887
-
888
- ## [1.18.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.18.0...@loopback/rest@1.18.1) (2019-09-06)
889
-
890
- **Note:** Version bump only for package @loopback/rest
891
-
892
-
893
-
894
-
728
+ **Note:** Version bump only for package @loopback/rest
895
729
 
896
730
  # [1.18.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.17.0...@loopback/rest@1.18.0) (2019-09-03)
897
731
 
898
-
899
732
  ### Bug Fixes
900
733
 
901
- * make givenHttpServerConfig typing compatible with TypeScript 3.6 ([1edbc0b](https://github.com/loopbackio/loopback-next/commit/1edbc0b))
902
-
734
+ - make givenHttpServerConfig typing compatible with TypeScript 3.6
735
+ ([1edbc0b](https://github.com/loopbackio/loopback-next/commit/1edbc0b))
903
736
 
904
737
  ### Features
905
738
 
906
- * **core:** allow application to accept a parent context ([ee50007](https://github.com/loopbackio/loopback-next/commit/ee50007))
907
-
908
-
909
-
910
-
739
+ - **core:** allow application to accept a parent context
740
+ ([ee50007](https://github.com/loopbackio/loopback-next/commit/ee50007))
911
741
 
912
742
  # [1.17.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.16.8...@loopback/rest@1.17.0) (2019-08-19)
913
743
 
914
-
915
744
  ### Features
916
745
 
917
- * **rest:** add support for ajv-keywords ([f7bb80d](https://github.com/loopbackio/loopback-next/commit/f7bb80d))
918
-
919
-
920
-
921
-
746
+ - **rest:** add support for ajv-keywords
747
+ ([f7bb80d](https://github.com/loopbackio/loopback-next/commit/f7bb80d))
922
748
 
923
749
  ## [1.16.8](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.16.7...@loopback/rest@1.16.8) (2019-08-15)
924
750
 
925
751
  **Note:** Version bump only for package @loopback/rest
926
752
 
927
-
928
-
929
-
930
-
931
753
  ## [1.16.7](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.16.6...@loopback/rest@1.16.7) (2019-08-15)
932
754
 
933
755
  **Note:** Version bump only for package @loopback/rest
934
756
 
935
-
936
-
937
-
938
-
939
757
  ## [1.16.6](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.16.5...@loopback/rest@1.16.6) (2019-07-31)
940
758
 
941
759
  **Note:** Version bump only for package @loopback/rest
942
760
 
943
-
944
-
945
-
946
-
947
761
  ## [1.16.5](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.16.4...@loopback/rest@1.16.5) (2019-07-26)
948
762
 
949
763
  **Note:** Version bump only for package @loopback/rest
950
764
 
951
-
952
-
953
-
954
-
955
765
  ## [1.16.4](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.16.3...@loopback/rest@1.16.4) (2019-07-17)
956
766
 
957
-
958
767
  ### Bug Fixes
959
768
 
960
- * **rest:** correctly handle basePath set via basePath() API ([2118d80](https://github.com/loopbackio/loopback-next/commit/2118d80))
961
-
962
-
963
-
964
-
769
+ - **rest:** correctly handle basePath set via basePath() API
770
+ ([2118d80](https://github.com/loopbackio/loopback-next/commit/2118d80))
965
771
 
966
772
  ## [1.16.3](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.16.2...@loopback/rest@1.16.3) (2019-06-28)
967
773
 
968
-
969
774
  ### Bug Fixes
970
775
 
971
- * **rest:** honor options for AJV validator caching ([1fd52a3](https://github.com/loopbackio/loopback-next/commit/1fd52a3))
972
- * address violations of "no-floating-promises" rule ([0947531](https://github.com/loopbackio/loopback-next/commit/0947531))
973
-
974
-
975
-
976
-
776
+ - **rest:** honor options for AJV validator caching
777
+ ([1fd52a3](https://github.com/loopbackio/loopback-next/commit/1fd52a3))
778
+ - address violations of "no-floating-promises" rule
779
+ ([0947531](https://github.com/loopbackio/loopback-next/commit/0947531))
977
780
 
978
781
  ## [1.16.2](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.16.1...@loopback/rest@1.16.2) (2019-06-21)
979
782
 
980
783
  **Note:** Version bump only for package @loopback/rest
981
784
 
982
-
983
-
984
-
985
-
986
785
  ## [1.16.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.16.0...@loopback/rest@1.16.1) (2019-06-20)
987
786
 
988
787
  **Note:** Version bump only for package @loopback/rest
989
788
 
990
-
991
-
992
-
993
-
994
789
  # [1.16.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.15.0...@loopback/rest@1.16.0) (2019-06-17)
995
790
 
996
-
997
791
  ### Features
998
792
 
999
- * **rest:** expose request body validation options to be configurable ([00ec6df](https://github.com/loopbackio/loopback-next/commit/00ec6df))
1000
- * **rest:** set nullable to true by default for AJV validations ([73ad6ad](https://github.com/loopbackio/loopback-next/commit/73ad6ad))
1001
-
1002
-
1003
-
1004
-
793
+ - **rest:** expose request body validation options to be configurable
794
+ ([00ec6df](https://github.com/loopbackio/loopback-next/commit/00ec6df))
795
+ - **rest:** set nullable to true by default for AJV validations
796
+ ([73ad6ad](https://github.com/loopbackio/loopback-next/commit/73ad6ad))
1005
797
 
1006
798
  # [1.15.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.14.0...@loopback/rest@1.15.0) (2019-06-06)
1007
799
 
1008
-
1009
800
  ### Features
1010
801
 
1011
- * **testlab:** add generic helper `skipOnTravis` ([3221d9f](https://github.com/loopbackio/loopback-next/commit/3221d9f))
1012
-
1013
-
1014
-
1015
-
802
+ - **testlab:** add generic helper `skipOnTravis`
803
+ ([3221d9f](https://github.com/loopbackio/loopback-next/commit/3221d9f))
1016
804
 
1017
805
  # [1.14.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.13.1...@loopback/rest@1.14.0) (2019-06-03)
1018
806
 
1019
-
1020
807
  ### Features
1021
808
 
1022
- * replace tslint with eslint ([44185a7](https://github.com/loopbackio/loopback-next/commit/44185a7))
1023
-
1024
-
1025
-
1026
-
809
+ - replace tslint with eslint
810
+ ([44185a7](https://github.com/loopbackio/loopback-next/commit/44185a7))
1027
811
 
1028
812
  ## [1.13.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.13.0...@loopback/rest@1.13.1) (2019-05-31)
1029
813
 
1030
814
  **Note:** Version bump only for package @loopback/rest
1031
815
 
1032
-
1033
-
1034
-
1035
-
1036
816
  # [1.13.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.12.0...@loopback/rest@1.13.0) (2019-05-30)
1037
817
 
1038
-
1039
818
  ### Bug Fixes
1040
819
 
1041
- * specify the type for handler ([9e0119d](https://github.com/loopbackio/loopback-next/commit/9e0119d))
1042
-
820
+ - specify the type for handler
821
+ ([9e0119d](https://github.com/loopbackio/loopback-next/commit/9e0119d))
1043
822
 
1044
823
  ### Features
1045
824
 
1046
- * helpers for building JSON/OpenAPI schema referencing shared definitions ([bf07ff9](https://github.com/loopbackio/loopback-next/commit/bf07ff9))
1047
-
1048
-
1049
-
1050
-
825
+ - helpers for building JSON/OpenAPI schema referencing shared definitions
826
+ ([bf07ff9](https://github.com/loopbackio/loopback-next/commit/bf07ff9))
1051
827
 
1052
828
  # [1.12.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.11.2...@loopback/rest@1.12.0) (2019-05-23)
1053
829
 
1054
-
1055
830
  ### Features
1056
831
 
1057
- * **context:** leave local bindings and parent unchanged during close ([198af88](https://github.com/loopbackio/loopback-next/commit/198af88))
1058
-
1059
-
1060
-
1061
-
832
+ - **context:** leave local bindings and parent unchanged during close
833
+ ([198af88](https://github.com/loopbackio/loopback-next/commit/198af88))
1062
834
 
1063
835
  ## [1.11.2](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.11.1...@loopback/rest@1.11.2) (2019-05-14)
1064
836
 
1065
837
  **Note:** Version bump only for package @loopback/rest
1066
838
 
1067
-
1068
-
1069
-
1070
-
1071
839
  ## [1.11.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.11.0...@loopback/rest@1.11.1) (2019-05-10)
1072
840
 
1073
841
  **Note:** Version bump only for package @loopback/rest
1074
842
 
1075
-
1076
-
1077
-
1078
-
1079
843
  # [1.11.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.10.5...@loopback/rest@1.11.0) (2019-05-09)
1080
844
 
1081
-
1082
845
  ### Bug Fixes
1083
846
 
1084
- * **rest:** assign all component properties to target spec ([af06b69](https://github.com/loopbackio/loopback-next/commit/af06b69))
1085
-
847
+ - **rest:** assign all component properties to target spec
848
+ ([af06b69](https://github.com/loopbackio/loopback-next/commit/af06b69))
1086
849
 
1087
850
  ### Features
1088
851
 
1089
- * **context:** add support for method interceptors ([293188d](https://github.com/loopbackio/loopback-next/commit/293188d))
1090
-
1091
-
1092
-
1093
-
852
+ - **context:** add support for method interceptors
853
+ ([293188d](https://github.com/loopbackio/loopback-next/commit/293188d))
1094
854
 
1095
855
  ## [1.10.5](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.10.4...@loopback/rest@1.10.5) (2019-05-06)
1096
856
 
1097
-
1098
857
  ### Bug Fixes
1099
858
 
1100
- * **rest:** aggressive redirection to Swagger UI ([9f0d8ca](https://github.com/loopbackio/loopback-next/commit/9f0d8ca))
1101
-
1102
-
1103
-
1104
-
859
+ - **rest:** aggressive redirection to Swagger UI
860
+ ([9f0d8ca](https://github.com/loopbackio/loopback-next/commit/9f0d8ca))
1105
861
 
1106
862
  ## [1.10.4](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.10.3...@loopback/rest@1.10.4) (2019-04-26)
1107
863
 
1108
864
  **Note:** Version bump only for package @loopback/rest
1109
865
 
1110
-
1111
-
1112
-
1113
-
1114
866
  ## [1.10.3](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.10.2...@loopback/rest@1.10.3) (2019-04-20)
1115
867
 
1116
-
1117
868
  ### Bug Fixes
1118
869
 
1119
- * **rest:** fix a variable in sample code for README.md ([2bad701](https://github.com/loopbackio/loopback-next/commit/2bad701))
1120
-
1121
-
1122
-
1123
-
870
+ - **rest:** fix a variable in sample code for README.md
871
+ ([2bad701](https://github.com/loopbackio/loopback-next/commit/2bad701))
1124
872
 
1125
873
  ## [1.10.2](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.10.1...@loopback/rest@1.10.2) (2019-04-11)
1126
874
 
1127
875
  **Note:** Version bump only for package @loopback/rest
1128
876
 
1129
-
1130
-
1131
-
1132
-
1133
877
  ## [1.10.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.10.0...@loopback/rest@1.10.1) (2019-04-09)
1134
878
 
1135
-
1136
879
  ### Bug Fixes
1137
880
 
1138
- * **rest:** a small typo fix in code comments ([81d19bb](https://github.com/loopbackio/loopback-next/commit/81d19bb))
1139
-
1140
-
1141
-
1142
-
881
+ - **rest:** a small typo fix in code comments
882
+ ([81d19bb](https://github.com/loopbackio/loopback-next/commit/81d19bb))
1143
883
 
1144
884
  # [1.10.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.9.1...@loopback/rest@1.10.0) (2019-04-05)
1145
885
 
1146
-
1147
886
  ### Bug Fixes
1148
887
 
1149
- * **rest:** make sure basePath is included in RestServer.url ([705bce4](https://github.com/loopbackio/loopback-next/commit/705bce4))
1150
-
888
+ - **rest:** make sure basePath is included in RestServer.url
889
+ ([705bce4](https://github.com/loopbackio/loopback-next/commit/705bce4))
1151
890
 
1152
891
  ### Features
1153
892
 
1154
- * **context:** pass resolution options into binding.getValue() ([705dcd5](https://github.com/loopbackio/loopback-next/commit/705dcd5))
1155
- * **rest:** add mountExpressRouter ([be21cde](https://github.com/loopbackio/loopback-next/commit/be21cde))
1156
-
1157
-
1158
-
1159
-
893
+ - **context:** pass resolution options into binding.getValue()
894
+ ([705dcd5](https://github.com/loopbackio/loopback-next/commit/705dcd5))
895
+ - **rest:** add mountExpressRouter
896
+ ([be21cde](https://github.com/loopbackio/loopback-next/commit/be21cde))
1160
897
 
1161
898
  ## [1.9.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.9.0...@loopback/rest@1.9.1) (2019-03-22)
1162
899
 
1163
900
  **Note:** Version bump only for package @loopback/rest
1164
901
 
1165
-
1166
-
1167
-
1168
-
1169
902
  # [1.9.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.8.0...@loopback/rest@1.9.0) (2019-03-22)
1170
903
 
1171
-
1172
904
  ### Features
1173
905
 
1174
- * **context:** honor binding scope from [@bind](https://github.com/bind) ([3b30f01](https://github.com/loopbackio/loopback-next/commit/3b30f01))
1175
- * **context:** tidy up context for resolving injections of a singleton binding ([f5bf43c](https://github.com/loopbackio/loopback-next/commit/f5bf43c))
1176
- * **rest:** add `requestedBaseUrl` API to RequestContext ([912bece](https://github.com/loopbackio/loopback-next/commit/912bece))
1177
- * **testlab:** add dummy HTTPS config ([a32c885](https://github.com/loopbackio/loopback-next/commit/a32c885))
1178
-
1179
-
1180
-
1181
-
906
+ - **context:** honor binding scope from [@bind](https://github.com/bind)
907
+ ([3b30f01](https://github.com/loopbackio/loopback-next/commit/3b30f01))
908
+ - **context:** tidy up context for resolving injections of a singleton binding
909
+ ([f5bf43c](https://github.com/loopbackio/loopback-next/commit/f5bf43c))
910
+ - **rest:** add `requestedBaseUrl` API to RequestContext
911
+ ([912bece](https://github.com/loopbackio/loopback-next/commit/912bece))
912
+ - **testlab:** add dummy HTTPS config
913
+ ([a32c885](https://github.com/loopbackio/loopback-next/commit/a32c885))
1182
914
 
1183
915
  # [1.8.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.7.0...@loopback/rest@1.8.0) (2019-03-12)
1184
916
 
1185
-
1186
917
  ### Features
1187
918
 
1188
- * **openapi-v3:** add operationId based on controller/method names ([89f905b](https://github.com/loopbackio/loopback-next/commit/89f905b))
1189
- * **rest:** add strict option for routers ([c3c5dab](https://github.com/loopbackio/loopback-next/commit/c3c5dab))
1190
- * **rest:** add support for redirect routes ([53bce7f](https://github.com/loopbackio/loopback-next/commit/53bce7f))
1191
-
1192
-
1193
-
1194
-
919
+ - **openapi-v3:** add operationId based on controller/method names
920
+ ([89f905b](https://github.com/loopbackio/loopback-next/commit/89f905b))
921
+ - **rest:** add strict option for routers
922
+ ([c3c5dab](https://github.com/loopbackio/loopback-next/commit/c3c5dab))
923
+ - **rest:** add support for redirect routes
924
+ ([53bce7f](https://github.com/loopbackio/loopback-next/commit/53bce7f))
1195
925
 
1196
926
  # [1.7.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.6.0...@loopback/rest@1.7.0) (2019-03-01)
1197
927
 
1198
-
1199
928
  ### Features
1200
929
 
1201
- * **rest:** allow express settings to be customized ([962f1cb](https://github.com/loopbackio/loopback-next/commit/962f1cb))
1202
-
1203
-
1204
-
1205
-
930
+ - **rest:** allow express settings to be customized
931
+ ([962f1cb](https://github.com/loopbackio/loopback-next/commit/962f1cb))
1206
932
 
1207
933
  # [1.6.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.5.5...@loopback/rest@1.6.0) (2019-02-25)
1208
934
 
1209
-
1210
935
  ### Bug Fixes
1211
936
 
1212
- * **rest:** only return matched trie nodes with values ([669ede1](https://github.com/loopbackio/loopback-next/commit/669ede1))
1213
-
937
+ - **rest:** only return matched trie nodes with values
938
+ ([669ede1](https://github.com/loopbackio/loopback-next/commit/669ede1))
1214
939
 
1215
940
  ### Features
1216
941
 
1217
- * **context:** introduce async context observers for bind/unbind events ([e5e5fc4](https://github.com/loopbackio/loopback-next/commit/e5e5fc4))
1218
- * **rest:** add `disabled` option for OpenAPI spec endpoints ([af5b16a](https://github.com/loopbackio/loopback-next/commit/af5b16a))
1219
- * **rest:** allow rest-server to be mounted on a path to express ([de8f626](https://github.com/loopbackio/loopback-next/commit/de8f626))
1220
- * **rest:** introduce requestBodyParser options in RestServerOptions ([c7f59ba](https://github.com/loopbackio/loopback-next/commit/c7f59ba))
1221
-
1222
-
1223
-
1224
-
942
+ - **context:** introduce async context observers for bind/unbind events
943
+ ([e5e5fc4](https://github.com/loopbackio/loopback-next/commit/e5e5fc4))
944
+ - **rest:** add `disabled` option for OpenAPI spec endpoints
945
+ ([af5b16a](https://github.com/loopbackio/loopback-next/commit/af5b16a))
946
+ - **rest:** allow rest-server to be mounted on a path to express
947
+ ([de8f626](https://github.com/loopbackio/loopback-next/commit/de8f626))
948
+ - **rest:** introduce requestBodyParser options in RestServerOptions
949
+ ([c7f59ba](https://github.com/loopbackio/loopback-next/commit/c7f59ba))
1225
950
 
1226
951
  ## [1.5.5](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.5.4...@loopback/rest@1.5.5) (2019-02-08)
1227
952
 
1228
-
1229
953
  ### Bug Fixes
1230
954
 
1231
- * **rest:** sanitize json for JSON.parse() ([5042698](https://github.com/loopbackio/loopback-next/commit/5042698))
1232
- * update to the most recent lodash version ([65ee865](https://github.com/loopbackio/loopback-next/commit/65ee865))
1233
-
1234
-
1235
-
1236
-
955
+ - **rest:** sanitize json for JSON.parse()
956
+ ([5042698](https://github.com/loopbackio/loopback-next/commit/5042698))
957
+ - update to the most recent lodash version
958
+ ([65ee865](https://github.com/loopbackio/loopback-next/commit/65ee865))
1237
959
 
1238
960
  ## [1.5.4](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.5.3...@loopback/rest@1.5.4) (2019-01-28)
1239
961
 
1240
962
  **Note:** Version bump only for package @loopback/rest
1241
963
 
1242
-
1243
-
1244
-
1245
-
1246
964
  ## [1.5.3](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.5.2...@loopback/rest@1.5.3) (2019-01-15)
1247
965
 
1248
966
  **Note:** Version bump only for package @loopback/rest
1249
967
 
1250
-
1251
-
1252
-
1253
-
1254
968
  ## [1.5.2](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.5.1...@loopback/rest@1.5.2) (2019-01-14)
1255
969
 
1256
-
1257
970
  ### Bug Fixes
1258
971
 
1259
- * rework tslint comments disabling "no-unused-variable" rule ([a18a3d7](https://github.com/loopbackio/loopback-next/commit/a18a3d7))
1260
-
1261
-
1262
-
1263
-
972
+ - rework tslint comments disabling "no-unused-variable" rule
973
+ ([a18a3d7](https://github.com/loopbackio/loopback-next/commit/a18a3d7))
1264
974
 
1265
975
  ## [1.5.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.5.0...@loopback/rest@1.5.1) (2018-12-20)
1266
976
 
1267
977
  **Note:** Version bump only for package @loopback/rest
1268
978
 
1269
-
1270
-
1271
-
1272
-
1273
979
  # [1.5.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.4.0...@loopback/rest@1.5.0) (2018-12-13)
1274
980
 
1275
-
1276
981
  ### Bug Fixes
1277
982
 
1278
- * **rest:** add tests for request validation per media type ([7be76a4](https://github.com/loopbackio/loopback-next/commit/7be76a4))
1279
- * **rest:** parse query string even when there is no rest query param ([ad905a5](https://github.com/loopbackio/loopback-next/commit/ad905a5))
1280
-
983
+ - **rest:** add tests for request validation per media type
984
+ ([7be76a4](https://github.com/loopbackio/loopback-next/commit/7be76a4))
985
+ - **rest:** parse query string even when there is no rest query param
986
+ ([ad905a5](https://github.com/loopbackio/loopback-next/commit/ad905a5))
1281
987
 
1282
988
  ### Features
1283
989
 
1284
- * **rest:** allow basePath for rest servers ([1016a09](https://github.com/loopbackio/loopback-next/commit/1016a09))
1285
-
1286
-
1287
-
1288
-
990
+ - **rest:** allow basePath for rest servers
991
+ ([1016a09](https://github.com/loopbackio/loopback-next/commit/1016a09))
1289
992
 
1290
993
  # [1.4.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.3.1...@loopback/rest@1.4.0) (2018-11-26)
1291
994
 
1292
-
1293
995
  ### Bug Fixes
1294
996
 
1295
- * **rest:** allow `.` to be used in openapi path template ([47c24cb](https://github.com/loopbackio/loopback-next/commit/47c24cb))
1296
-
997
+ - **rest:** allow `.` to be used in openapi path template
998
+ ([47c24cb](https://github.com/loopbackio/loopback-next/commit/47c24cb))
1297
999
 
1298
1000
  ### Features
1299
1001
 
1300
- * **rest:** allow body parsers to be extended ([86bfcbc](https://github.com/loopbackio/loopback-next/commit/86bfcbc))
1301
- * **rest:** switch to express body-parser ([084837f](https://github.com/loopbackio/loopback-next/commit/084837f))
1302
-
1303
-
1304
-
1305
-
1002
+ - **rest:** allow body parsers to be extended
1003
+ ([86bfcbc](https://github.com/loopbackio/loopback-next/commit/86bfcbc))
1004
+ - **rest:** switch to express body-parser
1005
+ ([084837f](https://github.com/loopbackio/loopback-next/commit/084837f))
1306
1006
 
1307
1007
  ## [1.3.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.3.0...@loopback/rest@1.3.1) (2018-11-17)
1308
1008
 
1309
-
1310
1009
  ### Bug Fixes
1311
1010
 
1312
- * **rest:** allow users to disable Explorer redirects after RestServer was created ([34af6a0](https://github.com/loopbackio/loopback-next/commit/34af6a0))
1313
-
1314
-
1315
-
1316
-
1011
+ - **rest:** allow users to disable Explorer redirects after RestServer was
1012
+ created
1013
+ ([34af6a0](https://github.com/loopbackio/loopback-next/commit/34af6a0))
1317
1014
 
1318
1015
  # [1.3.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.2.0...@loopback/rest@1.3.0) (2018-11-14)
1319
1016
 
1320
-
1321
1017
  ### Features
1322
1018
 
1323
- * **rest:** add config option to disable API Explorer redirects ([b4d9bc5](https://github.com/loopbackio/loopback-next/commit/b4d9bc5))
1324
-
1325
-
1326
-
1327
-
1019
+ - **rest:** add config option to disable API Explorer redirects
1020
+ ([b4d9bc5](https://github.com/loopbackio/loopback-next/commit/b4d9bc5))
1328
1021
 
1329
1022
  <a name="1.2.0"></a>
1330
- # [1.2.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.0.1...@loopback/rest@1.2.0) (2018-11-08)
1331
1023
 
1024
+ # [1.2.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.0.1...@loopback/rest@1.2.0) (2018-11-08)
1332
1025
 
1333
1026
  ### Bug Fixes
1334
1027
 
1335
- * **rest:** don't rely on transitive dependencies from express ([a3d5d0c](https://github.com/loopbackio/loopback-next/commit/a3d5d0c))
1336
- * **rest:** handle overlapping paths with different vars ([17adc7a](https://github.com/loopbackio/loopback-next/commit/17adc7a))
1337
- * **rest:** improve route sorting to group by path and verb ([ce31bf7](https://github.com/loopbackio/loopback-next/commit/ce31bf7))
1338
- * **rest:** make sure the sorting test pass for node 11 ([614450b](https://github.com/loopbackio/loopback-next/commit/614450b))
1339
- * fix static assets router blocking controller registration ([0e1b06f](https://github.com/loopbackio/loopback-next/commit/0e1b06f))
1340
- * move serve-static [@types](https://github.com/types) to normal dependencies ([216bf85](https://github.com/loopbackio/loopback-next/commit/216bf85)), closes [#1917](https://github.com/loopbackio/loopback-next/issues/1917)
1341
- * optimize serving static files ([57a94a5](https://github.com/loopbackio/loopback-next/commit/57a94a5))
1342
- * remove unnecessary dependency from [#1918](https://github.com/loopbackio/loopback-next/issues/1918) ([63d367b](https://github.com/loopbackio/loopback-next/commit/63d367b))
1343
-
1344
-
1345
- ### Features
1346
-
1347
- * add 'x-visibility' extension property to OpenAPI spec ([5634e18](https://github.com/loopbackio/loopback-next/commit/5634e18))
1348
- * **rest:** add support for form request body ([2d9e0a8](https://github.com/loopbackio/loopback-next/commit/2d9e0a8))
1349
- * **rest:** push route(verb, path, spec, fn) down to RestServer ([c49b65a](https://github.com/loopbackio/loopback-next/commit/c49b65a))
1350
-
1351
-
1352
-
1353
-
1028
+ - **rest:** don't rely on transitive dependencies from express
1029
+ ([a3d5d0c](https://github.com/loopbackio/loopback-next/commit/a3d5d0c))
1030
+ - **rest:** handle overlapping paths with different vars
1031
+ ([17adc7a](https://github.com/loopbackio/loopback-next/commit/17adc7a))
1032
+ - **rest:** improve route sorting to group by path and verb
1033
+ ([ce31bf7](https://github.com/loopbackio/loopback-next/commit/ce31bf7))
1034
+ - **rest:** make sure the sorting test pass for node 11
1035
+ ([614450b](https://github.com/loopbackio/loopback-next/commit/614450b))
1036
+ - fix static assets router blocking controller registration
1037
+ ([0e1b06f](https://github.com/loopbackio/loopback-next/commit/0e1b06f))
1038
+ - move serve-static [@types](https://github.com/types) to normal dependencies
1039
+ ([216bf85](https://github.com/loopbackio/loopback-next/commit/216bf85)),
1040
+ closes [#1917](https://github.com/loopbackio/loopback-next/issues/1917)
1041
+ - optimize serving static files
1042
+ ([57a94a5](https://github.com/loopbackio/loopback-next/commit/57a94a5))
1043
+ - remove unnecessary dependency from
1044
+ [#1918](https://github.com/loopbackio/loopback-next/issues/1918)
1045
+ ([63d367b](https://github.com/loopbackio/loopback-next/commit/63d367b))
1046
+
1047
+ ### Features
1048
+
1049
+ - add 'x-visibility' extension property to OpenAPI spec
1050
+ ([5634e18](https://github.com/loopbackio/loopback-next/commit/5634e18))
1051
+ - **rest:** add support for form request body
1052
+ ([2d9e0a8](https://github.com/loopbackio/loopback-next/commit/2d9e0a8))
1053
+ - **rest:** push route(verb, path, spec, fn) down to RestServer
1054
+ ([c49b65a](https://github.com/loopbackio/loopback-next/commit/c49b65a))
1354
1055
 
1355
1056
  <a name="1.0.1"></a>
1057
+
1356
1058
  ## [1.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@1.0.0...@loopback/rest@1.0.1) (2018-10-17)
1357
1059
 
1358
1060
  **Note:** Version bump only for package @loopback/rest
1359
1061
 
1360
-
1361
-
1362
-
1363
-
1364
1062
  <a name="0.26.0"></a>
1365
- # [0.26.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.25.5...@loopback/rest@0.26.0) (2018-10-08)
1366
1063
 
1064
+ # [0.26.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.25.5...@loopback/rest@0.26.0) (2018-10-08)
1367
1065
 
1368
1066
  ### Features
1369
1067
 
1370
- * **rest:** switch to trie based routing ([a682ce2](https://github.com/loopbackio/loopback-next/commit/a682ce2))
1371
-
1372
-
1373
-
1374
-
1068
+ - **rest:** switch to trie based routing
1069
+ ([a682ce2](https://github.com/loopbackio/loopback-next/commit/a682ce2))
1375
1070
 
1376
1071
  <a name="0.25.5"></a>
1072
+
1377
1073
  ## [0.25.5](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.25.4...@loopback/rest@0.25.5) (2018-10-06)
1378
1074
 
1379
1075
  **Note:** Version bump only for package @loopback/rest
1380
1076
 
1381
-
1382
-
1383
-
1384
-
1385
1077
  <a name="0.25.4"></a>
1078
+
1386
1079
  ## [0.25.4](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.25.3...@loopback/rest@0.25.4) (2018-10-05)
1387
1080
 
1388
1081
  **Note:** Version bump only for package @loopback/rest
1389
1082
 
1390
-
1391
-
1392
-
1393
-
1394
1083
  <a name="0.25.3"></a>
1395
- ## [0.25.3](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.25.2...@loopback/rest@0.25.3) (2018-10-03)
1396
1084
 
1085
+ ## [0.25.3](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.25.2...@loopback/rest@0.25.3) (2018-10-03)
1397
1086
 
1398
1087
  ### Performance Improvements
1399
1088
 
1400
- * improve schema validation peformance ([353b202](https://github.com/loopbackio/loopback-next/commit/353b202))
1401
-
1402
-
1403
-
1404
-
1089
+ - improve schema validation peformance
1090
+ ([353b202](https://github.com/loopbackio/loopback-next/commit/353b202))
1405
1091
 
1406
1092
  <a name="0.25.2"></a>
1093
+
1407
1094
  ## [0.25.2](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.25.1...@loopback/rest@0.25.2) (2018-09-28)
1408
1095
 
1409
1096
  **Note:** Version bump only for package @loopback/rest
1410
1097
 
1411
-
1412
-
1413
-
1414
-
1415
1098
  <a name="0.25.1"></a>
1099
+
1416
1100
  ## [0.25.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.25.0...@loopback/rest@0.25.1) (2018-09-27)
1417
1101
 
1418
1102
  **Note:** Version bump only for package @loopback/rest
1419
1103
 
1420
-
1421
-
1422
-
1423
-
1424
1104
  <a name="0.25.0"></a>
1425
- # [0.25.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.24.0...@loopback/rest@0.25.0) (2018-09-25)
1426
1105
 
1106
+ # [0.25.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.24.0...@loopback/rest@0.25.0) (2018-09-25)
1427
1107
 
1428
1108
  ### Bug Fixes
1429
1109
 
1430
- * **rest:** coerce string parameters (reject object values) ([1f49844](https://github.com/loopbackio/loopback-next/commit/1f49844))
1431
-
1110
+ - **rest:** coerce string parameters (reject object values)
1111
+ ([1f49844](https://github.com/loopbackio/loopback-next/commit/1f49844))
1432
1112
 
1433
1113
  ### Features
1434
1114
 
1435
- * builders for Filter and Where schemas ([ca8d96e](https://github.com/loopbackio/loopback-next/commit/ca8d96e))
1436
- * **cli:** add responses for PingController.ping() ([ec52b89](https://github.com/loopbackio/loopback-next/commit/ec52b89))
1437
- * **rest:** allow controller methods to handle response writing ([2bfd50e](https://github.com/loopbackio/loopback-next/commit/2bfd50e))
1438
-
1439
-
1440
-
1441
-
1115
+ - builders for Filter and Where schemas
1116
+ ([ca8d96e](https://github.com/loopbackio/loopback-next/commit/ca8d96e))
1117
+ - **cli:** add responses for PingController.ping()
1118
+ ([ec52b89](https://github.com/loopbackio/loopback-next/commit/ec52b89))
1119
+ - **rest:** allow controller methods to handle response writing
1120
+ ([2bfd50e](https://github.com/loopbackio/loopback-next/commit/2bfd50e))
1442
1121
 
1443
1122
  <a name="0.24.0"></a>
1444
- # [0.24.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.23.0...@loopback/rest@0.24.0) (2018-09-21)
1445
1123
 
1124
+ # [0.24.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.23.0...@loopback/rest@0.24.0) (2018-09-21)
1446
1125
 
1447
1126
  ### Features
1448
1127
 
1449
- * **testlab:** add createRestAppClient(), simplify usage in tests ([d75be77](https://github.com/loopbackio/loopback-next/commit/d75be77))
1450
- * **testlab:** set port to 0 in givenHttpServerConfig ([90a0bfb](https://github.com/loopbackio/loopback-next/commit/90a0bfb))
1451
-
1452
-
1453
-
1454
-
1128
+ - **testlab:** add createRestAppClient(), simplify usage in tests
1129
+ ([d75be77](https://github.com/loopbackio/loopback-next/commit/d75be77))
1130
+ - **testlab:** set port to 0 in givenHttpServerConfig
1131
+ ([90a0bfb](https://github.com/loopbackio/loopback-next/commit/90a0bfb))
1455
1132
 
1456
1133
  <a name="0.23.0"></a>
1457
- # [0.23.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.22.2...@loopback/rest@0.23.0) (2018-09-19)
1458
1134
 
1135
+ # [0.23.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.22.2...@loopback/rest@0.23.0) (2018-09-19)
1459
1136
 
1460
1137
  ### Bug Fixes
1461
1138
 
1462
- * **rest:** return 404 when a model was not found ([7a56bad](https://github.com/loopbackio/loopback-next/commit/7a56bad))
1463
-
1139
+ - **rest:** return 404 when a model was not found
1140
+ ([7a56bad](https://github.com/loopbackio/loopback-next/commit/7a56bad))
1464
1141
 
1465
1142
  ### Features
1466
1143
 
1467
- * **rest:** add error codes for REST validation errors ([1762765](https://github.com/loopbackio/loopback-next/commit/1762765))
1468
- * **rest:** set status code to 204 when body is undefined ([047efcb](https://github.com/loopbackio/loopback-next/commit/047efcb))
1469
-
1470
-
1471
-
1472
-
1144
+ - **rest:** add error codes for REST validation errors
1145
+ ([1762765](https://github.com/loopbackio/loopback-next/commit/1762765))
1146
+ - **rest:** set status code to 204 when body is undefined
1147
+ ([047efcb](https://github.com/loopbackio/loopback-next/commit/047efcb))
1473
1148
 
1474
1149
  <a name="0.22.2"></a>
1150
+
1475
1151
  ## [0.22.2](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.22.1...@loopback/rest@0.22.2) (2018-09-14)
1476
1152
 
1477
1153
  **Note:** Version bump only for package @loopback/rest
1478
1154
 
1479
-
1480
-
1481
-
1482
-
1483
1155
  <a name="0.22.1"></a>
1484
- ## [0.22.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.22.0...@loopback/rest@0.22.1) (2018-09-14)
1485
1156
 
1157
+ ## [0.22.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.22.0...@loopback/rest@0.22.1) (2018-09-14)
1486
1158
 
1487
1159
  ### Bug Fixes
1488
1160
 
1489
- * **rest:** make sure validation system error is reported ([fe4fe16](https://github.com/loopbackio/loopback-next/commit/fe4fe16))
1490
-
1491
-
1492
-
1493
-
1161
+ - **rest:** make sure validation system error is reported
1162
+ ([fe4fe16](https://github.com/loopbackio/loopback-next/commit/fe4fe16))
1494
1163
 
1495
1164
  <a name="0.22.0"></a>
1496
- # [0.22.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.21.1...@loopback/rest@0.22.0) (2018-09-14)
1497
1165
 
1166
+ # [0.22.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.21.1...@loopback/rest@0.22.0) (2018-09-14)
1498
1167
 
1499
1168
  ### Features
1500
1169
 
1501
- * **openapi-v3:** add support for openapi responses ([0ecaecd](https://github.com/loopbackio/loopback-next/commit/0ecaecd))
1502
-
1503
-
1504
-
1505
-
1170
+ - **openapi-v3:** add support for openapi responses
1171
+ ([0ecaecd](https://github.com/loopbackio/loopback-next/commit/0ecaecd))
1506
1172
 
1507
1173
  <a name="0.21.1"></a>
1508
- ## [0.21.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.21.0...@loopback/rest@0.21.1) (2018-09-12)
1509
1174
 
1175
+ ## [0.21.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.21.0...@loopback/rest@0.21.1) (2018-09-12)
1510
1176
 
1511
1177
  ### Bug Fixes
1512
1178
 
1513
- * **rest:** tidy up host/port parsing and client url building ([b692f45](https://github.com/loopbackio/loopback-next/commit/b692f45))
1514
-
1515
-
1516
-
1517
-
1179
+ - **rest:** tidy up host/port parsing and client url building
1180
+ ([b692f45](https://github.com/loopbackio/loopback-next/commit/b692f45))
1518
1181
 
1519
1182
  <a name="0.21.0"></a>
1520
- # [0.21.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.20.0...@loopback/rest@0.21.0) (2018-09-10)
1521
1183
 
1184
+ # [0.21.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.20.0...@loopback/rest@0.21.0) (2018-09-10)
1522
1185
 
1523
1186
  ### Bug Fixes
1524
1187
 
1525
- * **rest:** use direct import to work around a TS bug ([2cf3b2c](https://github.com/loopbackio/loopback-next/commit/2cf3b2c))
1526
-
1188
+ - **rest:** use direct import to work around a TS bug
1189
+ ([2cf3b2c](https://github.com/loopbackio/loopback-next/commit/2cf3b2c))
1527
1190
 
1528
1191
  ### Features
1529
1192
 
1530
- * **rest:** make servers configurable for openapi specs ([99b80a9](https://github.com/loopbackio/loopback-next/commit/99b80a9))
1531
-
1532
-
1533
-
1534
-
1193
+ - **rest:** make servers configurable for openapi specs
1194
+ ([99b80a9](https://github.com/loopbackio/loopback-next/commit/99b80a9))
1535
1195
 
1536
1196
  <a name="0.20.0"></a>
1537
- # [0.20.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.19.6...@loopback/rest@0.20.0) (2018-09-08)
1538
1197
 
1198
+ # [0.20.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.19.6...@loopback/rest@0.20.0) (2018-09-08)
1539
1199
 
1540
1200
  ### Bug Fixes
1541
1201
 
1542
- * remove extra imports for mixin dependencies ([35b916b](https://github.com/loopbackio/loopback-next/commit/35b916b))
1543
- * **rest:** use strong-error-handler for writing errors to the response body ([ac011f8](https://github.com/loopbackio/loopback-next/commit/ac011f8))
1544
-
1202
+ - remove extra imports for mixin dependencies
1203
+ ([35b916b](https://github.com/loopbackio/loopback-next/commit/35b916b))
1204
+ - **rest:** use strong-error-handler for writing errors to the response body
1205
+ ([ac011f8](https://github.com/loopbackio/loopback-next/commit/ac011f8))
1545
1206
 
1546
1207
  ### Features
1547
1208
 
1548
- * **rest:** allow static assets to be served by a rest server ([a1cefcc](https://github.com/loopbackio/loopback-next/commit/a1cefcc))
1549
- * coerce object arguments from query strings ([d095693](https://github.com/loopbackio/loopback-next/commit/d095693))
1550
-
1551
-
1552
-
1553
-
1209
+ - **rest:** allow static assets to be served by a rest server
1210
+ ([a1cefcc](https://github.com/loopbackio/loopback-next/commit/a1cefcc))
1211
+ - coerce object arguments from query strings
1212
+ ([d095693](https://github.com/loopbackio/loopback-next/commit/d095693))
1554
1213
 
1555
1214
  <a name="0.19.6"></a>
1215
+
1556
1216
  ## [0.19.6](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.19.5...@loopback/rest@0.19.6) (2018-08-25)
1557
1217
 
1558
1218
  **Note:** Version bump only for package @loopback/rest
1559
1219
 
1560
-
1561
-
1562
-
1563
-
1564
1220
  <a name="0.19.5"></a>
1565
- ## [0.19.5](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.19.4...@loopback/rest@0.19.5) (2018-08-24)
1566
1221
 
1222
+ ## [0.19.5](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.19.4...@loopback/rest@0.19.5) (2018-08-24)
1567
1223
 
1568
1224
  ### Bug Fixes
1569
1225
 
1570
- * **openapi-v3:** set required to true for path parameters ([2b13247](https://github.com/loopbackio/loopback-next/commit/2b13247))
1571
-
1572
-
1573
-
1574
-
1226
+ - **openapi-v3:** set required to true for path parameters
1227
+ ([2b13247](https://github.com/loopbackio/loopback-next/commit/2b13247))
1575
1228
 
1576
1229
  <a name="0.19.4"></a>
1577
- ## [0.19.4](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.19.3...@loopback/rest@0.19.4) (2018-08-15)
1578
1230
 
1231
+ ## [0.19.4](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.19.3...@loopback/rest@0.19.4) (2018-08-15)
1579
1232
 
1580
1233
  ### Bug Fixes
1581
1234
 
1582
- * **rest:** set openapi url based on x-forwarded-* headers ([8706038](https://github.com/loopbackio/loopback-next/commit/8706038))
1583
-
1584
-
1585
-
1235
+ - **rest:** set openapi url based on x-forwarded-\* headers
1236
+ ([8706038](https://github.com/loopbackio/loopback-next/commit/8706038))
1586
1237
 
1587
1238
  <a name="0.19.3"></a>
1588
- ## [0.19.3](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.19.2...@loopback/rest@0.19.3) (2018-08-08)
1589
-
1590
-
1591
1239
 
1240
+ ## [0.19.3](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.19.2...@loopback/rest@0.19.3) (2018-08-08)
1592
1241
 
1593
1242
  **Note:** Version bump only for package @loopback/rest
1594
1243
 
1595
1244
  <a name="0.19.2"></a>
1596
- ## [0.19.2](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.19.1...@loopback/rest@0.19.2) (2018-07-21)
1597
-
1598
-
1599
1245
 
1246
+ ## [0.19.2](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.19.1...@loopback/rest@0.19.2) (2018-07-21)
1600
1247
 
1601
1248
  **Note:** Version bump only for package @loopback/rest
1602
1249
 
1603
1250
  <a name="0.19.1"></a>
1604
- ## [0.19.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.19.0...@loopback/rest@0.19.1) (2018-07-20)
1605
-
1606
-
1607
1251
 
1252
+ ## [0.19.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.19.0...@loopback/rest@0.19.1) (2018-07-20)
1608
1253
 
1609
1254
  **Note:** Version bump only for package @loopback/rest
1610
1255
 
1611
1256
  <a name="0.19.0"></a>
1612
- # [0.19.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.18.0...@loopback/rest@0.19.0) (2018-07-20)
1613
1257
 
1258
+ # [0.19.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.18.0...@loopback/rest@0.19.0) (2018-07-20)
1614
1259
 
1615
1260
  ### Features
1616
1261
 
1617
- * add HTTPs protocol support ([6941a5d](https://github.com/loopbackio/loopback-next/commit/6941a5d))
1618
-
1619
-
1620
-
1262
+ - add HTTPs protocol support
1263
+ ([6941a5d](https://github.com/loopbackio/loopback-next/commit/6941a5d))
1621
1264
 
1622
1265
  <a name="0.18.0"></a>
1623
- # [0.18.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.17.1...@loopback/rest@0.18.0) (2018-07-13)
1624
1266
 
1267
+ # [0.18.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.17.1...@loopback/rest@0.18.0) (2018-07-13)
1625
1268
 
1626
1269
  ### Features
1627
1270
 
1628
- * localize error in details ([3c9f6b4](https://github.com/loopbackio/loopback-next/commit/3c9f6b4))
1629
-
1630
-
1631
-
1271
+ - localize error in details
1272
+ ([3c9f6b4](https://github.com/loopbackio/loopback-next/commit/3c9f6b4))
1632
1273
 
1633
1274
  <a name="0.17.1"></a>
1634
- ## [0.17.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.17.0...@loopback/rest@0.17.1) (2018-07-11)
1635
-
1636
-
1637
1275
 
1276
+ ## [0.17.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.17.0...@loopback/rest@0.17.1) (2018-07-11)
1638
1277
 
1639
1278
  **Note:** Version bump only for package @loopback/rest
1640
1279
 
1641
1280
  <a name="0.17.0"></a>
1642
- # [0.17.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.16.0...@loopback/rest@0.17.0) (2018-07-10)
1643
1281
 
1282
+ # [0.17.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.16.0...@loopback/rest@0.17.0) (2018-07-10)
1644
1283
 
1645
1284
  ### Features
1646
1285
 
1647
- * add tests for array and object ([57b968a](https://github.com/loopbackio/loopback-next/commit/57b968a))
1648
- * **rest:** add url property ([18b3408](https://github.com/loopbackio/loopback-next/commit/18b3408))
1649
-
1650
-
1651
-
1286
+ - add tests for array and object
1287
+ ([57b968a](https://github.com/loopbackio/loopback-next/commit/57b968a))
1288
+ - **rest:** add url property
1289
+ ([18b3408](https://github.com/loopbackio/loopback-next/commit/18b3408))
1652
1290
 
1653
1291
  <a name="0.16.0"></a>
1654
- # [0.16.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.15.1...@loopback/rest@0.16.0) (2018-07-09)
1655
1292
 
1293
+ # [0.16.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.15.1...@loopback/rest@0.16.0) (2018-07-09)
1656
1294
 
1657
1295
  ### Features
1658
1296
 
1659
- * body validation ([d284ad8](https://github.com/loopbackio/loopback-next/commit/d284ad8))
1660
-
1661
-
1662
-
1297
+ - body validation
1298
+ ([d284ad8](https://github.com/loopbackio/loopback-next/commit/d284ad8))
1663
1299
 
1664
1300
  <a name="0.15.1"></a>
1665
- ## [0.15.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.15.0...@loopback/rest@0.15.1) (2018-06-28)
1666
-
1667
-
1668
1301
 
1302
+ ## [0.15.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.15.0...@loopback/rest@0.15.1) (2018-06-28)
1669
1303
 
1670
1304
  **Note:** Version bump only for package @loopback/rest
1671
1305
 
1672
1306
  <a name="0.15.0"></a>
1673
- # [0.15.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.14.1...@loopback/rest@0.15.0) (2018-06-27)
1674
1307
 
1308
+ # [0.15.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.14.1...@loopback/rest@0.15.0) (2018-06-27)
1675
1309
 
1676
1310
  ### Features
1677
1311
 
1678
- * add `listening` property in the server interface ([ff0eab7](https://github.com/loopbackio/loopback-next/commit/ff0eab7)), closes [#1368](https://github.com/loopbackio/loopback-next/issues/1368)
1679
-
1680
-
1681
-
1312
+ - add `listening` property in the server interface
1313
+ ([ff0eab7](https://github.com/loopbackio/loopback-next/commit/ff0eab7)),
1314
+ closes [#1368](https://github.com/loopbackio/loopback-next/issues/1368)
1682
1315
 
1683
1316
  <a name="0.14.1"></a>
1684
- ## [0.14.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.14.0...@loopback/rest@0.14.1) (2018-06-26)
1685
-
1686
-
1687
1317
 
1318
+ ## [0.14.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.14.0...@loopback/rest@0.14.1) (2018-06-26)
1688
1319
 
1689
1320
  **Note:** Version bump only for package @loopback/rest
1690
1321
 
1691
1322
  <a name="0.14.0"></a>
1692
- # [0.14.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.12.0...@loopback/rest@0.14.0) (2018-06-25)
1693
1323
 
1324
+ # [0.14.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.12.0...@loopback/rest@0.14.0) (2018-06-25)
1694
1325
 
1695
1326
  ### Features
1696
1327
 
1697
- * coercion for more types ([2b4b269](https://github.com/loopbackio/loopback-next/commit/2b4b269))
1698
-
1699
-
1700
-
1328
+ - coercion for more types
1329
+ ([2b4b269](https://github.com/loopbackio/loopback-next/commit/2b4b269))
1701
1330
 
1702
1331
  <a name="0.13.0"></a>
1703
- # [0.13.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.12.0...@loopback/rest@0.13.0) (2018-06-25)
1704
1332
 
1333
+ # [0.13.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.12.0...@loopback/rest@0.13.0) (2018-06-25)
1705
1334
 
1706
1335
  ### Features
1707
1336
 
1708
- * coercion for more types ([2b4b269](https://github.com/loopbackio/loopback-next/commit/2b4b269))
1709
-
1710
-
1711
-
1337
+ - coercion for more types
1338
+ ([2b4b269](https://github.com/loopbackio/loopback-next/commit/2b4b269))
1712
1339
 
1713
1340
  <a name="0.12.0"></a>
1714
- # [0.12.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.11.3...@loopback/rest@0.12.0) (2018-06-20)
1715
1341
 
1342
+ # [0.12.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.11.3...@loopback/rest@0.12.0) (2018-06-20)
1716
1343
 
1717
1344
  ### Bug Fixes
1718
1345
 
1719
- * **rest:** stop an app that has not been started ([1841ebb](https://github.com/loopbackio/loopback-next/commit/1841ebb)), closes [#822](https://github.com/loopbackio/loopback-next/issues/822)
1720
-
1346
+ - **rest:** stop an app that has not been started
1347
+ ([1841ebb](https://github.com/loopbackio/loopback-next/commit/1841ebb)),
1348
+ closes [#822](https://github.com/loopbackio/loopback-next/issues/822)
1721
1349
 
1722
1350
  ### Features
1723
1351
 
1724
- * add type coercion ([2b8d816](https://github.com/loopbackio/loopback-next/commit/2b8d816))
1725
-
1726
-
1727
-
1352
+ - add type coercion
1353
+ ([2b8d816](https://github.com/loopbackio/loopback-next/commit/2b8d816))
1728
1354
 
1729
1355
  <a name="0.11.3"></a>
1730
- ## [0.11.3](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.11.2...@loopback/rest@0.11.3) (2018-06-11)
1731
-
1732
1356
 
1357
+ ## [0.11.3](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.11.2...@loopback/rest@0.11.3) (2018-06-11)
1733
1358
 
1359
+ **Note:** Version bump only for package @loopback/rest
1734
1360
 
1735
- **Note:** Version bump only for package @loopback/rest
1736
-
1737
- <a name="0.11.2"></a>
1738
- ## [0.11.2](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.11.0...@loopback/rest@0.11.2) (2018-06-09)
1739
-
1740
-
1361
+ <a name="0.11.2"></a>
1741
1362
 
1363
+ ## [0.11.2](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.11.0...@loopback/rest@0.11.2) (2018-06-09)
1742
1364
 
1743
1365
  **Note:** Version bump only for package @loopback/rest
1744
1366
 
1745
1367
  <a name="0.11.1"></a>
1746
- ## [0.11.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.11.0...@loopback/rest@0.11.1) (2018-06-09)
1747
-
1748
-
1749
1368
 
1369
+ ## [0.11.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.11.0...@loopback/rest@0.11.1) (2018-06-09)
1750
1370
 
1751
1371
  **Note:** Version bump only for package @loopback/rest
1752
1372
 
1753
1373
  <a name="0.11.0"></a>
1754
- # [0.11.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.10.5...@loopback/rest@0.11.0) (2018-06-08)
1755
1374
 
1375
+ # [0.11.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.10.5...@loopback/rest@0.11.0) (2018-06-08)
1756
1376
 
1757
1377
  ### Bug Fixes
1758
1378
 
1759
- * make the code compatible with TypeScript 2.9.x ([37aba50](https://github.com/loopbackio/loopback-next/commit/37aba50))
1760
-
1379
+ - make the code compatible with TypeScript 2.9.x
1380
+ ([37aba50](https://github.com/loopbackio/loopback-next/commit/37aba50))
1761
1381
 
1762
1382
  ### Features
1763
1383
 
1764
- * add http-server package ([bac8d8c](https://github.com/loopbackio/loopback-next/commit/bac8d8c))
1765
-
1766
-
1767
-
1384
+ - add http-server package
1385
+ ([bac8d8c](https://github.com/loopbackio/loopback-next/commit/bac8d8c))
1768
1386
 
1769
1387
  <a name="0.10.5"></a>
1770
- ## [0.10.5](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.10.4...@loopback/rest@0.10.5) (2018-05-28)
1771
-
1772
-
1773
1388
 
1389
+ ## [0.10.5](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.10.4...@loopback/rest@0.10.5) (2018-05-28)
1774
1390
 
1775
1391
  **Note:** Version bump only for package @loopback/rest
1776
1392
 
1777
1393
  <a name="0.10.4"></a>
1778
- ## [0.10.4](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.10.3...@loopback/rest@0.10.4) (2018-05-20)
1779
-
1780
-
1781
1394
 
1395
+ ## [0.10.4](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.10.3...@loopback/rest@0.10.4) (2018-05-20)
1782
1396
 
1783
1397
  **Note:** Version bump only for package @loopback/rest
1784
1398
 
1785
1399
  <a name="0.10.3"></a>
1786
- ## [0.10.3](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.10.2...@loopback/rest@0.10.3) (2018-05-14)
1787
1400
 
1401
+ ## [0.10.3](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.10.2...@loopback/rest@0.10.3) (2018-05-14)
1788
1402
 
1789
1403
  ### Bug Fixes
1790
1404
 
1791
- * change index.d.ts files to point to dist8 ([42ca42d](https://github.com/loopbackio/loopback-next/commit/42ca42d))
1792
-
1793
-
1794
-
1405
+ - change index.d.ts files to point to dist8
1406
+ ([42ca42d](https://github.com/loopbackio/loopback-next/commit/42ca42d))
1795
1407
 
1796
1408
  <a name="0.10.2"></a>
1797
- ## [0.10.2](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.10.1...@loopback/rest@0.10.2) (2018-05-14)
1798
-
1799
-
1800
1409
 
1410
+ ## [0.10.2](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.10.1...@loopback/rest@0.10.2) (2018-05-14)
1801
1411
 
1802
1412
  **Note:** Version bump only for package @loopback/rest
1803
1413
 
1804
1414
  <a name="0.10.1"></a>
1805
- ## [0.10.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.10.0...@loopback/rest@0.10.1) (2018-05-08)
1806
-
1807
-
1808
1415
 
1416
+ ## [0.10.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.10.0...@loopback/rest@0.10.1) (2018-05-08)
1809
1417
 
1810
1418
  **Note:** Version bump only for package @loopback/rest
1811
1419
 
1812
1420
  <a name="0.10.0"></a>
1813
- # [0.10.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.8.1...@loopback/rest@0.10.0) (2018-05-03)
1814
1421
 
1422
+ # [0.10.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.8.1...@loopback/rest@0.10.0) (2018-05-03)
1815
1423
 
1816
1424
  ### Features
1817
1425
 
1818
- * **context:** allow tags to have an optional value ([95acd11](https://github.com/loopbackio/loopback-next/commit/95acd11))
1819
- * add helper package "dist-util" ([532f153](https://github.com/loopbackio/loopback-next/commit/532f153))
1820
-
1821
-
1822
-
1426
+ - **context:** allow tags to have an optional value
1427
+ ([95acd11](https://github.com/loopbackio/loopback-next/commit/95acd11))
1428
+ - add helper package "dist-util"
1429
+ ([532f153](https://github.com/loopbackio/loopback-next/commit/532f153))
1823
1430
 
1824
1431
  <a name="0.9.0"></a>
1825
- # [0.9.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.8.1...@loopback/rest@0.9.0) (2018-05-03)
1826
1432
 
1433
+ # [0.9.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.8.1...@loopback/rest@0.9.0) (2018-05-03)
1827
1434
 
1828
1435
  ### Features
1829
1436
 
1830
- * **context:** allow tags to have an optional value ([95acd11](https://github.com/loopbackio/loopback-next/commit/95acd11))
1831
- * add helper package "dist-util" ([532f153](https://github.com/loopbackio/loopback-next/commit/532f153))
1832
-
1833
-
1834
-
1437
+ - **context:** allow tags to have an optional value
1438
+ ([95acd11](https://github.com/loopbackio/loopback-next/commit/95acd11))
1439
+ - add helper package "dist-util"
1440
+ ([532f153](https://github.com/loopbackio/loopback-next/commit/532f153))
1835
1441
 
1836
1442
  <a name="0.8.1"></a>
1837
- ## [0.8.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.8.0...@loopback/rest@0.8.1) (2018-04-26)
1838
-
1839
-
1840
1443
 
1444
+ ## [0.8.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.8.0...@loopback/rest@0.8.1) (2018-04-26)
1841
1445
 
1842
1446
  **Note:** Version bump only for package @loopback/rest
1843
1447
 
1844
1448
  <a name="0.8.0"></a>
1845
- # [0.8.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.7.0...@loopback/rest@0.8.0) (2018-04-25)
1846
1449
 
1450
+ # [0.8.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.7.0...@loopback/rest@0.8.0) (2018-04-25)
1847
1451
 
1848
1452
  ### Features
1849
1453
 
1850
- * upgrade to openapi3-ts@0.11.0 ([1ed79c9](https://github.com/loopbackio/loopback-next/commit/1ed79c9))
1851
-
1852
-
1853
-
1454
+ - upgrade to openapi3-ts@0.11.0
1455
+ ([1ed79c9](https://github.com/loopbackio/loopback-next/commit/1ed79c9))
1854
1456
 
1855
1457
  <a name="0.7.0"></a>
1856
- # [0.7.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.6.3...@loopback/rest@0.7.0) (2018-04-16)
1857
-
1858
-
1859
1458
 
1459
+ # [0.7.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.6.3...@loopback/rest@0.7.0) (2018-04-16)
1860
1460
 
1861
1461
  **Note:** Version bump only for package @loopback/rest
1862
1462
 
1863
1463
  <a name="0.6.3"></a>
1864
- ## [0.6.3](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.6.2...@loopback/rest@0.6.3) (2018-04-16)
1865
-
1866
-
1867
1464
 
1465
+ ## [0.6.3](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.6.2...@loopback/rest@0.6.3) (2018-04-16)
1868
1466
 
1869
1467
  **Note:** Version bump only for package @loopback/rest
1870
1468
 
1871
1469
  <a name="0.6.2"></a>
1872
- ## [0.6.2](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.6.1...@loopback/rest@0.6.2) (2018-04-12)
1873
-
1874
-
1875
1470
 
1471
+ ## [0.6.2](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.6.1...@loopback/rest@0.6.2) (2018-04-12)
1876
1472
 
1877
1473
  **Note:** Version bump only for package @loopback/rest
1878
1474
 
1879
1475
  <a name="0.6.1"></a>
1880
- ## [0.6.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.6.0...@loopback/rest@0.6.1) (2018-04-11)
1881
-
1882
-
1883
1476
 
1477
+ ## [0.6.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.6.0...@loopback/rest@0.6.1) (2018-04-11)
1884
1478
 
1885
1479
  **Note:** Version bump only for package @loopback/rest
1886
1480
 
1887
1481
  <a name="0.6.0"></a>
1888
- # [0.6.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.5.2...@loopback/rest@0.6.0) (2018-04-11)
1889
1482
 
1483
+ # [0.6.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.5.2...@loopback/rest@0.6.0) (2018-04-11)
1890
1484
 
1891
1485
  ### Bug Fixes
1892
1486
 
1893
- * change file names to fit advocated naming convention ([0331df8](https://github.com/loopbackio/loopback-next/commit/0331df8))
1894
-
1487
+ - change file names to fit advocated naming convention
1488
+ ([0331df8](https://github.com/loopbackio/loopback-next/commit/0331df8))
1895
1489
 
1896
1490
  ### Features
1897
1491
 
1898
- * **context:** typed binding keys ([685195c](https://github.com/loopbackio/loopback-next/commit/685195c))
1899
- * **rest:** add typing for controller instance/class/factory ([a1cbab3](https://github.com/loopbackio/loopback-next/commit/a1cbab3))
1900
- * **rest:** allow factory for controller routes ([184371b](https://github.com/loopbackio/loopback-next/commit/184371b))
1901
-
1902
-
1903
-
1492
+ - **context:** typed binding keys
1493
+ ([685195c](https://github.com/loopbackio/loopback-next/commit/685195c))
1494
+ - **rest:** add typing for controller instance/class/factory
1495
+ ([a1cbab3](https://github.com/loopbackio/loopback-next/commit/a1cbab3))
1496
+ - **rest:** allow factory for controller routes
1497
+ ([184371b](https://github.com/loopbackio/loopback-next/commit/184371b))
1904
1498
 
1905
1499
  <a name="0.5.3"></a>
1906
- ## [0.5.3](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.5.2...@loopback/rest@0.5.3) (2018-04-06)
1907
-
1908
-
1909
1500
 
1501
+ ## [0.5.3](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.5.2...@loopback/rest@0.5.3) (2018-04-06)
1910
1502
 
1911
1503
  **Note:** Version bump only for package @loopback/rest
1912
1504
 
1913
1505
  <a name="0.5.2"></a>
1914
- ## [0.5.2](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.5.1...@loopback/rest@0.5.2) (2018-04-04)
1915
-
1916
-
1917
1506
 
1507
+ ## [0.5.2](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.5.1...@loopback/rest@0.5.2) (2018-04-04)
1918
1508
 
1919
1509
  **Note:** Version bump only for package @loopback/rest
1920
1510
 
1921
1511
  <a name="0.5.1"></a>
1922
- ## [0.5.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.5.0...@loopback/rest@0.5.1) (2018-04-02)
1923
-
1924
-
1925
1512
 
1513
+ ## [0.5.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.5.0...@loopback/rest@0.5.1) (2018-04-02)
1926
1514
 
1927
1515
  **Note:** Version bump only for package @loopback/rest
1928
1516
 
1929
1517
  <a name="0.5.0"></a>
1930
- # [0.5.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.4.1...@loopback/rest@0.5.0) (2018-03-29)
1931
-
1932
-
1933
1518
 
1519
+ # [0.5.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.4.1...@loopback/rest@0.5.0) (2018-03-29)
1934
1520
 
1935
1521
  **Note:** Version bump only for package @loopback/rest
1936
1522
 
1937
1523
  <a name="0.4.1"></a>
1938
- ## [0.4.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.4.0...@loopback/rest@0.4.1) (2018-03-23)
1939
-
1940
-
1941
1524
 
1525
+ ## [0.4.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.4.0...@loopback/rest@0.4.1) (2018-03-23)
1942
1526
 
1943
1527
  **Note:** Version bump only for package @loopback/rest
1944
1528
 
1945
1529
  <a name="0.4.0"></a>
1946
- # [0.4.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.3.4...@loopback/rest@0.4.0) (2018-03-21)
1947
1530
 
1531
+ # [0.4.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.3.4...@loopback/rest@0.4.0) (2018-03-21)
1948
1532
 
1949
1533
  ### Features
1950
1534
 
1951
- * **rest:** expose app.requestHandler function ([20a41ac](https://github.com/loopbackio/loopback-next/commit/20a41ac))
1952
-
1535
+ - **rest:** expose app.requestHandler function
1536
+ ([20a41ac](https://github.com/loopbackio/loopback-next/commit/20a41ac))
1953
1537
 
1954
1538
  ### BREAKING CHANGES
1955
1539
 
1956
- * **rest:** `RestServer#handleHttp` was renamed to
1957
- `RestServer#requestHandler`.
1958
-
1959
-
1960
-
1540
+ - **rest:** `RestServer#handleHttp` was renamed to `RestServer#requestHandler`.
1961
1541
 
1962
1542
  <a name="0.3.4"></a>
1963
- ## [0.3.4](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.3.3...@loopback/rest@0.3.4) (2018-03-14)
1964
-
1965
-
1966
1543
 
1544
+ ## [0.3.4](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.3.3...@loopback/rest@0.3.4) (2018-03-14)
1967
1545
 
1968
1546
  **Note:** Version bump only for package @loopback/rest
1969
1547
 
1970
1548
  <a name="0.3.3"></a>
1971
- ## [0.3.3](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.3.2...@loopback/rest@0.3.3) (2018-03-13)
1972
-
1973
-
1974
1549
 
1550
+ ## [0.3.3](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.3.2...@loopback/rest@0.3.3) (2018-03-13)
1975
1551
 
1976
1552
  **Note:** Version bump only for package @loopback/rest
1977
1553
 
1978
1554
  <a name="0.3.2"></a>
1979
- ## [0.3.2](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.3.1...@loopback/rest@0.3.2) (2018-03-08)
1980
1555
 
1556
+ ## [0.3.2](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.3.1...@loopback/rest@0.3.2) (2018-03-08)
1981
1557
 
1982
1558
  ### Bug Fixes
1983
1559
 
1984
- * **rest:** move [@types](https://github.com/types)/cors to dependency ([fee3520](https://github.com/loopbackio/loopback-next/commit/fee3520))
1985
-
1986
-
1987
-
1560
+ - **rest:** move [@types](https://github.com/types)/cors to dependency
1561
+ ([fee3520](https://github.com/loopbackio/loopback-next/commit/fee3520))
1988
1562
 
1989
1563
  <a name="0.3.1"></a>
1990
- ## [0.3.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.3.0...@loopback/rest@0.3.1) (2018-03-07)
1991
1564
 
1565
+ ## [0.3.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.3.0...@loopback/rest@0.3.1) (2018-03-07)
1992
1566
 
1993
1567
  ### Bug Fixes
1994
1568
 
1995
- * **rest:** enable cors preflight ([d05bdae](https://github.com/loopbackio/loopback-next/commit/d05bdae))
1996
-
1997
-
1998
-
1569
+ - **rest:** enable cors preflight
1570
+ ([d05bdae](https://github.com/loopbackio/loopback-next/commit/d05bdae))
1999
1571
 
2000
1572
  <a name="0.3.0"></a>
2001
- # [0.3.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.2.0...@loopback/rest@0.3.0) (2018-03-06)
2002
1573
 
1574
+ # [0.3.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.2.0...@loopback/rest@0.3.0) (2018-03-06)
2003
1575
 
2004
1576
  ### Bug Fixes
2005
1577
 
2006
- * fix typo of `additional` ([2fd7610](https://github.com/loopbackio/loopback-next/commit/2fd7610))
2007
-
1578
+ - fix typo of `additional`
1579
+ ([2fd7610](https://github.com/loopbackio/loopback-next/commit/2fd7610))
2008
1580
 
2009
1581
  ### Features
2010
1582
 
2011
- * upgrade from swagger 2 to openapi 3 ([71e5af1](https://github.com/loopbackio/loopback-next/commit/71e5af1))
2012
-
2013
-
2014
-
1583
+ - upgrade from swagger 2 to openapi 3
1584
+ ([71e5af1](https://github.com/loopbackio/loopback-next/commit/71e5af1))
2015
1585
 
2016
1586
  <a name="0.2.0"></a>
2017
- # [0.2.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.1.2...@loopback/rest@0.2.0) (2018-03-01)
2018
-
2019
-
2020
1587
 
1588
+ # [0.2.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.1.2...@loopback/rest@0.2.0) (2018-03-01)
2021
1589
 
2022
1590
  **Note:** Version bump only for package @loopback/rest
2023
1591
 
2024
1592
  <a name="0.1.2"></a>
2025
- ## [0.1.2](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.1.1...@loopback/rest@0.1.2) (2018-03-01)
2026
1593
 
1594
+ ## [0.1.2](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.1.1...@loopback/rest@0.1.2) (2018-03-01)
2027
1595
 
2028
1596
  ### Bug Fixes
2029
1597
 
2030
- * **rest:** log unexpected errors to console ([#1058](https://github.com/loopbackio/loopback-next/issues/1058)) ([b7b0fd8](https://github.com/loopbackio/loopback-next/commit/b7b0fd8))
2031
- * **rest:** make the route binding key friendly for find ([e3577ab](https://github.com/loopbackio/loopback-next/commit/e3577ab))
2032
-
1598
+ - **rest:** log unexpected errors to console
1599
+ ([#1058](https://github.com/loopbackio/loopback-next/issues/1058))
1600
+ ([b7b0fd8](https://github.com/loopbackio/loopback-next/commit/b7b0fd8))
1601
+ - **rest:** make the route binding key friendly for find
1602
+ ([e3577ab](https://github.com/loopbackio/loopback-next/commit/e3577ab))
2033
1603
 
2034
1604
  ### Features
2035
1605
 
2036
- * **context:** add type as a generic parameter to `ctx.get()` and friends ([24b217d](https://github.com/loopbackio/loopback-next/commit/24b217d))
2037
-
1606
+ - **context:** add type as a generic parameter to `ctx.get()` and friends
1607
+ ([24b217d](https://github.com/loopbackio/loopback-next/commit/24b217d))
2038
1608
 
2039
1609
  ### BREAKING CHANGES
2040
1610
 
2041
- * **context:** `ctx.get()` and `ctx.getSync()` require a type now.
2042
- See the example below for upgrade instructions:
1611
+ - **context:** `ctx.get()` and `ctx.getSync()` require a type now. See the
1612
+ example below for upgrade instructions:
2043
1613
 
2044
1614
  ```diff
2045
1615
  - const c: MyController = await ctx.get('MyController');
2046
1616
  + const c = await ctx.get<MyController>('MyController');
2047
1617
  ```
2048
1618
 
2049
- `isPromise` was renamed to `isPromiseLike` and acts as a type guard
2050
- for `PromiseLike`, not `Promise`. When upgrading affected code, you
2051
- need to determine whether the code was accepting any Promise
2052
- implementation (i.e. `PromiseLike`) or only native Promises. In the
2053
- former case, you should use `isPromiseLike` and potentially convert the
2054
- userland Promise instance to a native Promise via
2055
- `Promise.resolve(promiseLike)`. In the latter case, you can replace
2056
- `isPromise(p)` with `p instanceof Promise`.
2057
-
2058
-
2059
-
1619
+ `isPromise` was renamed to `isPromiseLike` and acts as a type guard for
1620
+ `PromiseLike`, not `Promise`. When upgrading affected code, you need to
1621
+ determine whether the code was accepting any Promise implementation (i.e.
1622
+ `PromiseLike`) or only native Promises. In the former case, you should use
1623
+ `isPromiseLike` and potentially convert the userland Promise instance to a
1624
+ native Promise via `Promise.resolve(promiseLike)`. In the latter case, you can
1625
+ replace `isPromise(p)` with `p instanceof Promise`.
2060
1626
 
2061
1627
  <a name="0.1.1"></a>
2062
- ## [0.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.1.0...@loopback/rest@0.1.1) (2018-02-23)
2063
1628
 
1629
+ ## [0.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@0.1.0...@loopback/rest@0.1.1) (2018-02-23)
2064
1630
 
2065
1631
  ### Bug Fixes
2066
1632
 
2067
- * **context:** fix optional param injection for methods ([801a82d](https://github.com/loopbackio/loopback-next/commit/801a82d))
2068
-
2069
-
2070
-
1633
+ - **context:** fix optional param injection for methods
1634
+ ([801a82d](https://github.com/loopbackio/loopback-next/commit/801a82d))
2071
1635
 
2072
1636
  <a name="0.1.0"></a>
2073
- # [0.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.26...@loopback/rest@0.1.0) (2018-02-21)
2074
1637
 
1638
+ # [0.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.26...@loopback/rest@0.1.0) (2018-02-21)
2075
1639
 
2076
1640
  ### Features
2077
1641
 
2078
- * **rest:** app.route() and app.api() ([5c3fd62](https://github.com/loopbackio/loopback-next/commit/5c3fd62))
2079
-
2080
-
2081
-
1642
+ - **rest:** app.route() and app.api()
1643
+ ([5c3fd62](https://github.com/loopbackio/loopback-next/commit/5c3fd62))
2082
1644
 
2083
1645
  <a name="4.0.0-alpha.26"></a>
2084
- # [4.0.0-alpha.26](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.25...@loopback/rest@4.0.0-alpha.26) (2018-02-15)
2085
-
2086
-
2087
1646
 
1647
+ # [4.0.0-alpha.26](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.25...@loopback/rest@4.0.0-alpha.26) (2018-02-15)
2088
1648
 
2089
1649
  **Note:** Version bump only for package @loopback/rest
2090
1650
 
2091
1651
  <a name="4.0.0-alpha.25"></a>
2092
- # [4.0.0-alpha.25](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.24...@loopback/rest@4.0.0-alpha.25) (2018-02-07)
2093
1652
 
1653
+ # [4.0.0-alpha.25](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.24...@loopback/rest@4.0.0-alpha.25) (2018-02-07)
2094
1654
 
2095
1655
  ### build
2096
1656
 
2097
- * drop dist6 related targets ([#945](https://github.com/loopbackio/loopback-next/issues/945)) ([a2368ce](https://github.com/loopbackio/loopback-next/commit/a2368ce))
2098
-
1657
+ - drop dist6 related targets
1658
+ ([#945](https://github.com/loopbackio/loopback-next/issues/945))
1659
+ ([a2368ce](https://github.com/loopbackio/loopback-next/commit/a2368ce))
2099
1660
 
2100
1661
  ### BREAKING CHANGES
2101
1662
 
2102
- * Support for Node.js version lower than 8.0 has been dropped.
2103
- Please upgrade to the latest Node.js 8.x LTS version.
1663
+ - Support for Node.js version lower than 8.0 has been dropped. Please upgrade to
1664
+ the latest Node.js 8.x LTS version.
2104
1665
 
2105
1666
  Co-Authored-by: Taranveer Virk <taranveer@virk.cc>
2106
1667
 
2107
-
2108
-
2109
-
2110
1668
  <a name="4.0.0-alpha.24"></a>
2111
- # [4.0.0-alpha.24](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.23...@loopback/rest@4.0.0-alpha.24) (2018-02-04)
2112
1669
 
1670
+ # [4.0.0-alpha.24](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.23...@loopback/rest@4.0.0-alpha.24) (2018-02-04)
2113
1671
 
2114
1672
  ### Bug Fixes
2115
1673
 
2116
- * remove console output from tests ([ff4a320](https://github.com/loopbackio/loopback-next/commit/ff4a320))
2117
-
2118
-
2119
-
1674
+ - remove console output from tests
1675
+ ([ff4a320](https://github.com/loopbackio/loopback-next/commit/ff4a320))
2120
1676
 
2121
1677
  <a name="4.0.0-alpha.23"></a>
2122
- # [4.0.0-alpha.23](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.22...@loopback/rest@4.0.0-alpha.23) (2018-01-30)
2123
1678
 
1679
+ # [4.0.0-alpha.23](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.22...@loopback/rest@4.0.0-alpha.23) (2018-01-30)
2124
1680
 
2125
1681
  ### Features
2126
1682
 
2127
- * **repository-json-schema:** add in top-level metadata for json schema ([#907](https://github.com/loopbackio/loopback-next/issues/907)) ([fe59e6b](https://github.com/loopbackio/loopback-next/commit/fe59e6b))
2128
-
2129
-
2130
-
1683
+ - **repository-json-schema:** add in top-level metadata for json schema
1684
+ ([#907](https://github.com/loopbackio/loopback-next/issues/907))
1685
+ ([fe59e6b](https://github.com/loopbackio/loopback-next/commit/fe59e6b))
2131
1686
 
2132
1687
  <a name="4.0.0-alpha.22"></a>
2133
- # [4.0.0-alpha.22](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.21...@loopback/rest@4.0.0-alpha.22) (2018-01-29)
2134
-
2135
-
2136
1688
 
1689
+ # [4.0.0-alpha.22](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.21...@loopback/rest@4.0.0-alpha.22) (2018-01-29)
2137
1690
 
2138
1691
  **Note:** Version bump only for package @loopback/rest
2139
1692
 
2140
1693
  <a name="4.0.0-alpha.21"></a>
2141
- # [4.0.0-alpha.21](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.20...@loopback/rest@4.0.0-alpha.21) (2018-01-26)
2142
-
2143
-
2144
1694
 
1695
+ # [4.0.0-alpha.21](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.20...@loopback/rest@4.0.0-alpha.21) (2018-01-26)
2145
1696
 
2146
1697
  **Note:** Version bump only for package @loopback/rest
2147
1698
 
2148
1699
  <a name="4.0.0-alpha.20"></a>
2149
- # [4.0.0-alpha.20](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.19...@loopback/rest@4.0.0-alpha.20) (2018-01-26)
2150
1700
 
1701
+ # [4.0.0-alpha.20](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.19...@loopback/rest@4.0.0-alpha.20) (2018-01-26)
2151
1702
 
2152
1703
  ### Bug Fixes
2153
1704
 
2154
- * **rest:** correctly re-export decorators at runtime ([c81c0ac](https://github.com/loopbackio/loopback-next/commit/c81c0ac))
2155
- * **rest:** fix assertion broken by new deps versions ([05a8e0c](https://github.com/loopbackio/loopback-next/commit/05a8e0c))
2156
- * **rest:** fix yaml comparison to tolerate textual diffs ([615882c](https://github.com/loopbackio/loopback-next/commit/615882c))
2157
- * 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)
2158
- * make mocha self-contained with the source map support ([7c6d869](https://github.com/loopbackio/loopback-next/commit/7c6d869))
2159
-
1705
+ - **rest:** correctly re-export decorators at runtime
1706
+ ([c81c0ac](https://github.com/loopbackio/loopback-next/commit/c81c0ac))
1707
+ - **rest:** fix assertion broken by new deps versions
1708
+ ([05a8e0c](https://github.com/loopbackio/loopback-next/commit/05a8e0c))
1709
+ - **rest:** fix yaml comparison to tolerate textual diffs
1710
+ ([615882c](https://github.com/loopbackio/loopback-next/commit/615882c))
1711
+ - apply source-maps to test errors
1712
+ ([76a7f56](https://github.com/loopbackio/loopback-next/commit/76a7f56)),
1713
+ closes [#602](https://github.com/loopbackio/loopback-next/issues/602)
1714
+ - make mocha self-contained with the source map support
1715
+ ([7c6d869](https://github.com/loopbackio/loopback-next/commit/7c6d869))
2160
1716
 
2161
1717
  ### Features
2162
1718
 
2163
- * **rest:** enable dependency injection for controller methods ([72afddd](https://github.com/loopbackio/loopback-next/commit/72afddd))
2164
-
2165
-
2166
-
1719
+ - **rest:** enable dependency injection for controller methods
1720
+ ([72afddd](https://github.com/loopbackio/loopback-next/commit/72afddd))
2167
1721
 
2168
1722
  <a name="4.0.0-alpha.19"></a>
2169
- # [4.0.0-alpha.19](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.18...@loopback/rest@4.0.0-alpha.19) (2018-01-19)
2170
1723
 
1724
+ # [4.0.0-alpha.19](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.18...@loopback/rest@4.0.0-alpha.19) (2018-01-19)
2171
1725
 
2172
1726
  ### Bug Fixes
2173
1727
 
2174
- * **rest:** export decorators for backward compatibility ([#850](https://github.com/loopbackio/loopback-next/issues/850)) ([5166388](https://github.com/loopbackio/loopback-next/commit/5166388))
2175
-
2176
-
2177
-
1728
+ - **rest:** export decorators for backward compatibility
1729
+ ([#850](https://github.com/loopbackio/loopback-next/issues/850))
1730
+ ([5166388](https://github.com/loopbackio/loopback-next/commit/5166388))
2178
1731
 
2179
1732
  <a name="4.0.0-alpha.18"></a>
2180
- # [4.0.0-alpha.18](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.17...@loopback/rest@4.0.0-alpha.18) (2018-01-11)
2181
1733
 
1734
+ # [4.0.0-alpha.18](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.17...@loopback/rest@4.0.0-alpha.18) (2018-01-11)
2182
1735
 
2183
1736
  ### Bug Fixes
2184
1737
 
2185
- * fix imports to use files owning the definitions ([a50405a](https://github.com/loopbackio/loopback-next/commit/a50405a))
2186
-
2187
-
2188
-
1738
+ - fix imports to use files owning the definitions
1739
+ ([a50405a](https://github.com/loopbackio/loopback-next/commit/a50405a))
2189
1740
 
2190
1741
  <a name="4.0.0-alpha.17"></a>
2191
- # [4.0.0-alpha.17](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.16...@loopback/rest@4.0.0-alpha.17) (2018-01-03)
2192
1742
 
1743
+ # [4.0.0-alpha.17](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.16...@loopback/rest@4.0.0-alpha.17) (2018-01-03)
2193
1744
 
2194
1745
  ### Bug Fixes
2195
1746
 
2196
- * fix version for [@loopback](https://github.com/loopback)/openapi-v2 ([d032129](https://github.com/loopbackio/loopback-next/commit/d032129))
2197
-
2198
-
2199
-
1747
+ - fix version for [@loopback](https://github.com/loopback)/openapi-v2
1748
+ ([d032129](https://github.com/loopbackio/loopback-next/commit/d032129))
2200
1749
 
2201
1750
  <a name="4.0.0-alpha.16"></a>
2202
- # [4.0.0-alpha.16](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.15...@loopback/rest@4.0.0-alpha.16) (2018-01-03)
2203
1751
 
1752
+ # [4.0.0-alpha.16](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.15...@loopback/rest@4.0.0-alpha.16) (2018-01-03)
2204
1753
 
2205
1754
  ### Features
2206
1755
 
2207
- * **rest:** set controller name as the default tag ([b008e07](https://github.com/loopbackio/loopback-next/commit/b008e07))
2208
- * Create [@loopback](https://github.com/loopback)/openapi-v2 ([#804](https://github.com/loopbackio/loopback-next/issues/804)) ([4ddd4bc](https://github.com/loopbackio/loopback-next/commit/4ddd4bc))
2209
-
2210
-
2211
-
1756
+ - **rest:** set controller name as the default tag
1757
+ ([b008e07](https://github.com/loopbackio/loopback-next/commit/b008e07))
1758
+ - Create [@loopback](https://github.com/loopback)/openapi-v2
1759
+ ([#804](https://github.com/loopbackio/loopback-next/issues/804))
1760
+ ([4ddd4bc](https://github.com/loopbackio/loopback-next/commit/4ddd4bc))
2212
1761
 
2213
1762
  <a name="4.0.0-alpha.15"></a>
2214
- # [4.0.0-alpha.15](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.14...@loopback/rest@4.0.0-alpha.15) (2017-12-21)
2215
1763
 
1764
+ # [4.0.0-alpha.15](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.14...@loopback/rest@4.0.0-alpha.15) (2017-12-21)
2216
1765
 
2217
1766
  ### Features
2218
1767
 
2219
- * **rest:** Improve decorators to infer param types ([37d881f](https://github.com/loopbackio/loopback-next/commit/37d881f))
2220
- * **rest:** Single-server RestApplication ([80638b4](https://github.com/loopbackio/loopback-next/commit/80638b4))
2221
-
2222
-
2223
-
1768
+ - **rest:** Improve decorators to infer param types
1769
+ ([37d881f](https://github.com/loopbackio/loopback-next/commit/37d881f))
1770
+ - **rest:** Single-server RestApplication
1771
+ ([80638b4](https://github.com/loopbackio/loopback-next/commit/80638b4))
2224
1772
 
2225
1773
  <a name="4.0.0-alpha.14"></a>
2226
- # [4.0.0-alpha.14](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.13...@loopback/rest@4.0.0-alpha.14) (2017-12-15)
2227
1774
 
1775
+ # [4.0.0-alpha.14](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.13...@loopback/rest@4.0.0-alpha.14) (2017-12-15)
2228
1776
 
2229
1777
  ### Features
2230
1778
 
2231
- * Expose reflectors via MetadataInspector ([5e6829f](https://github.com/loopbackio/loopback-next/commit/5e6829f))
2232
- * Refactor REST decorators to use factories ([d03adf7](https://github.com/loopbackio/loopback-next/commit/d03adf7))
2233
-
2234
-
2235
-
1779
+ - Expose reflectors via MetadataInspector
1780
+ ([5e6829f](https://github.com/loopbackio/loopback-next/commit/5e6829f))
1781
+ - Refactor REST decorators to use factories
1782
+ ([d03adf7](https://github.com/loopbackio/loopback-next/commit/d03adf7))
2236
1783
 
2237
1784
  <a name="4.0.0-alpha.13"></a>
2238
- # [4.0.0-alpha.13](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.12...@loopback/rest@4.0.0-alpha.13) (2017-12-11)
2239
1785
 
1786
+ # [4.0.0-alpha.13](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.12...@loopback/rest@4.0.0-alpha.13) (2017-12-11)
2240
1787
 
2241
1788
  ### Bug Fixes
2242
1789
 
2243
- * Fix node module names in source code headers ([0316f28](https://github.com/loopbackio/loopback-next/commit/0316f28))
2244
- * **rest:** Fix compilation error caused by [@types](https://github.com/types)/node ([89f1401](https://github.com/loopbackio/loopback-next/commit/89f1401))
2245
-
2246
-
2247
-
1790
+ - Fix node module names in source code headers
1791
+ ([0316f28](https://github.com/loopbackio/loopback-next/commit/0316f28))
1792
+ - **rest:** Fix compilation error caused by
1793
+ [@types](https://github.com/types)/node
1794
+ ([89f1401](https://github.com/loopbackio/loopback-next/commit/89f1401))
2248
1795
 
2249
1796
  <a name="4.0.0-alpha.12"></a>
2250
- # [4.0.0-alpha.12](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.11...@loopback/rest@4.0.0-alpha.12) (2017-12-01)
2251
1797
 
1798
+ # [4.0.0-alpha.12](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.11...@loopback/rest@4.0.0-alpha.12) (2017-12-01)
2252
1799
 
2253
1800
  ### Bug Fixes
2254
1801
 
2255
- * **rest:** move [@types](https://github.com/types)/http-errors from dev-dep ([11350bd](https://github.com/loopbackio/loopback-next/commit/11350bd))
2256
-
2257
-
2258
-
1802
+ - **rest:** move [@types](https://github.com/types)/http-errors from dev-dep
1803
+ ([11350bd](https://github.com/loopbackio/loopback-next/commit/11350bd))
2259
1804
 
2260
1805
  <a name="4.0.0-alpha.11"></a>
2261
- # [4.0.0-alpha.11](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.10...@loopback/rest@4.0.0-alpha.11) (2017-11-30)
2262
-
2263
-
2264
1806
 
1807
+ # [4.0.0-alpha.11](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.10...@loopback/rest@4.0.0-alpha.11) (2017-11-30)
2265
1808
 
2266
1809
  **Note:** Version bump only for package @loopback/rest
2267
1810
 
2268
1811
  <a name="4.0.0-alpha.10"></a>
2269
- # [4.0.0-alpha.10](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.9...@loopback/rest@4.0.0-alpha.10) (2017-11-29)
2270
1812
 
1813
+ # [4.0.0-alpha.10](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.9...@loopback/rest@4.0.0-alpha.10) (2017-11-29)
2271
1814
 
2272
1815
  ### Bug Fixes
2273
1816
 
2274
- * **rest:** Fix parameter description ([c3e6afc](https://github.com/loopbackio/loopback-next/commit/c3e6afc))
2275
- * **rest:** Improve rest metadata inheritance ([3f124f3](https://github.com/loopbackio/loopback-next/commit/3f124f3))
2276
- * **rest:** Listen on all interfaces if host is not configured ([99daf63](https://github.com/loopbackio/loopback-next/commit/99daf63))
2277
- * **rest:** Remove unused imports ([76a08ee](https://github.com/loopbackio/loopback-next/commit/76a08ee))
2278
-
2279
-
2280
-
1817
+ - **rest:** Fix parameter description
1818
+ ([c3e6afc](https://github.com/loopbackio/loopback-next/commit/c3e6afc))
1819
+ - **rest:** Improve rest metadata inheritance
1820
+ ([3f124f3](https://github.com/loopbackio/loopback-next/commit/3f124f3))
1821
+ - **rest:** Listen on all interfaces if host is not configured
1822
+ ([99daf63](https://github.com/loopbackio/loopback-next/commit/99daf63))
1823
+ - **rest:** Remove unused imports
1824
+ ([76a08ee](https://github.com/loopbackio/loopback-next/commit/76a08ee))
2281
1825
 
2282
1826
  <a name="4.0.0-alpha.9"></a>
2283
- # [4.0.0-alpha.9](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.8...@loopback/rest@4.0.0-alpha.9) (2017-11-14)
2284
1827
 
1828
+ # [4.0.0-alpha.9](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.8...@loopback/rest@4.0.0-alpha.9) (2017-11-14)
2285
1829
 
2286
1830
  ### Features
2287
1831
 
2288
- * **rest:** Make rest host and explorer configurable ([caa2598](https://github.com/loopbackio/loopback-next/commit/caa2598))
2289
-
2290
-
2291
-
1832
+ - **rest:** Make rest host and explorer configurable
1833
+ ([caa2598](https://github.com/loopbackio/loopback-next/commit/caa2598))
2292
1834
 
2293
1835
  <a name="4.0.0-alpha.8"></a>
2294
- # [4.0.0-alpha.8](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.7...@loopback/rest@4.0.0-alpha.8) (2017-11-09)
2295
1836
 
1837
+ # [4.0.0-alpha.8](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.7...@loopback/rest@4.0.0-alpha.8) (2017-11-09)
2296
1838
 
2297
1839
  ### Bug Fixes
2298
1840
 
2299
- * **rest:** Tidy up rest decorator metadata ([7d15bfe](https://github.com/loopbackio/loopback-next/commit/7d15bfe))
2300
-
1841
+ - **rest:** Tidy up rest decorator metadata
1842
+ ([7d15bfe](https://github.com/loopbackio/loopback-next/commit/7d15bfe))
2301
1843
 
2302
1844
  ### Features
2303
1845
 
2304
- * **rest:** Improve http error handling ([15d04fa](https://github.com/loopbackio/loopback-next/commit/15d04fa))
2305
- * **rest:** Improve result serialization for http ([d5bc53e](https://github.com/loopbackio/loopback-next/commit/d5bc53e))
2306
-
2307
-
2308
-
1846
+ - **rest:** Improve http error handling
1847
+ ([15d04fa](https://github.com/loopbackio/loopback-next/commit/15d04fa))
1848
+ - **rest:** Improve result serialization for http
1849
+ ([d5bc53e](https://github.com/loopbackio/loopback-next/commit/d5bc53e))
2309
1850
 
2310
1851
  <a name="4.0.0-alpha.7"></a>
2311
- # [4.0.0-alpha.7](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.6...@loopback/rest@4.0.0-alpha.7) (2017-11-06)
2312
-
2313
-
2314
1852
 
1853
+ # [4.0.0-alpha.7](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.6...@loopback/rest@4.0.0-alpha.7) (2017-11-06)
2315
1854
 
2316
1855
  **Note:** Version bump only for package @loopback/rest
2317
1856
 
2318
1857
  <a name="4.0.0-alpha.6"></a>
2319
- # [4.0.0-alpha.6](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.5...@loopback/rest@4.0.0-alpha.6) (2017-10-31)
2320
-
2321
-
2322
1858
 
1859
+ # [4.0.0-alpha.6](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.5...@loopback/rest@4.0.0-alpha.6) (2017-10-31)
2323
1860
 
2324
1861
  **Note:** Version bump only for package @loopback/rest
2325
1862
 
2326
1863
  <a name="4.0.0-alpha.5"></a>
2327
- # [4.0.0-alpha.5](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.4...@loopback/rest@4.0.0-alpha.5) (2017-10-31)
2328
-
2329
-
2330
1864
 
1865
+ # [4.0.0-alpha.5](https://github.com/loopbackio/loopback-next/compare/@loopback/rest@4.0.0-alpha.4...@loopback/rest@4.0.0-alpha.5) (2017-10-31)
2331
1866
 
2332
1867
  **Note:** Version bump only for package @loopback/rest
2333
1868
 
2334
1869
  <a name="4.0.0-alpha.4"></a>
2335
- # 4.0.0-alpha.4 (2017-10-25)
2336
1870
 
1871
+ # 4.0.0-alpha.4 (2017-10-25)
2337
1872
 
2338
1873
  ### Bug Fixes
2339
1874
 
2340
- * **rest:** Add index boilerplate ([02a025e](https://github.com/loopbackio/loopback-next/commit/02a025e))
2341
- * **rest:** convert primitives to strings ([2e1ca13](https://github.com/loopbackio/loopback-next/commit/2e1ca13))
2342
- * **rest:** Move server instantiation to class definition ([051b8e0](https://github.com/loopbackio/loopback-next/commit/051b8e0))
2343
- * **testlab:** Remove sinon-should integration ([8841fce](https://github.com/loopbackio/loopback-next/commit/8841fce))
2344
-
1875
+ - **rest:** Add index boilerplate
1876
+ ([02a025e](https://github.com/loopbackio/loopback-next/commit/02a025e))
1877
+ - **rest:** convert primitives to strings
1878
+ ([2e1ca13](https://github.com/loopbackio/loopback-next/commit/2e1ca13))
1879
+ - **rest:** Move server instantiation to class definition
1880
+ ([051b8e0](https://github.com/loopbackio/loopback-next/commit/051b8e0))
1881
+ - **testlab:** Remove sinon-should integration
1882
+ ([8841fce](https://github.com/loopbackio/loopback-next/commit/8841fce))
2345
1883
 
2346
1884
  ### Code Refactoring
2347
1885
 
2348
- * **core:** Component servers are now key-value pairs ([866953a](https://github.com/loopbackio/loopback-next/commit/866953a))
2349
-
1886
+ - **core:** Component servers are now key-value pairs
1887
+ ([866953a](https://github.com/loopbackio/loopback-next/commit/866953a))
2350
1888
 
2351
1889
  ### BREAKING CHANGES
2352
1890
 
2353
- * **core:** Components must now provide key-value pairs in an
2354
- object called "servers".
1891
+ - **core:** Components must now provide key-value pairs in an object called
1892
+ "servers".
2355
1893