@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,485 +10,339 @@ permalink: /doc/en/lb4/changelog.repository-json-schema.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.
13
+ All notable changes to this project will be documented in this file. See
14
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
15
15
 
16
- ## [6.0.2](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@6.0.1...@loopback/repository-json-schema@6.0.2) (2022-07-14)
16
+ ## [6.0.4](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@6.0.3...@loopback/repository-json-schema@6.0.4) (2022-10-13)
17
17
 
18
18
  **Note:** Version bump only for package @loopback/repository-json-schema
19
19
 
20
+ ## [6.0.3](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@6.0.2...@loopback/repository-json-schema@6.0.3) (2022-08-25)
20
21
 
22
+ **Note:** Version bump only for package @loopback/repository-json-schema
21
23
 
24
+ ## [6.0.2](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@6.0.1...@loopback/repository-json-schema@6.0.2) (2022-07-14)
22
25
 
26
+ **Note:** Version bump only for package @loopback/repository-json-schema
23
27
 
24
28
  ## [6.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@6.0.0...@loopback/repository-json-schema@6.0.1) (2022-06-13)
25
29
 
26
-
27
30
  ### Bug Fixes
28
31
 
29
- * fix build errors for TypeScript 4.7.x ([cf8eafd](https://github.com/loopbackio/loopback-next/commit/cf8eafd2fce8b833400be5303f0b15bfbb27f14b))
30
-
31
-
32
-
33
-
32
+ - fix build errors for TypeScript 4.7.x
33
+ ([cf8eafd](https://github.com/loopbackio/loopback-next/commit/cf8eafd2fce8b833400be5303f0b15bfbb27f14b))
34
34
 
35
35
  ## [6.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@5.1.2...@loopback/repository-json-schema@6.0.0) (2022-05-05)
36
36
 
37
-
38
37
  ### ⚠ BREAKING CHANGES
39
38
 
40
- * remove node v12 support
39
+ - remove node v12 support
41
40
 
42
41
  ### Features
43
42
 
44
- * add support for node v18 ([ccb4c61](https://github.com/loopbackio/loopback-next/commit/ccb4c61307d94ab7bb07a19c547dfc4fa7d388a8))
45
- * remove node v12 support ([5f66e5b](https://github.com/loopbackio/loopback-next/commit/5f66e5bd288ba806b3aa6550fc29c5009de8b60d))
46
-
47
-
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))
48
47
 
49
48
  ## [5.1.2](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@5.1.1...@loopback/repository-json-schema@5.1.2) (2022-03-29)
50
49
 
51
50
  **Note:** Version bump only for package @loopback/repository-json-schema
52
51
 
53
-
54
-
55
-
56
-
57
52
  ## [5.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@5.1.0...@loopback/repository-json-schema@5.1.1) (2022-02-28)
58
53
 
59
54
  **Note:** Version bump only for package @loopback/repository-json-schema
60
55
 
61
-
62
-
63
-
64
-
65
56
  # [5.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@5.0.1...@loopback/repository-json-schema@5.1.0) (2022-02-14)
66
57
 
67
-
68
58
  ### Features
69
59
 
70
- * update @types/node to v12 ([65a09a4](https://github.com/loopbackio/loopback-next/commit/65a09a406e4865f774f97b58af9e616733b8b255))
71
-
72
-
73
-
74
-
60
+ - update @types/node to v12
61
+ ([65a09a4](https://github.com/loopbackio/loopback-next/commit/65a09a406e4865f774f97b58af9e616733b8b255))
75
62
 
76
63
  ## [5.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@5.0.0...@loopback/repository-json-schema@5.0.1) (2022-01-11)
77
64
 
78
-
79
65
  ### Bug Fixes
80
66
 
81
- * do not cascade exclude list when building json schema ([20ebaea](https://github.com/loopbackio/loopback-next/commit/20ebaeaba32d7d587d36281b811bf7296699e6bb))
82
-
83
-
84
-
85
-
67
+ - do not cascade exclude list when building json schema
68
+ ([20ebaea](https://github.com/loopbackio/loopback-next/commit/20ebaeaba32d7d587d36281b811bf7296699e6bb))
86
69
 
87
70
  # [5.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@4.0.2...@loopback/repository-json-schema@5.0.0) (2021-11-18)
88
71
 
89
-
90
72
  ### Features
91
73
 
92
- * drop support for Node.js v10 ([9bcbbb3](https://github.com/loopbackio/loopback-next/commit/9bcbbb358ec3eabc3033d4e7e1c22b524a7069b3))
93
- * support Node.js v17 ([8d86c03](https://github.com/loopbackio/loopback-next/commit/8d86c03cb7047e2b1f18d05870628ef5783e71b2))
94
- * upgrade to TypeScript 4.5.2 ([72ece91](https://github.com/loopbackio/loopback-next/commit/72ece91289ecfdfd8747bb9888ad75db73e8ff4b))
95
-
74
+ - drop support for Node.js v10
75
+ ([9bcbbb3](https://github.com/loopbackio/loopback-next/commit/9bcbbb358ec3eabc3033d4e7e1c22b524a7069b3))
76
+ - support Node.js v17
77
+ ([8d86c03](https://github.com/loopbackio/loopback-next/commit/8d86c03cb7047e2b1f18d05870628ef5783e71b2))
78
+ - upgrade to TypeScript 4.5.2
79
+ ([72ece91](https://github.com/loopbackio/loopback-next/commit/72ece91289ecfdfd8747bb9888ad75db73e8ff4b))
96
80
 
97
81
  ### BREAKING CHANGES
98
82
 
99
- * drop support for Node.js v10
100
-
101
- Co-authored-by: Francisco Buceta <frbuceta@gmail.com>
102
- Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
103
-
104
-
105
-
83
+ - drop support for Node.js v10
106
84
 
85
+ Co-authored-by: Francisco Buceta <frbuceta@gmail.com> Signed-off-by: Rifa
86
+ Achrinza <25147899+achrinza@users.noreply.github.com>
107
87
 
108
88
  ## [4.0.2](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@4.0.1...@loopback/repository-json-schema@4.0.2) (2021-10-18)
109
89
 
110
-
111
90
  ### Bug Fixes
112
91
 
113
- * make sure json schema ref is built correctly for the subclass ([bb327dd](https://github.com/loopbackio/loopback-next/commit/bb327dd3d3b19592d11b672ef007058f1a2cf04e))
114
-
115
-
116
-
117
-
92
+ - make sure json schema ref is built correctly for the subclass
93
+ ([bb327dd](https://github.com/loopbackio/loopback-next/commit/bb327dd3d3b19592d11b672ef007058f1a2cf04e))
118
94
 
119
95
  ## [4.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@4.0.0...@loopback/repository-json-schema@4.0.1) (2021-09-16)
120
96
 
121
-
122
97
  ### Bug Fixes
123
98
 
124
- * relations in json schema ([365ad9c](https://github.com/loopbackio/loopback-next/commit/365ad9cd37a6219c6522e4590953d22f8c465821))
125
-
126
-
127
-
128
-
99
+ - relations in json schema
100
+ ([365ad9c](https://github.com/loopbackio/loopback-next/commit/365ad9cd37a6219c6522e4590953d22f8c465821))
129
101
 
130
102
  # [4.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@3.4.1...@loopback/repository-json-schema@4.0.0) (2021-07-15)
131
103
 
132
-
133
104
  ### Features
134
105
 
135
- * **rest:** upgrade to ajv@8.x ([d3b20ed](https://github.com/loopbackio/loopback-next/commit/d3b20edc142d5c014c17ffbfa69f74403793330f))
136
-
106
+ - **rest:** upgrade to ajv@8.x
107
+ ([d3b20ed](https://github.com/loopbackio/loopback-next/commit/d3b20edc142d5c014c17ffbfa69f74403793330f))
137
108
 
138
109
  ### BREAKING CHANGES
139
110
 
140
- * **rest:** We upgrade to ajv@8.x, which contains breaking changes
141
- for validations. See https://github.com/ajv-validator/ajv/blob/master/docs/v6-to-v8-migration.md.
111
+ - **rest:** We upgrade to ajv@8.x, which contains breaking changes for
112
+ validations. See
113
+ https://github.com/ajv-validator/ajv/blob/master/docs/v6-to-v8-migration.md.
142
114
 
143
115
  Signed-off-by: Raymond Feng <enjoyjava@gmail.com>
144
116
 
145
-
146
-
147
-
148
-
149
117
  ## [3.4.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@3.4.0...@loopback/repository-json-schema@3.4.1) (2021-06-10)
150
118
 
151
119
  **Note:** Version bump only for package @loopback/repository-json-schema
152
120
 
153
-
154
-
155
-
156
-
157
121
  # [3.4.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@3.3.1...@loopback/repository-json-schema@3.4.0) (2021-05-03)
158
122
 
159
-
160
123
  ### Features
161
124
 
162
- * support node v16 ([ac99415](https://github.com/loopbackio/loopback-next/commit/ac994154543bde22b4482ba98813351656db1b55))
163
-
164
-
165
-
166
-
125
+ - support node v16
126
+ ([ac99415](https://github.com/loopbackio/loopback-next/commit/ac994154543bde22b4482ba98813351656db1b55))
167
127
 
168
128
  ## [3.3.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@3.3.0...@loopback/repository-json-schema@3.3.1) (2021-04-06)
169
129
 
170
130
  **Note:** Version bump only for package @loopback/repository-json-schema
171
131
 
172
-
173
-
174
-
175
-
176
132
  # [3.3.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@3.2.2...@loopback/repository-json-schema@3.3.0) (2021-03-18)
177
133
 
178
-
179
134
  ### Features
180
135
 
181
- * update package-lock.json to v2 consistently ([dfc3fbd](https://github.com/loopbackio/loopback-next/commit/dfc3fbdae0c9ca9f34c64154a471bef22d5ac6b7))
182
-
183
-
184
-
185
-
136
+ - update package-lock.json to v2 consistently
137
+ ([dfc3fbd](https://github.com/loopbackio/loopback-next/commit/dfc3fbdae0c9ca9f34c64154a471bef22d5ac6b7))
186
138
 
187
139
  ## [3.2.2](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@3.2.1...@loopback/repository-json-schema@3.2.2) (2021-02-09)
188
140
 
189
141
  **Note:** Version bump only for package @loopback/repository-json-schema
190
142
 
191
-
192
-
193
-
194
-
195
143
  ## [3.2.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@3.2.0...@loopback/repository-json-schema@3.2.1) (2021-01-21)
196
144
 
197
145
  **Note:** Version bump only for package @loopback/repository-json-schema
198
146
 
199
-
200
-
201
-
202
-
203
147
  # [3.2.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@3.1.1...@loopback/repository-json-schema@3.2.0) (2020-12-07)
204
148
 
205
-
206
149
  ### Features
207
150
 
208
- * **filter:** introduce simpler syntax for inclusion ([2fe32ac](https://github.com/loopbackio/loopback-next/commit/2fe32ac0f9c820ff1df242ea6e32c972a4dee383))
209
-
210
-
211
-
212
-
151
+ - **filter:** introduce simpler syntax for inclusion
152
+ ([2fe32ac](https://github.com/loopbackio/loopback-next/commit/2fe32ac0f9c820ff1df242ea6e32c972a4dee383))
213
153
 
214
154
  ## [3.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@3.1.0...@loopback/repository-json-schema@3.1.1) (2020-11-18)
215
155
 
216
156
  **Note:** Version bump only for package @loopback/repository-json-schema
217
157
 
218
-
219
-
220
-
221
-
222
158
  # [3.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@3.0.2...@loopback/repository-json-schema@3.1.0) (2020-11-05)
223
159
 
224
-
225
160
  ### Features
226
161
 
227
- * **filter:** allow use an array in filter.fields ([ec386c1](https://github.com/loopbackio/loopback-next/commit/ec386c15bce904c770a9be51f21d4ff3592dd1af))
228
-
229
-
230
-
231
-
162
+ - **filter:** allow use an array in filter.fields
163
+ ([ec386c1](https://github.com/loopbackio/loopback-next/commit/ec386c15bce904c770a9be51f21d4ff3592dd1af))
232
164
 
233
165
  ## [3.0.2](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@3.0.1...@loopback/repository-json-schema@3.0.2) (2020-10-07)
234
166
 
235
167
  **Note:** Version bump only for package @loopback/repository-json-schema
236
168
 
237
-
238
-
239
-
240
-
241
169
  ## [3.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@3.0.0...@loopback/repository-json-schema@3.0.1) (2020-09-17)
242
170
 
243
171
  **Note:** Version bump only for package @loopback/repository-json-schema
244
172
 
245
-
246
-
247
-
248
-
249
173
  # [3.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@2.4.10...@loopback/repository-json-schema@3.0.0) (2020-09-15)
250
174
 
251
-
252
175
  ### Bug Fixes
253
176
 
254
- * improve handling of missing design-time type metadata ([95b6a2b](https://github.com/loopbackio/loopback-next/commit/95b6a2b7ce64e614720df43b905f77a53a54e438))
255
-
177
+ - improve handling of missing design-time type metadata
178
+ ([95b6a2b](https://github.com/loopbackio/loopback-next/commit/95b6a2b7ce64e614720df43b905f77a53a54e438))
256
179
 
257
180
  ### Features
258
181
 
259
- * move framework packages to `devDependencies` ([e2c61ce](https://github.com/loopbackio/loopback-next/commit/e2c61ce79aa68d76f6e7138642034160b50063f0))
260
-
182
+ - move framework packages to `devDependencies`
183
+ ([e2c61ce](https://github.com/loopbackio/loopback-next/commit/e2c61ce79aa68d76f6e7138642034160b50063f0))
261
184
 
262
185
  ### BREAKING CHANGES
263
186
 
264
- * components no longer install core framework packages as
265
- their own dependencies, they use the framework packages provided by the
266
- target application instead.
187
+ - components no longer install core framework packages as their own
188
+ dependencies, they use the framework packages provided by the target
189
+ application instead.
267
190
 
268
- If you are getting `npm install` errors after upgrade, then make sure
269
- your project lists all dependencies required by the extensions you are
270
- using.
191
+ If you are getting `npm install` errors after upgrade, then make sure your
192
+ project lists all dependencies required by the extensions you are using.
271
193
 
272
194
  Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
273
195
 
274
-
275
-
276
-
277
-
278
196
  ## [2.4.10](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@2.4.9...@loopback/repository-json-schema@2.4.10) (2020-08-27)
279
197
 
280
-
281
198
  ### Bug Fixes
282
199
 
283
- * **repository-json-schema:** allows string-based order filter ([c10dca9](https://github.com/loopbackio/loopback-next/commit/c10dca990f73d80c70752ae72fd1006bb356991d)), closes [#6140](https://github.com/loopbackio/loopback-next/issues/6140)
284
-
285
-
286
-
287
-
200
+ - **repository-json-schema:** allows string-based order filter
201
+ ([c10dca9](https://github.com/loopbackio/loopback-next/commit/c10dca990f73d80c70752ae72fd1006bb356991d)),
202
+ closes [#6140](https://github.com/loopbackio/loopback-next/issues/6140)
288
203
 
289
204
  ## [2.4.9](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@2.4.8...@loopback/repository-json-schema@2.4.9) (2020-08-19)
290
205
 
291
206
  **Note:** Version bump only for package @loopback/repository-json-schema
292
207
 
293
-
294
-
295
-
296
-
297
208
  ## [2.4.8](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@2.4.7...@loopback/repository-json-schema@2.4.8) (2020-08-05)
298
209
 
299
210
  **Note:** Version bump only for package @loopback/repository-json-schema
300
211
 
301
-
302
-
303
-
304
-
305
212
  ## [2.4.7](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@2.4.6...@loopback/repository-json-schema@2.4.7) (2020-07-20)
306
213
 
307
-
308
214
  ### Bug Fixes
309
215
 
310
- * nested scope filter ([b29d6d7](https://github.com/loopbackio/loopback-next/commit/b29d6d7938b0d07e927b0939745b76cfff91272b))
311
- * **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)
312
-
313
-
314
-
315
-
216
+ - nested scope filter
217
+ ([b29d6d7](https://github.com/loopbackio/loopback-next/commit/b29d6d7938b0d07e927b0939745b76cfff91272b))
218
+ - **repository-json-schema:** added type 'object' to model json schema
219
+ ([5c5f9ef](https://github.com/loopbackio/loopback-next/commit/5c5f9efcfdea7788503d74610e7ce64f31abc7cd)),
220
+ closes [#3804](https://github.com/loopbackio/loopback-next/issues/3804)
316
221
 
317
222
  ## [2.4.6](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@2.4.5...@loopback/repository-json-schema@2.4.6) (2020-06-30)
318
223
 
319
224
  **Note:** Version bump only for package @loopback/repository-json-schema
320
225
 
321
-
322
-
323
-
324
-
325
226
  ## [2.4.5](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@2.4.4...@loopback/repository-json-schema@2.4.5) (2020-06-23)
326
227
 
327
-
328
228
  ### Bug Fixes
329
229
 
330
- * set node version to >=10.16 to support events.once ([e39da1c](https://github.com/loopbackio/loopback-next/commit/e39da1ca47728eafaf83c10ce35b09b03b6a4edc))
331
-
332
-
333
-
334
-
230
+ - set node version to >=10.16 to support events.once
231
+ ([e39da1c](https://github.com/loopbackio/loopback-next/commit/e39da1ca47728eafaf83c10ce35b09b03b6a4edc))
335
232
 
336
233
  ## [2.4.4](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@2.4.3...@loopback/repository-json-schema@2.4.4) (2020-06-11)
337
234
 
338
235
  **Note:** Version bump only for package @loopback/repository-json-schema
339
236
 
340
-
341
-
342
-
343
-
344
237
  ## [2.4.3](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@2.4.2...@loopback/repository-json-schema@2.4.3) (2020-05-28)
345
238
 
346
-
347
239
  ### Bug Fixes
348
240
 
349
- * array decorator ([08ba68d](https://github.com/loopbackio/loopback-next/commit/08ba68d34d23919db23f3aaecc3dc97dc1d09763))
350
-
351
-
352
-
353
-
241
+ - array decorator
242
+ ([08ba68d](https://github.com/loopbackio/loopback-next/commit/08ba68d34d23919db23f3aaecc3dc97dc1d09763))
354
243
 
355
244
  ## [2.4.2](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@2.4.1...@loopback/repository-json-schema@2.4.2) (2020-05-20)
356
245
 
357
246
  **Note:** Version bump only for package @loopback/repository-json-schema
358
247
 
359
-
360
-
361
-
362
-
363
248
  ## [2.4.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@2.4.0...@loopback/repository-json-schema@2.4.1) (2020-05-19)
364
249
 
365
-
366
250
  ### Bug Fixes
367
251
 
368
- * **repository-json-schema:** honor excluded "include" property ([3888f60](https://github.com/loopbackio/loopback-next/commit/3888f60357be7006fc3aff250d291f53c0ca355e))
369
-
370
-
371
-
372
-
252
+ - **repository-json-schema:** honor excluded "include" property
253
+ ([3888f60](https://github.com/loopbackio/loopback-next/commit/3888f60357be7006fc3aff250d291f53c0ca355e))
373
254
 
374
255
  # [2.4.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@2.3.0...@loopback/repository-json-schema@2.4.0) (2020-05-07)
375
256
 
376
-
377
257
  ### Features
378
258
 
379
- * **repository-json-schema:** improve schema building for null/undefined types ([845914b](https://github.com/loopbackio/loopback-next/commit/845914be5a3660edf4833bcccd7e7aa2f2cfb3f2))
380
-
381
-
382
-
383
-
259
+ - **repository-json-schema:** improve schema building for null/undefined types
260
+ ([845914b](https://github.com/loopbackio/loopback-next/commit/845914be5a3660edf4833bcccd7e7aa2f2cfb3f2))
384
261
 
385
262
  # [2.3.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@2.2.1...@loopback/repository-json-schema@2.3.0) (2020-04-29)
386
263
 
387
-
388
264
  ### Bug Fixes
389
265
 
390
- * **repository-json-schema:** avoid title inheritance ([723bc34](https://github.com/loopbackio/loopback-next/commit/723bc3401753e4ba8f4e421e468c0bfca66582c8))
391
-
266
+ - **repository-json-schema:** avoid title inheritance
267
+ ([723bc34](https://github.com/loopbackio/loopback-next/commit/723bc3401753e4ba8f4e421e468c0bfca66582c8))
392
268
 
393
269
  ### Features
394
270
 
395
- * populate x-typescript-type for openapi schema ([02a2633](https://github.com/loopbackio/loopback-next/commit/02a26339e8a49b92148aa9c05179458a4bc85a70))
396
-
397
-
398
-
399
-
271
+ - populate x-typescript-type for openapi schema
272
+ ([02a2633](https://github.com/loopbackio/loopback-next/commit/02a26339e8a49b92148aa9c05179458a4bc85a70))
400
273
 
401
274
  ## [2.2.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@2.2.0...@loopback/repository-json-schema@2.2.1) (2020-04-23)
402
275
 
403
276
  **Note:** Version bump only for package @loopback/repository-json-schema
404
277
 
405
-
406
-
407
-
408
-
409
278
  # [2.2.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@2.1.1...@loopback/repository-json-schema@2.2.0) (2020-04-22)
410
279
 
411
-
412
280
  ### Bug Fixes
413
281
 
414
- * omit title for relation schemas ([694a9eb](https://github.com/loopbackio/loopback-next/commit/694a9eb7aec9b8d6ef691e59b20d84224713dccf))
415
-
282
+ - omit title for relation schemas
283
+ ([694a9eb](https://github.com/loopbackio/loopback-next/commit/694a9eb7aec9b8d6ef691e59b20d84224713dccf))
416
284
 
417
285
  ### Features
418
286
 
419
- * **repository-json-schema:** allow jsonSchema for model definitions ([05370bc](https://github.com/loopbackio/loopback-next/commit/05370bcc4cc7707ffd018cd6fbfc925935b05a8d))
420
- * update package.json and .travis.yml for builds ([cb2b8e6](https://github.com/loopbackio/loopback-next/commit/cb2b8e6a18616dda7783c0193091039d4e608131))
421
-
422
-
423
-
424
-
287
+ - **repository-json-schema:** allow jsonSchema for model definitions
288
+ ([05370bc](https://github.com/loopbackio/loopback-next/commit/05370bcc4cc7707ffd018cd6fbfc925935b05a8d))
289
+ - update package.json and .travis.yml for builds
290
+ ([cb2b8e6](https://github.com/loopbackio/loopback-next/commit/cb2b8e6a18616dda7783c0193091039d4e608131))
425
291
 
426
292
  ## [2.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@2.1.0...@loopback/repository-json-schema@2.1.1) (2020-04-11)
427
293
 
428
294
  **Note:** Version bump only for package @loopback/repository-json-schema
429
295
 
430
-
431
-
432
-
433
-
434
296
  # [2.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@2.0.2...@loopback/repository-json-schema@2.1.0) (2020-04-08)
435
297
 
436
-
437
298
  ### Bug Fixes
438
299
 
439
- * **repository-json-schema:** honor {partial: 'deep'} options for referenced types ([6685560](https://github.com/loopbackio/loopback-next/commit/66855602cff3c2d58c68895e4aeb3da950d7f33f))
440
-
300
+ - **repository-json-schema:** honor {partial: 'deep'} options for referenced
301
+ types
302
+ ([6685560](https://github.com/loopbackio/loopback-next/commit/66855602cff3c2d58c68895e4aeb3da950d7f33f))
441
303
 
442
304
  ### Features
443
305
 
444
- * support any type ([03ce221](https://github.com/loopbackio/loopback-next/commit/03ce221bb41a2ecd296ba235fe342d488fa2d639))
445
-
446
-
447
-
448
-
306
+ - support any type
307
+ ([03ce221](https://github.com/loopbackio/loopback-next/commit/03ce221bb41a2ecd296ba235fe342d488fa2d639))
449
308
 
450
309
  ## [2.0.2](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@2.0.1...@loopback/repository-json-schema@2.0.2) (2020-03-24)
451
310
 
452
-
453
311
  ### Bug Fixes
454
312
 
455
- * **repository-json-schema:** fix schema generation for model inheritance ([5417ed5](https://github.com/loopbackio/loopback-next/commit/5417ed5fdbf0508f1882186d9cbff64ecfb10699))
456
-
457
-
458
-
459
-
313
+ - **repository-json-schema:** fix schema generation for model inheritance
314
+ ([5417ed5](https://github.com/loopbackio/loopback-next/commit/5417ed5fdbf0508f1882186d9cbff64ecfb10699))
460
315
 
461
316
  ## [2.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@2.0.0...@loopback/repository-json-schema@2.0.1) (2020-03-17)
462
317
 
463
318
  **Note:** Version bump only for package @loopback/repository-json-schema
464
319
 
465
-
466
-
467
-
468
-
469
320
  # [2.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.12.2...@loopback/repository-json-schema@2.0.0) (2020-03-05)
470
321
 
471
-
472
322
  ### chore
473
323
 
474
- * remove support for Node.js v8.x ([4281d9d](https://github.com/loopbackio/loopback-next/commit/4281d9df50f0715d32879e1442a90b643ec8f542))
475
-
324
+ - remove support for Node.js v8.x
325
+ ([4281d9d](https://github.com/loopbackio/loopback-next/commit/4281d9df50f0715d32879e1442a90b643ec8f542))
476
326
 
477
327
  ### Features
478
328
 
479
- * improve filter schema to allow exclusion ([be73660](https://github.com/loopbackio/loopback-next/commit/be736601dcf91b8b322470fc08c9ed42260fa60c))
480
- * **repository-json-schema:** remove deprecated `MODEL_TYPE_KEYS` ([5bc2121](https://github.com/loopbackio/loopback-next/commit/5bc21219ff3beb792c6d11ac12bfc1b58aee5c09))
481
- * add `tslib` as dependency ([a6e0b4c](https://github.com/loopbackio/loopback-next/commit/a6e0b4ce7b862764167cefedee14c1115b25e0a4)), closes [#4676](https://github.com/loopbackio/loopback-next/issues/4676)
482
-
329
+ - improve filter schema to allow exclusion
330
+ ([be73660](https://github.com/loopbackio/loopback-next/commit/be736601dcf91b8b322470fc08c9ed42260fa60c))
331
+ - **repository-json-schema:** remove deprecated `MODEL_TYPE_KEYS`
332
+ ([5bc2121](https://github.com/loopbackio/loopback-next/commit/5bc21219ff3beb792c6d11ac12bfc1b58aee5c09))
333
+ - add `tslib` as dependency
334
+ ([a6e0b4c](https://github.com/loopbackio/loopback-next/commit/a6e0b4ce7b862764167cefedee14c1115b25e0a4)),
335
+ closes [#4676](https://github.com/loopbackio/loopback-next/issues/4676)
483
336
 
484
337
  ### BREAKING CHANGES
485
338
 
486
- * **repository-json-schema:** The following constants are no longer available:
487
- - `MODEL_TYPE_KEYS.ModelOnly`
488
- - `MODEL_TYPE_KEYS.ModelWithRelations`
339
+ - **repository-json-schema:** The following constants are no longer available:
340
+
341
+ * `MODEL_TYPE_KEYS.ModelOnly`
342
+ * `MODEL_TYPE_KEYS.ModelWithRelations`
489
343
 
490
- Please use the helper `buildModelCacheKey` to obtain the cache key
491
- for a given set of schema options.
344
+ Please use the helper `buildModelCacheKey` to obtain the cache key for a given
345
+ set of schema options.
492
346
 
493
347
  ```diff
494
348
  - MODEL_TYPE_KEYS.ModelOnly
@@ -499,1130 +353,782 @@ for a given set of schema options.
499
353
  ```
500
354
 
501
355
  Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
502
- * Node.js v8.x is now end of life. Please upgrade to version
503
- 10 and above. See https://nodejs.org/en/about/releases.
504
-
505
-
506
-
507
356
 
357
+ - Node.js v8.x is now end of life. Please upgrade to version 10 and above. See
358
+ https://nodejs.org/en/about/releases.
508
359
 
509
360
  ## [1.12.2](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.12.1...@loopback/repository-json-schema@1.12.2) (2020-02-06)
510
361
 
511
362
  **Note:** Version bump only for package @loopback/repository-json-schema
512
363
 
513
-
514
-
515
-
516
-
517
364
  ## [1.12.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.12.0...@loopback/repository-json-schema@1.12.1) (2020-02-05)
518
365
 
519
366
  **Note:** Version bump only for package @loopback/repository-json-schema
520
367
 
521
-
522
-
523
-
524
-
525
368
  # [1.12.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.11.4...@loopback/repository-json-schema@1.12.0) (2020-01-27)
526
369
 
527
-
528
370
  ### Features
529
371
 
530
- * **repository-json-schema:** add filter title ([2d65971](https://github.com/loopbackio/loopback-next/commit/2d6597133885c16c132221cef80893093fa3d289))
531
- * **repository-json-schema:** add title to filter schemas ([6105883](https://github.com/loopbackio/loopback-next/commit/6105883967ca5853cc8990f423d9febd1eb07101))
532
-
533
-
534
-
535
-
372
+ - **repository-json-schema:** add filter title
373
+ ([2d65971](https://github.com/loopbackio/loopback-next/commit/2d6597133885c16c132221cef80893093fa3d289))
374
+ - **repository-json-schema:** add title to filter schemas
375
+ ([6105883](https://github.com/loopbackio/loopback-next/commit/6105883967ca5853cc8990f423d9febd1eb07101))
536
376
 
537
377
  ## [1.11.4](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.11.3...@loopback/repository-json-schema@1.11.4) (2020-01-07)
538
378
 
539
379
  **Note:** Version bump only for package @loopback/repository-json-schema
540
380
 
541
-
542
-
543
-
544
-
545
381
  ## [1.11.3](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.11.2...@loopback/repository-json-schema@1.11.3) (2019-12-09)
546
382
 
547
383
  **Note:** Version bump only for package @loopback/repository-json-schema
548
384
 
549
-
550
-
551
-
552
-
553
385
  ## [1.11.2](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.11.1...@loopback/repository-json-schema@1.11.2) (2019-11-25)
554
386
 
555
387
  **Note:** Version bump only for package @loopback/repository-json-schema
556
388
 
557
-
558
-
559
-
560
-
561
389
  ## [1.11.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.11.0...@loopback/repository-json-schema@1.11.1) (2019-11-12)
562
390
 
563
391
  **Note:** Version bump only for package @loopback/repository-json-schema
564
392
 
565
-
566
-
567
-
568
-
569
393
  # [1.11.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.10.3...@loopback/repository-json-schema@1.11.0) (2019-10-24)
570
394
 
571
-
572
395
  ### Bug Fixes
573
396
 
574
- * allow json schema with circular refs to be converted to OpenAPI schema ([cd5ca92](https://github.com/loopbackio/loopback-next/commit/cd5ca92c368ae35bc10d8847b3b0d379f7196544))
575
-
397
+ - allow json schema with circular refs to be converted to OpenAPI schema
398
+ ([cd5ca92](https://github.com/loopbackio/loopback-next/commit/cd5ca92c368ae35bc10d8847b3b0d379f7196544))
576
399
 
577
400
  ### Features
578
401
 
579
- * **openapi-v3:** copy first example from examples to schema ([0c7843a](https://github.com/loopbackio/loopback-next/commit/0c7843abd82b391557d807e7bbd80e4c7b2ae8fd))
580
- * improve debug logs for schema generators ([da88cdf](https://github.com/loopbackio/loopback-next/commit/da88cdf9c75b0ca498b86f7cd5729f78a4b160f7))
581
- * simplify model schema with excluded properties ([b554ac8](https://github.com/loopbackio/loopback-next/commit/b554ac8a08a518f112d111ebabcac48279ada7f8))
582
- * **repository-json-schema:** forbid additional properties in model data ([5fc8d53](https://github.com/loopbackio/loopback-next/commit/5fc8d532c56c3dbb700c414df5b02730fb1c7764))
583
-
584
-
585
-
586
-
402
+ - **openapi-v3:** copy first example from examples to schema
403
+ ([0c7843a](https://github.com/loopbackio/loopback-next/commit/0c7843abd82b391557d807e7bbd80e4c7b2ae8fd))
404
+ - improve debug logs for schema generators
405
+ ([da88cdf](https://github.com/loopbackio/loopback-next/commit/da88cdf9c75b0ca498b86f7cd5729f78a4b160f7))
406
+ - simplify model schema with excluded properties
407
+ ([b554ac8](https://github.com/loopbackio/loopback-next/commit/b554ac8a08a518f112d111ebabcac48279ada7f8))
408
+ - **repository-json-schema:** forbid additional properties in model data
409
+ ([5fc8d53](https://github.com/loopbackio/loopback-next/commit/5fc8d532c56c3dbb700c414df5b02730fb1c7764))
587
410
 
588
411
  ## [1.10.3](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.10.2...@loopback/repository-json-schema@1.10.3) (2019-10-07)
589
412
 
590
413
  **Note:** Version bump only for package @loopback/repository-json-schema
591
414
 
592
-
593
-
594
-
595
-
596
415
  ## [1.10.2](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.10.1...@loopback/repository-json-schema@1.10.2) (2019-09-28)
597
416
 
598
417
  **Note:** Version bump only for package @loopback/repository-json-schema
599
418
 
600
-
601
-
602
-
603
-
604
419
  ## [1.10.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.10.0...@loopback/repository-json-schema@1.10.1) (2019-09-27)
605
420
 
606
-
607
421
  ### Bug Fixes
608
422
 
609
- * **repository-json-schema:** generate schema title compatible with validation in azure ([b518876](https://github.com/loopbackio/loopback-next/commit/b518876))
610
-
611
-
612
-
613
-
423
+ - **repository-json-schema:** generate schema title compatible with validation
424
+ in azure
425
+ ([b518876](https://github.com/loopbackio/loopback-next/commit/b518876))
614
426
 
615
427
  # [1.10.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.9.7...@loopback/repository-json-schema@1.10.0) (2019-09-17)
616
428
 
617
-
618
429
  ### Features
619
430
 
620
- * **repository-json-schema:** introduce new option "title" ([7664b3e](https://github.com/loopbackio/loopback-next/commit/7664b3e))
621
-
622
-
623
-
624
-
431
+ - **repository-json-schema:** introduce new option "title"
432
+ ([7664b3e](https://github.com/loopbackio/loopback-next/commit/7664b3e))
625
433
 
626
434
  ## [1.9.7](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.9.6...@loopback/repository-json-schema@1.9.7) (2019-09-06)
627
435
 
628
-
629
436
  ### Bug Fixes
630
437
 
631
- * **repository-json-schema:** allow recursive model definitions ([1221e0b](https://github.com/loopbackio/loopback-next/commit/1221e0b))
632
-
633
-
634
-
635
-
438
+ - **repository-json-schema:** allow recursive model definitions
439
+ ([1221e0b](https://github.com/loopbackio/loopback-next/commit/1221e0b))
636
440
 
637
441
  ## [1.9.6](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.9.5...@loopback/repository-json-schema@1.9.6) (2019-09-03)
638
442
 
639
443
  **Note:** Version bump only for package @loopback/repository-json-schema
640
444
 
641
-
642
-
643
-
644
-
645
445
  ## [1.9.5](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.9.4...@loopback/repository-json-schema@1.9.5) (2019-08-19)
646
446
 
647
447
  **Note:** Version bump only for package @loopback/repository-json-schema
648
448
 
649
-
650
-
651
-
652
-
653
449
  ## [1.9.4](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.9.3...@loopback/repository-json-schema@1.9.4) (2019-08-15)
654
450
 
655
451
  **Note:** Version bump only for package @loopback/repository-json-schema
656
452
 
657
-
658
-
659
-
660
-
661
453
  ## [1.9.3](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.9.2...@loopback/repository-json-schema@1.9.3) (2019-08-15)
662
454
 
663
-
664
455
  ### Bug Fixes
665
456
 
666
- * **repository-json-schema:** make exclude option reject properties ([35027c4](https://github.com/loopbackio/loopback-next/commit/35027c4))
667
-
668
-
669
-
670
-
457
+ - **repository-json-schema:** make exclude option reject properties
458
+ ([35027c4](https://github.com/loopbackio/loopback-next/commit/35027c4))
671
459
 
672
460
  ## [1.9.2](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.9.1...@loopback/repository-json-schema@1.9.2) (2019-07-31)
673
461
 
674
-
675
462
  ### Bug Fixes
676
463
 
677
- * enforce JsonSchemaOptions type when building model schema ([9bbc932](https://github.com/loopbackio/loopback-next/commit/9bbc932))
678
-
679
-
680
-
681
-
464
+ - enforce JsonSchemaOptions type when building model schema
465
+ ([9bbc932](https://github.com/loopbackio/loopback-next/commit/9bbc932))
682
466
 
683
467
  ## [1.9.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.9.0...@loopback/repository-json-schema@1.9.1) (2019-07-26)
684
468
 
685
469
  **Note:** Version bump only for package @loopback/repository-json-schema
686
470
 
687
-
688
-
689
-
690
-
691
471
  # [1.9.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.8.0...@loopback/repository-json-schema@1.9.0) (2019-07-17)
692
472
 
693
-
694
473
  ### Features
695
474
 
696
- * **repository-json-schema:** add an option to exclude properties from schema ([53ac940](https://github.com/loopbackio/loopback-next/commit/53ac940))
697
- * **repository-json-schema:** add an option to make properties optional ([946de02](https://github.com/loopbackio/loopback-next/commit/946de02))
698
-
699
-
700
-
701
-
475
+ - **repository-json-schema:** add an option to exclude properties from schema
476
+ ([53ac940](https://github.com/loopbackio/loopback-next/commit/53ac940))
477
+ - **repository-json-schema:** add an option to make properties optional
478
+ ([946de02](https://github.com/loopbackio/loopback-next/commit/946de02))
702
479
 
703
480
  # [1.8.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.7.2...@loopback/repository-json-schema@1.8.0) (2019-06-28)
704
481
 
705
-
706
482
  ### Bug Fixes
707
483
 
708
- * address violations of "no-floating-promises" rule ([0947531](https://github.com/loopbackio/loopback-next/commit/0947531))
709
-
484
+ - address violations of "no-floating-promises" rule
485
+ ([0947531](https://github.com/loopbackio/loopback-next/commit/0947531))
710
486
 
711
487
  ### Features
712
488
 
713
- * **repository-json-schema:** add an option to emit partial schema ([14af423](https://github.com/loopbackio/loopback-next/commit/14af423))
714
-
715
-
716
-
717
-
489
+ - **repository-json-schema:** add an option to emit partial schema
490
+ ([14af423](https://github.com/loopbackio/loopback-next/commit/14af423))
718
491
 
719
492
  ## [1.7.2](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.7.1...@loopback/repository-json-schema@1.7.2) (2019-06-21)
720
493
 
721
494
  **Note:** Version bump only for package @loopback/repository-json-schema
722
495
 
723
-
724
-
725
-
726
-
727
496
  ## [1.7.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.7.0...@loopback/repository-json-schema@1.7.1) (2019-06-20)
728
497
 
729
498
  **Note:** Version bump only for package @loopback/repository-json-schema
730
499
 
731
-
732
-
733
-
734
-
735
500
  # [1.7.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.6.1...@loopback/repository-json-schema@1.7.0) (2019-06-17)
736
501
 
737
-
738
502
  ### Features
739
503
 
740
- * **repository-json-schema:** enhance getJsonSchema to describe navigational properties ([7801f59](https://github.com/loopbackio/loopback-next/commit/7801f59)), closes [#2630](https://github.com/loopbackio/loopback-next/issues/2630)
741
-
742
-
743
-
744
-
504
+ - **repository-json-schema:** enhance getJsonSchema to describe navigational
505
+ properties
506
+ ([7801f59](https://github.com/loopbackio/loopback-next/commit/7801f59)),
507
+ closes [#2630](https://github.com/loopbackio/loopback-next/issues/2630)
745
508
 
746
509
  ## [1.6.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.6.0...@loopback/repository-json-schema@1.6.1) (2019-06-06)
747
510
 
748
511
  **Note:** Version bump only for package @loopback/repository-json-schema
749
512
 
750
-
751
-
752
-
753
-
754
513
  # [1.6.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.5.1...@loopback/repository-json-schema@1.6.0) (2019-06-03)
755
514
 
756
-
757
515
  ### Features
758
516
 
759
- * replace tslint with eslint ([44185a7](https://github.com/loopbackio/loopback-next/commit/44185a7))
760
-
761
-
762
-
763
-
517
+ - replace tslint with eslint
518
+ ([44185a7](https://github.com/loopbackio/loopback-next/commit/44185a7))
764
519
 
765
520
  ## [1.5.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.5.0...@loopback/repository-json-schema@1.5.1) (2019-05-31)
766
521
 
767
522
  **Note:** Version bump only for package @loopback/repository-json-schema
768
523
 
769
-
770
-
771
-
772
-
773
524
  # [1.5.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.4.8...@loopback/repository-json-schema@1.5.0) (2019-05-30)
774
525
 
775
-
776
526
  ### Features
777
527
 
778
- * helpers for building JSON/OpenAPI schema referencing shared definitions ([bf07ff9](https://github.com/loopbackio/loopback-next/commit/bf07ff9))
779
-
780
-
781
-
782
-
528
+ - helpers for building JSON/OpenAPI schema referencing shared definitions
529
+ ([bf07ff9](https://github.com/loopbackio/loopback-next/commit/bf07ff9))
783
530
 
784
531
  ## [1.4.8](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.4.7...@loopback/repository-json-schema@1.4.8) (2019-05-23)
785
532
 
786
533
  **Note:** Version bump only for package @loopback/repository-json-schema
787
534
 
788
-
789
-
790
-
791
-
792
535
  ## [1.4.7](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.4.6...@loopback/repository-json-schema@1.4.7) (2019-05-14)
793
536
 
794
537
  **Note:** Version bump only for package @loopback/repository-json-schema
795
538
 
796
-
797
-
798
-
799
-
800
539
  ## [1.4.6](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.4.5...@loopback/repository-json-schema@1.4.6) (2019-05-10)
801
540
 
802
541
  **Note:** Version bump only for package @loopback/repository-json-schema
803
542
 
804
-
805
-
806
-
807
-
808
543
  ## [1.4.5](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.4.4...@loopback/repository-json-schema@1.4.5) (2019-05-09)
809
544
 
810
545
  **Note:** Version bump only for package @loopback/repository-json-schema
811
546
 
812
-
813
-
814
-
815
-
816
547
  ## [1.4.4](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.4.3...@loopback/repository-json-schema@1.4.4) (2019-05-06)
817
548
 
818
549
  **Note:** Version bump only for package @loopback/repository-json-schema
819
550
 
820
-
821
-
822
-
823
-
824
551
  ## [1.4.3](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.4.2...@loopback/repository-json-schema@1.4.3) (2019-04-26)
825
552
 
826
-
827
553
  ### Bug Fixes
828
554
 
829
- * **repository-json-schema:** resolve the circular reference ([9b49773](https://github.com/loopbackio/loopback-next/commit/9b49773))
830
-
831
-
832
-
833
-
555
+ - **repository-json-schema:** resolve the circular reference
556
+ ([9b49773](https://github.com/loopbackio/loopback-next/commit/9b49773))
834
557
 
835
558
  ## [1.4.2](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.4.1...@loopback/repository-json-schema@1.4.2) (2019-04-20)
836
559
 
837
560
  **Note:** Version bump only for package @loopback/repository-json-schema
838
561
 
839
-
840
-
841
-
842
-
843
562
  ## [1.4.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.4.0...@loopback/repository-json-schema@1.4.1) (2019-04-11)
844
563
 
845
564
  **Note:** Version bump only for package @loopback/repository-json-schema
846
565
 
847
-
848
-
849
-
850
-
851
566
  # [1.4.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.3.7...@loopback/repository-json-schema@1.4.0) (2019-04-09)
852
567
 
853
-
854
568
  ### Features
855
569
 
856
- * **repository-json-schema:** refactor metaToJsonProperty to accept custom jsonSchema ([d0014c6](https://github.com/loopbackio/loopback-next/commit/d0014c6))
857
-
858
-
859
-
860
-
570
+ - **repository-json-schema:** refactor metaToJsonProperty to accept custom
571
+ jsonSchema
572
+ ([d0014c6](https://github.com/loopbackio/loopback-next/commit/d0014c6))
861
573
 
862
574
  ## [1.3.7](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.3.6...@loopback/repository-json-schema@1.3.7) (2019-04-05)
863
575
 
864
576
  **Note:** Version bump only for package @loopback/repository-json-schema
865
577
 
866
-
867
-
868
-
869
-
870
578
  ## [1.3.6](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.3.5...@loopback/repository-json-schema@1.3.6) (2019-03-22)
871
579
 
872
580
  **Note:** Version bump only for package @loopback/repository-json-schema
873
581
 
874
-
875
-
876
-
877
-
878
582
  ## [1.3.5](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.3.4...@loopback/repository-json-schema@1.3.5) (2019-03-22)
879
583
 
880
584
  **Note:** Version bump only for package @loopback/repository-json-schema
881
585
 
882
-
883
-
884
-
885
-
886
586
  ## [1.3.4](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.3.3...@loopback/repository-json-schema@1.3.4) (2019-03-12)
887
587
 
888
588
  **Note:** Version bump only for package @loopback/repository-json-schema
889
589
 
890
-
891
-
892
-
893
-
894
590
  ## [1.3.3](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.3.2...@loopback/repository-json-schema@1.3.3) (2019-03-01)
895
591
 
896
592
  **Note:** Version bump only for package @loopback/repository-json-schema
897
593
 
898
-
899
-
900
-
901
-
902
594
  ## [1.3.2](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.3.1...@loopback/repository-json-schema@1.3.2) (2019-02-25)
903
595
 
904
596
  **Note:** Version bump only for package @loopback/repository-json-schema
905
597
 
906
-
907
-
908
-
909
-
910
598
  ## [1.3.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.3.0...@loopback/repository-json-schema@1.3.1) (2019-02-08)
911
599
 
912
600
  **Note:** Version bump only for package @loopback/repository-json-schema
913
601
 
914
-
915
-
916
-
917
-
918
602
  # [1.3.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.2.7...@loopback/repository-json-schema@1.3.0) (2019-01-28)
919
603
 
920
-
921
604
  ### Features
922
605
 
923
- * **repository-json-schema:** enumerate fields ([15ca819](https://github.com/loopbackio/loopback-next/commit/15ca819))
924
-
925
-
926
-
927
-
606
+ - **repository-json-schema:** enumerate fields
607
+ ([15ca819](https://github.com/loopbackio/loopback-next/commit/15ca819))
928
608
 
929
609
  ## [1.2.7](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.2.6...@loopback/repository-json-schema@1.2.7) (2019-01-15)
930
610
 
931
-
932
611
  ### Bug Fixes
933
612
 
934
- * **repository:** remove property.array() call from hasMany decorator ([56ab017](https://github.com/loopbackio/loopback-next/commit/56ab017)), closes [#1944](https://github.com/loopbackio/loopback-next/issues/1944)
935
-
936
-
937
-
938
-
613
+ - **repository:** remove property.array() call from hasMany decorator
614
+ ([56ab017](https://github.com/loopbackio/loopback-next/commit/56ab017)),
615
+ closes [#1944](https://github.com/loopbackio/loopback-next/issues/1944)
939
616
 
940
617
  ## [1.2.6](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.2.5...@loopback/repository-json-schema@1.2.6) (2019-01-14)
941
618
 
942
-
943
619
  ### Bug Fixes
944
620
 
945
- * rework tslint comments disabling "no-unused-variable" rule ([a18a3d7](https://github.com/loopbackio/loopback-next/commit/a18a3d7))
946
-
947
-
948
-
949
-
621
+ - rework tslint comments disabling "no-unused-variable" rule
622
+ ([a18a3d7](https://github.com/loopbackio/loopback-next/commit/a18a3d7))
950
623
 
951
624
  ## [1.2.5](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.2.4...@loopback/repository-json-schema@1.2.5) (2018-12-20)
952
625
 
953
626
  **Note:** Version bump only for package @loopback/repository-json-schema
954
627
 
955
-
956
-
957
-
958
-
959
628
  ## [1.2.4](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.2.3...@loopback/repository-json-schema@1.2.4) (2018-12-13)
960
629
 
961
630
  **Note:** Version bump only for package @loopback/repository-json-schema
962
631
 
963
-
964
-
965
-
966
-
967
632
  ## [1.2.3](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.2.2...@loopback/repository-json-schema@1.2.3) (2018-11-26)
968
633
 
969
634
  **Note:** Version bump only for package @loopback/repository-json-schema
970
635
 
971
-
972
-
973
-
974
-
975
636
  ## [1.2.2](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.2.1...@loopback/repository-json-schema@1.2.2) (2018-11-17)
976
637
 
977
638
  **Note:** Version bump only for package @loopback/repository-json-schema
978
639
 
979
-
980
-
981
-
982
-
983
640
  ## [1.2.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.2.0...@loopback/repository-json-schema@1.2.1) (2018-11-14)
984
641
 
985
642
  **Note:** Version bump only for package @loopback/repository-json-schema
986
643
 
987
-
988
-
989
-
990
-
991
644
  <a name="1.2.0"></a>
992
- # [1.2.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.0.1...@loopback/repository-json-schema@1.2.0) (2018-11-08)
993
645
 
646
+ # [1.2.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.0.1...@loopback/repository-json-schema@1.2.0) (2018-11-08)
994
647
 
995
648
  ### Features
996
649
 
997
- * **repository-json-schema:** add property description to JSON schema ([31c02f2](https://github.com/loopbackio/loopback-next/commit/31c02f2))
998
-
999
-
1000
-
1001
-
650
+ - **repository-json-schema:** add property description to JSON schema
651
+ ([31c02f2](https://github.com/loopbackio/loopback-next/commit/31c02f2))
1002
652
 
1003
653
  <a name="1.0.1"></a>
654
+
1004
655
  ## [1.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@1.0.0...@loopback/repository-json-schema@1.0.1) (2018-10-17)
1005
656
 
1006
657
  **Note:** Version bump only for package @loopback/repository-json-schema
1007
658
 
1008
-
1009
-
1010
-
1011
-
1012
659
  <a name="0.12.2"></a>
660
+
1013
661
  ## [0.12.2](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.12.1...@loopback/repository-json-schema@0.12.2) (2018-10-08)
1014
662
 
1015
663
  **Note:** Version bump only for package @loopback/repository-json-schema
1016
664
 
1017
-
1018
-
1019
-
1020
-
1021
665
  <a name="0.12.1"></a>
666
+
1022
667
  ## [0.12.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.12.0...@loopback/repository-json-schema@0.12.1) (2018-10-06)
1023
668
 
1024
669
  **Note:** Version bump only for package @loopback/repository-json-schema
1025
670
 
1026
-
1027
-
1028
-
1029
-
1030
671
  <a name="0.12.0"></a>
1031
- # [0.12.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.11.3...@loopback/repository-json-schema@0.12.0) (2018-10-05)
1032
672
 
673
+ # [0.12.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.11.3...@loopback/repository-json-schema@0.12.0) (2018-10-05)
1033
674
 
1034
675
  ### Features
1035
676
 
1036
- * **repository:** implement belongsTo relation ([df8c64c](https://github.com/loopbackio/loopback-next/commit/df8c64c))
1037
-
1038
-
1039
-
1040
-
677
+ - **repository:** implement belongsTo relation
678
+ ([df8c64c](https://github.com/loopbackio/loopback-next/commit/df8c64c))
1041
679
 
1042
680
  <a name="0.11.3"></a>
681
+
1043
682
  ## [0.11.3](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.11.2...@loopback/repository-json-schema@0.11.3) (2018-10-03)
1044
683
 
1045
684
  **Note:** Version bump only for package @loopback/repository-json-schema
1046
685
 
1047
-
1048
-
1049
-
1050
-
1051
686
  <a name="0.11.2"></a>
1052
- ## [0.11.2](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.11.1...@loopback/repository-json-schema@0.11.2) (2018-09-28)
1053
687
 
688
+ ## [0.11.2](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.11.1...@loopback/repository-json-schema@0.11.2) (2018-09-28)
1054
689
 
1055
690
  ### Bug Fixes
1056
691
 
1057
- * **metadata:** remove the default type to work around a TS bug ([fc89a2c](https://github.com/loopbackio/loopback-next/commit/fc89a2c))
1058
-
1059
-
1060
-
1061
-
692
+ - **metadata:** remove the default type to work around a TS bug
693
+ ([fc89a2c](https://github.com/loopbackio/loopback-next/commit/fc89a2c))
1062
694
 
1063
695
  <a name="0.11.1"></a>
1064
- ## [0.11.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.11.0...@loopback/repository-json-schema@0.11.1) (2018-09-27)
1065
-
1066
- **Note:** Version bump only for package @loopback/repository-json-schema
1067
-
1068
-
1069
-
1070
-
1071
-
1072
- <a name="0.11.0"></a>
1073
- # [0.11.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.10.14...@loopback/repository-json-schema@0.11.0) (2018-09-25)
1074
-
1075
-
1076
- ### Features
1077
-
1078
- * builders for Filter and Where schemas ([ca8d96e](https://github.com/loopbackio/loopback-next/commit/ca8d96e))
1079
- * support built-in JavaScript/Node schema types ([d65a17f](https://github.com/loopbackio/loopback-next/commit/d65a17f))
1080
- * type resolver for property decorators ([49454aa](https://github.com/loopbackio/loopback-next/commit/49454aa))
1081
-
1082
-
1083
696
 
1084
-
1085
-
1086
- <a name="0.10.14"></a>
1087
- ## [0.10.14](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.10.13...@loopback/repository-json-schema@0.10.14) (2018-09-21)
1088
-
1089
- **Note:** Version bump only for package @loopback/repository-json-schema
1090
-
1091
-
1092
-
1093
-
1094
-
1095
- <a name="0.10.13"></a>
1096
- ## [0.10.13](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.10.12...@loopback/repository-json-schema@0.10.13) (2018-09-19)
1097
-
1098
- **Note:** Version bump only for package @loopback/repository-json-schema
1099
-
1100
-
1101
-
1102
-
1103
-
1104
- <a name="0.10.12"></a>
1105
- ## [0.10.12](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.10.11...@loopback/repository-json-schema@0.10.12) (2018-09-14)
1106
-
1107
- **Note:** Version bump only for package @loopback/repository-json-schema
1108
-
1109
-
1110
-
1111
-
1112
-
1113
- <a name="0.10.11"></a>
1114
- ## [0.10.11](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.10.10...@loopback/repository-json-schema@0.10.11) (2018-09-14)
697
+ ## [0.11.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.11.0...@loopback/repository-json-schema@0.11.1) (2018-09-27)
1115
698
 
1116
699
  **Note:** Version bump only for package @loopback/repository-json-schema
1117
700
 
701
+ <a name="0.11.0"></a>
1118
702
 
703
+ # [0.11.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.10.14...@loopback/repository-json-schema@0.11.0) (2018-09-25)
1119
704
 
705
+ ### Features
1120
706
 
707
+ - builders for Filter and Where schemas
708
+ ([ca8d96e](https://github.com/loopbackio/loopback-next/commit/ca8d96e))
709
+ - support built-in JavaScript/Node schema types
710
+ ([d65a17f](https://github.com/loopbackio/loopback-next/commit/d65a17f))
711
+ - type resolver for property decorators
712
+ ([49454aa](https://github.com/loopbackio/loopback-next/commit/49454aa))
1121
713
 
1122
- <a name="0.10.10"></a>
1123
- ## [0.10.10](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.10.9...@loopback/repository-json-schema@0.10.10) (2018-09-14)
714
+ <a name="0.10.14"></a>
715
+
716
+ ## [0.10.14](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.10.13...@loopback/repository-json-schema@0.10.14) (2018-09-21)
1124
717
 
1125
718
  **Note:** Version bump only for package @loopback/repository-json-schema
1126
719
 
720
+ <a name="0.10.13"></a>
1127
721
 
722
+ ## [0.10.13](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.10.12...@loopback/repository-json-schema@0.10.13) (2018-09-19)
1128
723
 
724
+ **Note:** Version bump only for package @loopback/repository-json-schema
1129
725
 
726
+ <a name="0.10.12"></a>
1130
727
 
1131
- <a name="0.10.9"></a>
1132
- ## [0.10.9](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.10.8...@loopback/repository-json-schema@0.10.9) (2018-09-12)
728
+ ## [0.10.12](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.10.11...@loopback/repository-json-schema@0.10.12) (2018-09-14)
1133
729
 
1134
730
  **Note:** Version bump only for package @loopback/repository-json-schema
1135
731
 
732
+ <a name="0.10.11"></a>
1136
733
 
734
+ ## [0.10.11](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.10.10...@loopback/repository-json-schema@0.10.11) (2018-09-14)
1137
735
 
736
+ **Note:** Version bump only for package @loopback/repository-json-schema
1138
737
 
738
+ <a name="0.10.10"></a>
1139
739
 
1140
- <a name="0.10.8"></a>
1141
- ## [0.10.8](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.10.7...@loopback/repository-json-schema@0.10.8) (2018-09-10)
740
+ ## [0.10.10](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.10.9...@loopback/repository-json-schema@0.10.10) (2018-09-14)
1142
741
 
1143
742
  **Note:** Version bump only for package @loopback/repository-json-schema
1144
743
 
744
+ <a name="0.10.9"></a>
1145
745
 
746
+ ## [0.10.9](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.10.8...@loopback/repository-json-schema@0.10.9) (2018-09-12)
1146
747
 
748
+ **Note:** Version bump only for package @loopback/repository-json-schema
1147
749
 
750
+ <a name="0.10.8"></a>
1148
751
 
1149
- <a name="0.10.7"></a>
1150
- ## [0.10.7](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.10.6...@loopback/repository-json-schema@0.10.7) (2018-09-08)
752
+ ## [0.10.8](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.10.7...@loopback/repository-json-schema@0.10.8) (2018-09-10)
1151
753
 
1152
754
  **Note:** Version bump only for package @loopback/repository-json-schema
1153
755
 
756
+ <a name="0.10.7"></a>
1154
757
 
758
+ ## [0.10.7](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.10.6...@loopback/repository-json-schema@0.10.7) (2018-09-08)
1155
759
 
1156
-
760
+ **Note:** Version bump only for package @loopback/repository-json-schema
1157
761
 
1158
762
  <a name="0.10.6"></a>
1159
- ## [0.10.6](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.10.5...@loopback/repository-json-schema@0.10.6) (2018-08-25)
1160
763
 
764
+ ## [0.10.6](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.10.5...@loopback/repository-json-schema@0.10.6) (2018-08-25)
1161
765
 
1162
766
  ### Bug Fixes
1163
767
 
1164
- * fix [#1643](https://github.com/loopbackio/loopback-next/issues/1643): import MetadataAccessor direct from metadata to avoid TypeScript 3 compiler issue ([37d727a](https://github.com/loopbackio/loopback-next/commit/37d727a))
1165
-
1166
-
1167
-
1168
-
768
+ - fix [#1643](https://github.com/loopbackio/loopback-next/issues/1643): import
769
+ MetadataAccessor direct from metadata to avoid TypeScript 3 compiler issue
770
+ ([37d727a](https://github.com/loopbackio/loopback-next/commit/37d727a))
1169
771
 
1170
772
  <a name="0.10.5"></a>
773
+
1171
774
  ## [0.10.5](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.10.4...@loopback/repository-json-schema@0.10.5) (2018-08-24)
1172
775
 
1173
776
  **Note:** Version bump only for package @loopback/repository-json-schema
1174
777
 
1175
-
1176
-
1177
-
1178
-
1179
778
  <a name="0.10.4"></a>
1180
- ## [0.10.4](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.10.3...@loopback/repository-json-schema@0.10.4) (2018-08-15)
1181
779
 
780
+ ## [0.10.4](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.10.3...@loopback/repository-json-schema@0.10.4) (2018-08-15)
1182
781
 
1183
782
  ### Bug Fixes
1184
783
 
1185
- * **repository:** change the way array property definition is built for the juggler ([2471c88](https://github.com/loopbackio/loopback-next/commit/2471c88))
1186
-
1187
-
1188
-
784
+ - **repository:** change the way array property definition is built for the
785
+ juggler
786
+ ([2471c88](https://github.com/loopbackio/loopback-next/commit/2471c88))
1189
787
 
1190
788
  <a name="0.10.3"></a>
1191
- ## [0.10.3](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.10.2...@loopback/repository-json-schema@0.10.3) (2018-08-08)
1192
-
1193
-
1194
789
 
790
+ ## [0.10.3](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.10.2...@loopback/repository-json-schema@0.10.3) (2018-08-08)
1195
791
 
1196
792
  **Note:** Version bump only for package @loopback/repository-json-schema
1197
793
 
1198
794
  <a name="0.10.2"></a>
1199
- ## [0.10.2](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.10.1...@loopback/repository-json-schema@0.10.2) (2018-07-21)
1200
-
1201
-
1202
795
 
796
+ ## [0.10.2](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.10.1...@loopback/repository-json-schema@0.10.2) (2018-07-21)
1203
797
 
1204
798
  **Note:** Version bump only for package @loopback/repository-json-schema
1205
799
 
1206
800
  <a name="0.10.1"></a>
1207
- ## [0.10.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.10.0...@loopback/repository-json-schema@0.10.1) (2018-07-20)
1208
-
1209
-
1210
801
 
802
+ ## [0.10.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.10.0...@loopback/repository-json-schema@0.10.1) (2018-07-20)
1211
803
 
1212
804
  **Note:** Version bump only for package @loopback/repository-json-schema
1213
805
 
1214
806
  <a name="0.10.0"></a>
1215
- # [0.10.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.9.16...@loopback/repository-json-schema@0.10.0) (2018-07-20)
1216
-
1217
-
1218
807
 
808
+ # [0.10.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.9.16...@loopback/repository-json-schema@0.10.0) (2018-07-20)
1219
809
 
1220
810
  **Note:** Version bump only for package @loopback/repository-json-schema
1221
811
 
1222
812
  <a name="0.9.16"></a>
1223
- ## [0.9.16](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.9.15...@loopback/repository-json-schema@0.9.16) (2018-07-13)
1224
-
1225
-
1226
813
 
814
+ ## [0.9.16](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.9.15...@loopback/repository-json-schema@0.9.16) (2018-07-13)
1227
815
 
1228
816
  **Note:** Version bump only for package @loopback/repository-json-schema
1229
817
 
1230
818
  <a name="0.9.15"></a>
1231
- ## [0.9.15](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.9.14...@loopback/repository-json-schema@0.9.15) (2018-07-11)
1232
-
1233
-
1234
819
 
820
+ ## [0.9.15](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.9.14...@loopback/repository-json-schema@0.9.15) (2018-07-11)
1235
821
 
1236
822
  **Note:** Version bump only for package @loopback/repository-json-schema
1237
823
 
1238
824
  <a name="0.9.14"></a>
1239
- ## [0.9.14](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.9.13...@loopback/repository-json-schema@0.9.14) (2018-07-10)
1240
-
1241
-
1242
825
 
826
+ ## [0.9.14](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.9.13...@loopback/repository-json-schema@0.9.14) (2018-07-10)
1243
827
 
1244
828
  **Note:** Version bump only for package @loopback/repository-json-schema
1245
829
 
1246
830
  <a name="0.9.13"></a>
1247
- ## [0.9.13](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.9.12...@loopback/repository-json-schema@0.9.13) (2018-07-09)
1248
-
1249
-
1250
831
 
832
+ ## [0.9.13](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.9.12...@loopback/repository-json-schema@0.9.13) (2018-07-09)
1251
833
 
1252
834
  **Note:** Version bump only for package @loopback/repository-json-schema
1253
835
 
1254
836
  <a name="0.9.12"></a>
1255
- ## [0.9.12](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.9.11...@loopback/repository-json-schema@0.9.12) (2018-06-28)
1256
-
1257
-
1258
837
 
838
+ ## [0.9.12](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.9.11...@loopback/repository-json-schema@0.9.12) (2018-06-28)
1259
839
 
1260
840
  **Note:** Version bump only for package @loopback/repository-json-schema
1261
841
 
1262
842
  <a name="0.9.11"></a>
1263
- ## [0.9.11](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.9.10...@loopback/repository-json-schema@0.9.11) (2018-06-27)
1264
-
1265
-
1266
843
 
844
+ ## [0.9.11](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.9.10...@loopback/repository-json-schema@0.9.11) (2018-06-27)
1267
845
 
1268
846
  **Note:** Version bump only for package @loopback/repository-json-schema
1269
847
 
1270
848
  <a name="0.9.10"></a>
1271
- ## [0.9.10](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.9.9...@loopback/repository-json-schema@0.9.10) (2018-06-20)
1272
-
1273
-
1274
849
 
850
+ ## [0.9.10](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.9.9...@loopback/repository-json-schema@0.9.10) (2018-06-20)
1275
851
 
1276
852
  **Note:** Version bump only for package @loopback/repository-json-schema
1277
853
 
1278
854
  <a name="0.9.9"></a>
1279
- ## [0.9.9](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.9.8...@loopback/repository-json-schema@0.9.9) (2018-06-11)
1280
-
1281
-
1282
855
 
856
+ ## [0.9.9](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.9.8...@loopback/repository-json-schema@0.9.9) (2018-06-11)
1283
857
 
1284
858
  **Note:** Version bump only for package @loopback/repository-json-schema
1285
859
 
1286
860
  <a name="0.9.8"></a>
1287
- ## [0.9.8](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.9.6...@loopback/repository-json-schema@0.9.8) (2018-06-09)
1288
-
1289
-
1290
861
 
862
+ ## [0.9.8](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.9.6...@loopback/repository-json-schema@0.9.8) (2018-06-09)
1291
863
 
1292
864
  **Note:** Version bump only for package @loopback/repository-json-schema
1293
865
 
1294
866
  <a name="0.9.7"></a>
1295
- ## [0.9.7](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.9.6...@loopback/repository-json-schema@0.9.7) (2018-06-09)
1296
-
1297
-
1298
867
 
868
+ ## [0.9.7](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.9.6...@loopback/repository-json-schema@0.9.7) (2018-06-09)
1299
869
 
1300
870
  **Note:** Version bump only for package @loopback/repository-json-schema
1301
871
 
1302
872
  <a name="0.9.6"></a>
1303
- ## [0.9.6](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.9.5...@loopback/repository-json-schema@0.9.6) (2018-06-08)
1304
-
1305
-
1306
873
 
874
+ ## [0.9.6](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.9.5...@loopback/repository-json-schema@0.9.6) (2018-06-08)
1307
875
 
1308
876
  **Note:** Version bump only for package @loopback/repository-json-schema
1309
877
 
1310
878
  <a name="0.9.5"></a>
1311
- ## [0.9.5](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.9.4...@loopback/repository-json-schema@0.9.5) (2018-05-28)
1312
-
1313
-
1314
879
 
880
+ ## [0.9.5](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.9.4...@loopback/repository-json-schema@0.9.5) (2018-05-28)
1315
881
 
1316
882
  **Note:** Version bump only for package @loopback/repository-json-schema
1317
883
 
1318
884
  <a name="0.9.4"></a>
1319
- ## [0.9.4](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.9.3...@loopback/repository-json-schema@0.9.4) (2018-05-20)
1320
-
1321
-
1322
885
 
886
+ ## [0.9.4](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.9.3...@loopback/repository-json-schema@0.9.4) (2018-05-20)
1323
887
 
1324
888
  **Note:** Version bump only for package @loopback/repository-json-schema
1325
889
 
1326
890
  <a name="0.9.3"></a>
1327
- ## [0.9.3](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.9.2...@loopback/repository-json-schema@0.9.3) (2018-05-14)
1328
891
 
892
+ ## [0.9.3](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.9.2...@loopback/repository-json-schema@0.9.3) (2018-05-14)
1329
893
 
1330
894
  ### Bug Fixes
1331
895
 
1332
- * change index.d.ts files to point to dist8 ([42ca42d](https://github.com/loopbackio/loopback-next/commit/42ca42d))
1333
-
1334
-
1335
-
896
+ - change index.d.ts files to point to dist8
897
+ ([42ca42d](https://github.com/loopbackio/loopback-next/commit/42ca42d))
1336
898
 
1337
899
  <a name="0.9.2"></a>
1338
- ## [0.9.2](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.9.1...@loopback/repository-json-schema@0.9.2) (2018-05-14)
1339
-
1340
-
1341
900
 
901
+ ## [0.9.2](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.9.1...@loopback/repository-json-schema@0.9.2) (2018-05-14)
1342
902
 
1343
903
  **Note:** Version bump only for package @loopback/repository-json-schema
1344
904
 
1345
905
  <a name="0.9.1"></a>
1346
- ## [0.9.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.9.0...@loopback/repository-json-schema@0.9.1) (2018-05-08)
1347
-
1348
-
1349
906
 
907
+ ## [0.9.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.9.0...@loopback/repository-json-schema@0.9.1) (2018-05-08)
1350
908
 
1351
909
  **Note:** Version bump only for package @loopback/repository-json-schema
1352
910
 
1353
911
  <a name="0.9.0"></a>
1354
- # [0.9.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.7.0...@loopback/repository-json-schema@0.9.0) (2018-05-03)
1355
912
 
913
+ # [0.9.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.7.0...@loopback/repository-json-schema@0.9.0) (2018-05-03)
1356
914
 
1357
915
  ### Features
1358
916
 
1359
- * add helper package "dist-util" ([532f153](https://github.com/loopbackio/loopback-next/commit/532f153))
1360
-
1361
-
1362
-
917
+ - add helper package "dist-util"
918
+ ([532f153](https://github.com/loopbackio/loopback-next/commit/532f153))
1363
919
 
1364
920
  <a name="0.8.0"></a>
1365
- # [0.8.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.7.0...@loopback/repository-json-schema@0.8.0) (2018-05-03)
1366
921
 
922
+ # [0.8.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.7.0...@loopback/repository-json-schema@0.8.0) (2018-05-03)
1367
923
 
1368
924
  ### Features
1369
925
 
1370
- * add helper package "dist-util" ([532f153](https://github.com/loopbackio/loopback-next/commit/532f153))
1371
-
1372
-
1373
-
926
+ - add helper package "dist-util"
927
+ ([532f153](https://github.com/loopbackio/loopback-next/commit/532f153))
1374
928
 
1375
929
  <a name="0.7.0"></a>
1376
- # [0.7.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.6.1...@loopback/repository-json-schema@0.7.0) (2018-04-26)
1377
930
 
931
+ # [0.7.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.6.1...@loopback/repository-json-schema@0.7.0) (2018-04-26)
1378
932
 
1379
933
  ### Features
1380
934
 
1381
- * **repository-json-schema:** include problem type in err message ([f5ad2f1](https://github.com/loopbackio/loopback-next/commit/f5ad2f1))
1382
-
1383
-
1384
-
935
+ - **repository-json-schema:** include problem type in err message
936
+ ([f5ad2f1](https://github.com/loopbackio/loopback-next/commit/f5ad2f1))
1385
937
 
1386
938
  <a name="0.6.1"></a>
1387
- ## [0.6.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.6.0...@loopback/repository-json-schema@0.6.1) (2018-04-25)
1388
-
1389
-
1390
939
 
940
+ ## [0.6.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.6.0...@loopback/repository-json-schema@0.6.1) (2018-04-25)
1391
941
 
1392
942
  **Note:** Version bump only for package @loopback/repository-json-schema
1393
943
 
1394
944
  <a name="0.6.0"></a>
1395
- # [0.6.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.5.0...@loopback/repository-json-schema@0.6.0) (2018-04-16)
1396
-
1397
-
1398
945
 
946
+ # [0.6.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.5.0...@loopback/repository-json-schema@0.6.0) (2018-04-16)
1399
947
 
1400
948
  **Note:** Version bump only for package @loopback/repository-json-schema
1401
949
 
1402
950
  <a name="0.5.0"></a>
1403
- # [0.5.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.4.5...@loopback/repository-json-schema@0.5.0) (2018-04-12)
1404
951
 
952
+ # [0.5.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.4.5...@loopback/repository-json-schema@0.5.0) (2018-04-12)
1405
953
 
1406
954
  ### Features
1407
955
 
1408
- * **metadata:** add strongly-typed metadata accessors ([45f9f80](https://github.com/loopbackio/loopback-next/commit/45f9f80))
1409
-
1410
-
1411
-
956
+ - **metadata:** add strongly-typed metadata accessors
957
+ ([45f9f80](https://github.com/loopbackio/loopback-next/commit/45f9f80))
1412
958
 
1413
959
  <a name="0.4.5"></a>
1414
- ## [0.4.5](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.4.4...@loopback/repository-json-schema@0.4.5) (2018-04-11)
1415
-
1416
-
1417
960
 
961
+ ## [0.4.5](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.4.4...@loopback/repository-json-schema@0.4.5) (2018-04-11)
1418
962
 
1419
963
  **Note:** Version bump only for package @loopback/repository-json-schema
1420
964
 
1421
965
  <a name="0.4.4"></a>
1422
- ## [0.4.4](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.4.2...@loopback/repository-json-schema@0.4.4) (2018-04-11)
1423
966
 
967
+ ## [0.4.4](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.4.2...@loopback/repository-json-schema@0.4.4) (2018-04-11)
1424
968
 
1425
969
  ### Bug Fixes
1426
970
 
1427
- * change file names to fit advocated naming convention ([0331df8](https://github.com/loopbackio/loopback-next/commit/0331df8))
1428
-
1429
-
1430
-
971
+ - change file names to fit advocated naming convention
972
+ ([0331df8](https://github.com/loopbackio/loopback-next/commit/0331df8))
1431
973
 
1432
974
  <a name="0.4.3"></a>
1433
- ## [0.4.3](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.4.2...@loopback/repository-json-schema@0.4.3) (2018-04-06)
1434
-
1435
-
1436
975
 
976
+ ## [0.4.3](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.4.2...@loopback/repository-json-schema@0.4.3) (2018-04-06)
1437
977
 
1438
978
  **Note:** Version bump only for package @loopback/repository-json-schema
1439
979
 
1440
980
  <a name="0.4.2"></a>
1441
- ## [0.4.2](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.4.1...@loopback/repository-json-schema@0.4.2) (2018-04-04)
1442
-
1443
-
1444
981
 
982
+ ## [0.4.2](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.4.1...@loopback/repository-json-schema@0.4.2) (2018-04-04)
1445
983
 
1446
984
  **Note:** Version bump only for package @loopback/repository-json-schema
1447
985
 
1448
986
  <a name="0.4.1"></a>
1449
- ## [0.4.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.4.0...@loopback/repository-json-schema@0.4.1) (2018-04-02)
1450
-
1451
-
1452
987
 
988
+ ## [0.4.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.4.0...@loopback/repository-json-schema@0.4.1) (2018-04-02)
1453
989
 
1454
990
  **Note:** Version bump only for package @loopback/repository-json-schema
1455
991
 
1456
992
  <a name="0.4.0"></a>
1457
- # [0.4.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.3.1...@loopback/repository-json-schema@0.4.0) (2018-03-29)
1458
-
1459
-
1460
993
 
994
+ # [0.4.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.3.1...@loopback/repository-json-schema@0.4.0) (2018-03-29)
1461
995
 
1462
996
  **Note:** Version bump only for package @loopback/repository-json-schema
1463
997
 
1464
998
  <a name="0.3.1"></a>
1465
- ## [0.3.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.3.0...@loopback/repository-json-schema@0.3.1) (2018-03-23)
1466
-
1467
-
1468
999
 
1000
+ ## [0.3.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.3.0...@loopback/repository-json-schema@0.3.1) (2018-03-23)
1469
1001
 
1470
1002
  **Note:** Version bump only for package @loopback/repository-json-schema
1471
1003
 
1472
1004
  <a name="0.3.0"></a>
1473
- # [0.3.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.2.4...@loopback/repository-json-schema@0.3.0) (2018-03-21)
1474
-
1475
-
1476
1005
 
1006
+ # [0.3.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.2.4...@loopback/repository-json-schema@0.3.0) (2018-03-21)
1477
1007
 
1478
1008
  **Note:** Version bump only for package @loopback/repository-json-schema
1479
1009
 
1480
1010
  <a name="0.2.4"></a>
1481
- ## [0.2.4](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.2.3...@loopback/repository-json-schema@0.2.4) (2018-03-14)
1482
-
1483
-
1484
1011
 
1012
+ ## [0.2.4](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.2.3...@loopback/repository-json-schema@0.2.4) (2018-03-14)
1485
1013
 
1486
1014
  **Note:** Version bump only for package @loopback/repository-json-schema
1487
1015
 
1488
1016
  <a name="0.2.3"></a>
1489
- ## [0.2.3](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.2.2...@loopback/repository-json-schema@0.2.3) (2018-03-13)
1490
-
1491
-
1492
1017
 
1018
+ ## [0.2.3](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.2.2...@loopback/repository-json-schema@0.2.3) (2018-03-13)
1493
1019
 
1494
1020
  **Note:** Version bump only for package @loopback/repository-json-schema
1495
1021
 
1496
1022
  <a name="0.2.2"></a>
1497
- ## [0.2.2](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.2.1...@loopback/repository-json-schema@0.2.2) (2018-03-08)
1498
1023
 
1024
+ ## [0.2.2](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.2.1...@loopback/repository-json-schema@0.2.2) (2018-03-08)
1499
1025
 
1500
1026
  ### Bug Fixes
1501
1027
 
1502
- * **repository-json-schema:** change model to be a class ([4104e13](https://github.com/loopbackio/loopback-next/commit/4104e13))
1503
-
1504
-
1505
-
1028
+ - **repository-json-schema:** change model to be a class
1029
+ ([4104e13](https://github.com/loopbackio/loopback-next/commit/4104e13))
1506
1030
 
1507
1031
  <a name="0.2.1"></a>
1508
- ## [0.2.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.2.0...@loopback/repository-json-schema@0.2.1) (2018-03-06)
1509
1032
 
1033
+ ## [0.2.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.2.0...@loopback/repository-json-schema@0.2.1) (2018-03-06)
1510
1034
 
1511
1035
  ### Bug Fixes
1512
1036
 
1513
- * fix typo of `additional` ([2fd7610](https://github.com/loopbackio/loopback-next/commit/2fd7610))
1514
-
1515
-
1516
-
1037
+ - fix typo of `additional`
1038
+ ([2fd7610](https://github.com/loopbackio/loopback-next/commit/2fd7610))
1517
1039
 
1518
1040
  <a name="0.2.0"></a>
1519
- # [0.2.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.1.2...@loopback/repository-json-schema@0.2.0) (2018-03-01)
1520
-
1521
-
1522
1041
 
1042
+ # [0.2.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.1.2...@loopback/repository-json-schema@0.2.0) (2018-03-01)
1523
1043
 
1524
1044
  **Note:** Version bump only for package @loopback/repository-json-schema
1525
1045
 
1526
1046
  <a name="0.1.2"></a>
1527
- ## [0.1.2](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.1.1...@loopback/repository-json-schema@0.1.2) (2018-03-01)
1528
-
1529
-
1530
1047
 
1048
+ ## [0.1.2](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.1.1...@loopback/repository-json-schema@0.1.2) (2018-03-01)
1531
1049
 
1532
1050
  **Note:** Version bump only for package @loopback/repository-json-schema
1533
1051
 
1534
1052
  <a name="0.1.1"></a>
1535
- ## [0.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.1.0...@loopback/repository-json-schema@0.1.1) (2018-02-23)
1536
-
1537
-
1538
1053
 
1054
+ ## [0.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@0.1.0...@loopback/repository-json-schema@0.1.1) (2018-02-23)
1539
1055
 
1540
1056
  **Note:** Version bump only for package @loopback/repository-json-schema
1541
1057
 
1542
1058
  <a name="0.1.0"></a>
1543
- # [0.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@4.0.0-alpha.8...@loopback/repository-json-schema@0.1.0) (2018-02-21)
1544
-
1545
-
1546
1059
 
1060
+ # [0.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@4.0.0-alpha.8...@loopback/repository-json-schema@0.1.0) (2018-02-21)
1547
1061
 
1548
1062
  **Note:** Version bump only for package @loopback/repository-json-schema
1549
1063
 
1550
1064
  <a name="4.0.0-alpha.8"></a>
1551
- # [4.0.0-alpha.8](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@4.0.0-alpha.7...@loopback/repository-json-schema@4.0.0-alpha.8) (2018-02-15)
1552
-
1553
-
1554
1065
 
1066
+ # [4.0.0-alpha.8](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@4.0.0-alpha.7...@loopback/repository-json-schema@4.0.0-alpha.8) (2018-02-15)
1555
1067
 
1556
1068
  **Note:** Version bump only for package @loopback/repository-json-schema
1557
1069
 
1558
1070
  <a name="4.0.0-alpha.7"></a>
1559
- # [4.0.0-alpha.7](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@4.0.0-alpha.6...@loopback/repository-json-schema@4.0.0-alpha.7) (2018-02-07)
1560
1071
 
1072
+ # [4.0.0-alpha.7](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@4.0.0-alpha.6...@loopback/repository-json-schema@4.0.0-alpha.7) (2018-02-07)
1561
1073
 
1562
1074
  ### Bug Fixes
1563
1075
 
1564
- * **build:** fix tslint config and slipped violations ([22f8e05](https://github.com/loopbackio/loopback-next/commit/22f8e05))
1565
- * **repository-json-schema:** fix $ref typo ([#963](https://github.com/loopbackio/loopback-next/issues/963)) ([a438729](https://github.com/loopbackio/loopback-next/commit/a438729))
1566
-
1076
+ - **build:** fix tslint config and slipped violations
1077
+ ([22f8e05](https://github.com/loopbackio/loopback-next/commit/22f8e05))
1078
+ - **repository-json-schema:** fix $ref typo
1079
+ ([#963](https://github.com/loopbackio/loopback-next/issues/963))
1080
+ ([a438729](https://github.com/loopbackio/loopback-next/commit/a438729))
1567
1081
 
1568
1082
  ### build
1569
1083
 
1570
- * drop dist6 related targets ([#945](https://github.com/loopbackio/loopback-next/issues/945)) ([a2368ce](https://github.com/loopbackio/loopback-next/commit/a2368ce))
1571
-
1084
+ - drop dist6 related targets
1085
+ ([#945](https://github.com/loopbackio/loopback-next/issues/945))
1086
+ ([a2368ce](https://github.com/loopbackio/loopback-next/commit/a2368ce))
1572
1087
 
1573
1088
  ### BREAKING CHANGES
1574
1089
 
1575
- * Support for Node.js version lower than 8.0 has been dropped.
1576
- Please upgrade to the latest Node.js 8.x LTS version.
1090
+ - Support for Node.js version lower than 8.0 has been dropped. Please upgrade to
1091
+ the latest Node.js 8.x LTS version.
1577
1092
 
1578
1093
  Co-Authored-by: Taranveer Virk <taranveer@virk.cc>
1579
1094
 
1580
-
1581
-
1582
-
1583
1095
  <a name="4.0.0-alpha.6"></a>
1584
- # [4.0.0-alpha.6](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@4.0.0-alpha.5...@loopback/repository-json-schema@4.0.0-alpha.6) (2018-02-04)
1585
-
1586
-
1587
1096
 
1097
+ # [4.0.0-alpha.6](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@4.0.0-alpha.5...@loopback/repository-json-schema@4.0.0-alpha.6) (2018-02-04)
1588
1098
 
1589
1099
  **Note:** Version bump only for package @loopback/repository-json-schema
1590
1100
 
1591
1101
  <a name="4.0.0-alpha.5"></a>
1592
- # [4.0.0-alpha.5](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@4.0.0-alpha.4...@loopback/repository-json-schema@4.0.0-alpha.5) (2018-01-30)
1593
1102
 
1103
+ # [4.0.0-alpha.5](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@4.0.0-alpha.4...@loopback/repository-json-schema@4.0.0-alpha.5) (2018-01-30)
1594
1104
 
1595
1105
  ### Features
1596
1106
 
1597
- * **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))
1598
-
1599
-
1600
-
1107
+ - **repository-json-schema:** add in top-level metadata for json schema
1108
+ ([#907](https://github.com/loopbackio/loopback-next/issues/907))
1109
+ ([fe59e6b](https://github.com/loopbackio/loopback-next/commit/fe59e6b))
1601
1110
 
1602
1111
  <a name="4.0.0-alpha.4"></a>
1603
- # [4.0.0-alpha.4](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@4.0.0-alpha.3...@loopback/repository-json-schema@4.0.0-alpha.4) (2018-01-29)
1604
-
1605
-
1606
1112
 
1113
+ # [4.0.0-alpha.4](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@4.0.0-alpha.3...@loopback/repository-json-schema@4.0.0-alpha.4) (2018-01-29)
1607
1114
 
1608
1115
  **Note:** Version bump only for package @loopback/repository-json-schema
1609
1116
 
1610
1117
  <a name="4.0.0-alpha.3"></a>
1611
- # [4.0.0-alpha.3](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@4.0.0-alpha.2...@loopback/repository-json-schema@4.0.0-alpha.3) (2018-01-26)
1612
1118
 
1119
+ # [4.0.0-alpha.3](https://github.com/loopbackio/loopback-next/compare/@loopback/repository-json-schema@4.0.0-alpha.2...@loopback/repository-json-schema@4.0.0-alpha.3) (2018-01-26)
1613
1120
 
1614
1121
  ### Bug Fixes
1615
1122
 
1616
- * mark the access to be public for publish ([612a426](https://github.com/loopbackio/loopback-next/commit/612a426))
1617
-
1618
-
1619
-
1123
+ - mark the access to be public for publish
1124
+ ([612a426](https://github.com/loopbackio/loopback-next/commit/612a426))
1620
1125
 
1621
1126
  <a name="4.0.0-alpha.2"></a>
1622
- # 4.0.0-alpha.2 (2018-01-26)
1623
1127
 
1128
+ # 4.0.0-alpha.2 (2018-01-26)
1624
1129
 
1625
1130
  ### Bug Fixes
1626
1131
 
1627
- * make mocha self-contained with the source map support ([7c6d869](https://github.com/loopbackio/loopback-next/commit/7c6d869))
1132
+ - make mocha self-contained with the source map support
1133
+ ([7c6d869](https://github.com/loopbackio/loopback-next/commit/7c6d869))
1628
1134