Skip to content

Commit 776cf64

Browse files
committed
Updating changelog
1 parent 07fe060 commit 776cf64

File tree

1 file changed

+54
-8
lines changed

1 file changed

+54
-8
lines changed

CHANGELOG.md

Lines changed: 54 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,45 @@
1-
# Change Log
1+
# Changelog
2+
3+
## [v1.1.1](https://github.com/feathersjs-ecosystem/feathers-swagger/tree/v1.1.1) (2020-03-03)
4+
5+
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-swagger/compare/v1.1.0...v1.1.1)
6+
7+
**Fixed bugs:**
8+
9+
- Bug: Wrong typings for SwaggerInitOptions defaults.getOperationsRef [\#185](https://github.com/feathersjs-ecosystem/feathers-swagger/issues/185)
10+
11+
**Closed issues:**
12+
13+
- An in-range update of @feathersjs/express is breaking the build 🚨 [\#174](https://github.com/feathersjs-ecosystem/feathers-swagger/issues/174)
14+
- Updating to 1.0.0 from 0.7.3 breaks docs page [\#146](https://github.com/feathersjs-ecosystem/feathers-swagger/issues/146)
15+
- How to add POST /authentication to create the JWT? [\#136](https://github.com/feathersjs-ecosystem/feathers-swagger/issues/136)
16+
17+
**Merged pull requests:**
18+
19+
- Update nyc to the latest version 🚀 [\#178](https://github.com/feathersjs-ecosystem/feathers-swagger/pull/178) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
20+
- Greenkeeper/@feathersjs/express 4.4.1 [\#175](https://github.com/feathersjs-ecosystem/feathers-swagger/pull/175) ([daffl](https://github.com/daffl))
21+
- Greenkeeper/dtslint 2.0.2 [\#172](https://github.com/feathersjs-ecosystem/feathers-swagger/pull/172) ([daffl](https://github.com/daffl))
22+
- Update dtslint to version 1.0.2 [\#170](https://github.com/feathersjs-ecosystem/feathers-swagger/pull/170) ([daffl](https://github.com/daffl))
23+
- docs: add section about model schemas to readme [\#165](https://github.com/feathersjs-ecosystem/feathers-swagger/pull/165) ([bravo-kernel](https://github.com/bravo-kernel))
24+
- Update @feathersjs/feathers to the latest version 🚀 [\#164](https://github.com/feathersjs-ecosystem/feathers-swagger/pull/164) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
25+
- Update dtslint to the latest version 🚀 [\#159](https://github.com/feathersjs-ecosystem/feathers-swagger/pull/159) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
26+
- Update feathers-memory to the latest version 🚀 [\#158](https://github.com/feathersjs-ecosystem/feathers-swagger/pull/158) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
27+
- Update swagger-parser to the latest version 🚀 [\#152](https://github.com/feathersjs-ecosystem/feathers-swagger/pull/152) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
28+
- Update swagger-parser to the latest version 🚀 [\#151](https://github.com/feathersjs-ecosystem/feathers-swagger/pull/151) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
29+
- Update dtslint to the latest version 🚀 [\#150](https://github.com/feathersjs-ecosystem/feathers-swagger/pull/150) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
30+
- Add multiple issue templates, update contribution guidelines [\#149](https://github.com/feathersjs-ecosystem/feathers-swagger/pull/149) ([Mairu](https://github.com/Mairu))
231

332
## [v1.1.0](https://github.com/feathersjs-ecosystem/feathers-swagger/tree/v1.1.0) (2019-06-02)
33+
434
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-swagger/compare/v1.0.0...v1.1.0)
535

636
**Closed issues:**
737

838
- Feature: Add possibility to generate definition / schema from service [\#148](https://github.com/feathersjs-ecosystem/feathers-swagger/issues/148)
939
- Feature: Add support for update, patch and remove without id [\#147](https://github.com/feathersjs-ecosystem/feathers-swagger/issues/147)
10-
- path/{template} per service -\> per method [\#46](https://github.com/feathersjs-ecosystem/feathers-swagger/issues/46)
1140
- An in-range update of @types/feathersjs\_\_feathers is breaking the build 🚨 [\#145](https://github.com/feathersjs-ecosystem/feathers-swagger/issues/145)
12-
- An in-range update of dtslint is breaking the build 🚨 [\#141](https://github.com/feathersjs-ecosystem/feathers-swagger/issues/141)
13-
14-
_(without code changes:)_
1541
- Path is not working [\#144](https://github.com/feathersjs-ecosystem/feathers-swagger/issues/144)
42+
- An in-range update of dtslint is breaking the build 🚨 [\#141](https://github.com/feathersjs-ecosystem/feathers-swagger/issues/141)
1643
- Authorize not working properly [\#135](https://github.com/feathersjs-ecosystem/feathers-swagger/issues/135)
1744
- feathers-plus cli generated code [\#124](https://github.com/feathersjs-ecosystem/feathers-swagger/issues/124)
1845
- FeatherJS and SwaggerUI: Could not resolve pointer: /definitions/messages [\#113](https://github.com/feathersjs-ecosystem/feathers-swagger/issues/113)
@@ -22,6 +49,7 @@ _(without code changes:)_
2249
- discussion: introspect services for pre and post hooks, and other routes [\#81](https://github.com/feathersjs-ecosystem/feathers-swagger/issues/81)
2350
- Automatic swagger conf [\#62](https://github.com/feathersjs-ecosystem/feathers-swagger/issues/62)
2451
- Work with Swagger Editor & YAMLconfig files [\#59](https://github.com/feathersjs-ecosystem/feathers-swagger/issues/59)
52+
- path/{template} per service -\> per method [\#46](https://github.com/feathersjs-ecosystem/feathers-swagger/issues/46)
2553
- bug: resourceId not set as literal [\#37](https://github.com/feathersjs-ecosystem/feathers-swagger/issues/37)
2654
- Where to set security scheme to enable auth token to be sent [\#36](https://github.com/feathersjs-ecosystem/feathers-swagger/issues/36)
2755
- Authorization input [\#35](https://github.com/feathersjs-ecosystem/feathers-swagger/issues/35)
@@ -34,6 +62,7 @@ _(without code changes:)_
3462
- Greenkeeper/dtslint 0.7.6 [\#142](https://github.com/feathersjs-ecosystem/feathers-swagger/pull/142) ([Mairu](https://github.com/Mairu))
3563

3664
## [v1.0.0](https://github.com/feathersjs-ecosystem/feathers-swagger/tree/v1.0.0) (2019-05-23)
65+
3766
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-swagger/compare/v0.7.3...v1.0.0)
3867

3968
**Closed issues:**
@@ -51,6 +80,7 @@ _(without code changes:)_
5180
- Refactor lib to add support for OpenAPI v3 [\#140](https://github.com/feathersjs-ecosystem/feathers-swagger/pull/140) ([Mairu](https://github.com/Mairu))
5281

5382
## [v0.7.3](https://github.com/feathersjs-ecosystem/feathers-swagger/tree/v0.7.3) (2019-04-15)
83+
5484
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-swagger/compare/v0.7.2...v0.7.3)
5585

5686
**Implemented enhancements:**
@@ -80,6 +110,7 @@ _(without code changes:)_
80110
- Update debug to the latest version 🚀 [\#119](https://github.com/feathersjs-ecosystem/feathers-swagger/pull/119) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
81111

82112
## [v0.7.2](https://github.com/feathersjs-ecosystem/feathers-swagger/tree/v0.7.2) (2018-07-24)
113+
83114
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-swagger/compare/v0.7.1...v0.7.2)
84115

85116
**Closed issues:**
@@ -92,6 +123,7 @@ _(without code changes:)_
92123
- added findQueryParameters [\#114](https://github.com/feathersjs-ecosystem/feathers-swagger/pull/114) ([xFuryMaxHD](https://github.com/xFuryMaxHD))
93124

94125
## [v0.7.1](https://github.com/feathersjs-ecosystem/feathers-swagger/tree/v0.7.1) (2018-06-04)
126+
95127
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-swagger/compare/v0.7.0...v0.7.1)
96128

97129
**Closed issues:**
@@ -104,9 +136,11 @@ _(without code changes:)_
104136
- fix\(documentation\): Codeclimate badges [\#105](https://github.com/feathersjs-ecosystem/feathers-swagger/pull/105) ([andys8](https://github.com/andys8))
105137

106138
## [v0.7.0](https://github.com/feathersjs-ecosystem/feathers-swagger/tree/v0.7.0) (2018-05-29)
139+
107140
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-swagger/compare/v0.5.1...v0.7.0)
108141

109142
## [v0.5.1](https://github.com/feathersjs-ecosystem/feathers-swagger/tree/v0.5.1) (2018-05-29)
143+
110144
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-swagger/compare/v0.6.0...v0.5.1)
111145

112146
**Closed issues:**
@@ -128,6 +162,7 @@ _(without code changes:)_
128162
- Update feathers-memory to the latest version 🚀 [\#86](https://github.com/feathersjs-ecosystem/feathers-swagger/pull/86) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
129163

130164
## [v0.6.0](https://github.com/feathersjs-ecosystem/feathers-swagger/tree/v0.6.0) (2017-11-08)
165+
131166
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-swagger/compare/v0.5.0...v0.6.0)
132167

133168
**Closed issues:**
@@ -147,38 +182,42 @@ _(without code changes:)_
147182
- Update debug to the latest version 🚀 [\#77](https://github.com/feathersjs-ecosystem/feathers-swagger/pull/77) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
148183
- adding another example to readme [\#75](https://github.com/feathersjs-ecosystem/feathers-swagger/pull/75) ([paul42](https://github.com/paul42))
149184
- add link and comment about what is being defined [\#74](https://github.com/feathersjs-ecosystem/feathers-swagger/pull/74) ([jamesjnadeau](https://github.com/jamesjnadeau))
185+
- Quality of life [\#68](https://github.com/feathersjs-ecosystem/feathers-swagger/pull/68) ([christopherjbaker](https://github.com/christopherjbaker))
150186

151187
## [v0.5.0](https://github.com/feathersjs-ecosystem/feathers-swagger/tree/v0.5.0) (2017-06-08)
188+
152189
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-swagger/compare/v0.4.0...v0.5.0)
153190

154191
**Merged pull requests:**
155192

156193
- Update sequelize to the latest version 🚀 [\#71](https://github.com/feathersjs-ecosystem/feathers-swagger/pull/71) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
157194
- Fix: docs ignored when path already exists \#23 [\#69](https://github.com/feathersjs-ecosystem/feathers-swagger/pull/69) ([psi-4ward](https://github.com/psi-4ward))
158-
- Quality of life [\#68](https://github.com/feathersjs-ecosystem/feathers-swagger/pull/68) ([christopherjbaker](https://github.com/christopherjbaker))
159195
- Update chai to the latest version 🚀 [\#66](https://github.com/feathersjs-ecosystem/feathers-swagger/pull/66) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
160196
- Update feathers-sequelize to the latest version 🚀 [\#60](https://github.com/feathersjs-ecosystem/feathers-swagger/pull/60) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
161197

162198
## [v0.4.0](https://github.com/feathersjs-ecosystem/feathers-swagger/tree/v0.4.0) (2017-04-26)
199+
163200
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-swagger/compare/v0.3.5...v0.4.0)
164201

165202
**Merged pull requests:**
166203

167204
- Don't add empty paths [\#58](https://github.com/feathersjs-ecosystem/feathers-swagger/pull/58) ([cpsubrian](https://github.com/cpsubrian))
168205
- Update semistandard to the latest version 🚀 [\#57](https://github.com/feathersjs-ecosystem/feathers-swagger/pull/57) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
169-
- Update dependencies to enable Greenkeeper 🌴 [\#56](https://github.com/feathersjs-ecosystem/feathers-swagger/pull/56) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
170206
- Allow each method of a service to define docs. [\#52](https://github.com/feathersjs-ecosystem/feathers-swagger/pull/52) ([cpsubrian](https://github.com/cpsubrian))
171207
- Fixes a couple defaults that should be objects, not arrays. [\#49](https://github.com/feathersjs-ecosystem/feathers-swagger/pull/49) ([cpsubrian](https://github.com/cpsubrian))
172208

173209
## [v0.3.5](https://github.com/feathersjs-ecosystem/feathers-swagger/tree/v0.3.5) (2017-04-01)
210+
174211
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-swagger/compare/v0.3.4...v0.3.5)
175212

176213
**Merged pull requests:**
177214

215+
- Update dependencies to enable Greenkeeper 🌴 [\#56](https://github.com/feathersjs-ecosystem/feathers-swagger/pull/56) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
178216
- Fix extra whitespace if no versionPrefix is passed in config. [\#48](https://github.com/feathersjs-ecosystem/feathers-swagger/pull/48) ([cpsubrian](https://github.com/cpsubrian))
179217
- Fix 'text/html' redirect not respecting mountpath [\#47](https://github.com/feathersjs-ecosystem/feathers-swagger/pull/47) ([cpsubrian](https://github.com/cpsubrian))
180218

181219
## [v0.3.4](https://github.com/feathersjs-ecosystem/feathers-swagger/tree/v0.3.4) (2017-03-23)
220+
182221
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-swagger/compare/v0.3.3...v0.3.4)
183222

184223
**Closed issues:**
@@ -190,6 +229,7 @@ _(without code changes:)_
190229
- Added config option to support api prefixing and versioning \(fix \#39\) [\#41](https://github.com/feathersjs-ecosystem/feathers-swagger/pull/41) ([sinedied](https://github.com/sinedied))
191230

192231
## [v0.3.3](https://github.com/feathersjs-ecosystem/feathers-swagger/tree/v0.3.3) (2017-03-15)
232+
193233
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-swagger/compare/v0.3.2...v0.3.3)
194234

195235
**Closed issues:**
@@ -204,13 +244,15 @@ _(without code changes:)_
204244
- Update feathers-authentication to version 1.0.2 🚀 [\#34](https://github.com/feathersjs-ecosystem/feathers-swagger/pull/34) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
205245

206246
## [v0.3.2](https://github.com/feathersjs-ecosystem/feathers-swagger/tree/v0.3.2) (2016-12-12)
247+
207248
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-swagger/compare/v0.3.1...v0.3.2)
208249

209250
**Merged pull requests:**
210251

211252
- Fix definition [\#27](https://github.com/feathersjs-ecosystem/feathers-swagger/pull/27) ([daffl](https://github.com/daffl))
212253

213254
## [v0.3.1](https://github.com/feathersjs-ecosystem/feathers-swagger/tree/v0.3.1) (2016-11-23)
255+
214256
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-swagger/compare/v0.3.0...v0.3.1)
215257

216258
**Closed issues:**
@@ -224,9 +266,13 @@ _(without code changes:)_
224266
- Redirect HTML page to always trailing slash and use require.resolve to find UI [\#22](https://github.com/feathersjs-ecosystem/feathers-swagger/pull/22) ([daffl](https://github.com/daffl))
225267

226268
## [v0.3.0](https://github.com/feathersjs-ecosystem/feathers-swagger/tree/v0.3.0) (2016-11-22)
269+
227270
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-swagger/compare/v0.1.0...v0.3.0)
228271

229272
## [v0.1.0](https://github.com/feathersjs-ecosystem/feathers-swagger/tree/v0.1.0) (2016-11-22)
273+
274+
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-swagger/compare/9d19783e8a2d5e5ad243e6b8484dd3f5dc0ce615...v0.1.0)
275+
230276
**Implemented enhancements:**
231277

232278
- Use swagger-node-express [\#5](https://github.com/feathersjs-ecosystem/feathers-swagger/issues/5)
@@ -258,4 +304,4 @@ _(without code changes:)_
258304

259305

260306

261-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
307+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

0 commit comments

Comments
 (0)