Skip to content

Releases: feathersjs-ecosystem/feathers-swagger

3.0.0

18 Mar 09:41
Compare
Choose a tag to compare

Breaking changes:

  • Feature: Create documentation for services with schemas of Feathersjs dove (v5) #244

Implemented enhancements:

  • Feature: Documentation is only generated for methods provided via service options #249
  • Documentation: Use docsify for documentation #245
  • Feature: Support dove custom methods #243
  • Feature: Support koa #242
  • Feature: Respect x-forwarded-prefix header #239

Fixed bugs:

  • Bug: Custom method definitions are effecting other methods #248

v3.0.0-pre.1

11 Dec 10:08
Compare
Choose a tag to compare
v3.0.0-pre.1 Pre-release
Pre-release

Implemented enhancements:

  • Feature: Documentation is only generated for methods provided via service options #249

Fixed bugs:

  • Bug: Custom method definitions are affecting other methods #248

v3.0.0-pre.0

11 Dec 09:50
Compare
Choose a tag to compare
v3.0.0-pre.0 Pre-release
Pre-release

Breaking changes:

  • Feature: Create documentation for services with schemas of Feathersjs dove (v5) #244

Implemented enhancements:

  • Documentation: Use docify for documenation #245
  • Feature: Support dove custom methods #243
  • Feature: Support koa #242
  • Feature: Respect x-forwarded-prefix header #239

v2.0.0

28 Aug 08:28
Compare
Choose a tag to compare

Breaking changes:

  • Feature: Add support for pagination #238
  • Feature: Add support for multi create #237
  • Feature: Recognize multi: true option of services #236
  • Remove SwaggerUI as direct dependency #232
  • Change default openApiVersion to be 3 instead of 2 #188
  • Drop support for node v6 #187

Implemented enhancements:

  • Feature: Allow disabling of methods from defaults #214
  • Feature: add function based option to ignore services #192

Merged pull requests:

  • feat: add support for filter functions to include or ignore services #235 (Mairu)
  • Update swagger-parser to the latest version 🚀 #189 (greenkeeper[bot])
  • Update mocha to the latest version 🚀 #180 (greenkeeper[bot])
  • feat: allow disabling of methods from defaults #234 (Mairu)
  • chore: replace request with axios #233 (Mairu)
  • Added typings for custom Swagger specifications generation. #176 (deskoh)

v1.2.2

11 May 09:31
Compare
Choose a tag to compare

Closed issues:

  • An in-range update of @types/express is breaking the build 🚨 #184
  • Spoofing attack in swagger-ui-dist #231

Merged pull requests:

  • [Snyk] Security upgrade lodash from 4.17.20 to 4.17.21 #220 (Mairu)
  • Add scheme note #219 (bitflower)
  • [Snyk] Security upgrade lodash from 4.17.15 to 4.17.20 #215 (snyk-bot)

v1.2.1

17 Apr 15:54
Compare
Choose a tag to compare

Merged pull requests:

  • [Snyk] Upgrade lodash from 4.17.11 to 4.17.15 #198 (snyk-bot)

v1.2.0

13 Apr 12:38
Compare
Choose a tag to compare

Implemented enhancements:

  • Feature: add support for service.id as array of columns #194

v1.1.1

04 Mar 06:59
Compare
Choose a tag to compare

Fixed bugs:

  • Wrong typings for SwaggerInitOptions defaults.getOperationsRef #185