Skip to content

Latest commit

 

History

History
386 lines (251 loc) · 28.2 KB

CHANGELOG.md

File metadata and controls

386 lines (251 loc) · 28.2 KB

Changelog

v3.0.0 (2023-03-18)

Full Changelog

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 docify for documenation #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

v2.0.0 (2022-08-27)

Full Changelog

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 (2022-05-11)

Full Changelog

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 (2020-04-17)

Full Changelog

Merged pull requests:

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

v1.2.0 (2020-04-13)

Full Changelog

Implemented enhancements:

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

Merged pull requests:

v1.1.1 (2020-03-03)

Full Changelog

Fixed bugs:

  • Bug: Wrong typings for SwaggerInitOptions defaults.getOperationsRef #185

Closed issues:

  • An in-range update of @feathersjs/express is breaking the build 🚨 #174
  • Updating to 1.0.0 from 0.7.3 breaks docs page #146
  • How to add POST /authentication to create the JWT? #136

Merged pull requests:

v1.1.0 (2019-06-02)

Full Changelog

Closed issues:

  • Feature: Add possibility to generate definition / schema from service #148
  • Feature: Add support for update, patch and remove without id #147
  • An in-range update of @types/feathersjs__feathers is breaking the build 🚨 #145
  • Path is not working #144
  • An in-range update of dtslint is breaking the build 🚨 #141
  • Authorize not working properly #135
  • feathers-plus cli generated code #124
  • FeatherJS and SwaggerUI: Could not resolve pointer: /definitions/messages #113
  • Code generated using feathers cli, unable to use swagger with authentication #107
  • generate documentation json from js docs #98
  • Can't read from file /docs #97
  • discussion: introspect services for pre and post hooks, and other routes #81
  • Automatic swagger conf #62
  • Work with Swagger Editor & YAMLconfig files #59
  • path/{template} per service -> per method #46
  • bug: resourceId not set as literal #37
  • Where to set security scheme to enable auth token to be sent #36
  • Authorization input #35
  • Add documantation for customization of path object #25
  • docs ignored when path already exists #23

Merged pull requests:

v1.0.0 (2019-05-23)

Full Changelog

Closed issues:

  • Add support to use either swagger 2.0 or openapi 3.0 #137
  • Add Typescript definitions #121
  • Same swagger definition is used for CREATE and GET, but differs in practice. #116
  • Plural routes lead to unwanted model names #112
  • Space in name leads to non RFC3986-compliant percent-encoded URI #109
  • Disabling methods #63
  • Add support for service groups #24

Merged pull requests:

  • Refactor lib to add support for OpenAPI v3 #140 (Mairu)

v0.7.3 (2019-04-15)

Full Changelog

Implemented enhancements:

  • chore: Standardise concatenation and object keys #131 (EspadaV8)

Fixed bugs:

  • fix: Remove invalid securityDefinitions key from operations #133 (EspadaV8)

Closed issues:

  • An in-range update of debug is breaking the build 🚨 #118
  • Version 10 of node.js has been released #102
  • Feature Idea: Validation #26

Merged pull requests:

v0.7.2 (2018-07-24)

Full Changelog

Closed issues:

  • Codeclimate links and badges in readme are dead #103

Merged pull requests:

v0.7.1 (2018-06-04)

Full Changelog

Closed issues:

  • Log statement in the code: Remove it? #110

Merged pull requests:

  • Removed ui integration log statement #111 (andys8)
  • fix(documentation): Codeclimate badges #105 (andys8)

v0.7.0 (2018-05-29)

Full Changelog

v0.5.1 (2018-05-29)

Full Changelog

Closed issues:

  • Swagger & Express #106
  • exclude #96
  • Resolve Errors displayed in Swagger UI #91
  • Test #65

Merged pull requests:

v0.6.0 (2017-11-08)

Full Changelog

Closed issues:

  • Outdated provider signature w/ Buzzard #83
  • Is there a version that works with OAS 2.0? #82
  • Swagger 3.x compatible version #78
  • Did it working with last swagger 3.0 #61
  • [How to] add documentation for the /auth/xxx endpoints #54

v0.5.0 (2017-06-08)

Full Changelog

Merged pull requests:

v0.4.0 (2017-04-26)

Full Changelog

Merged pull requests:

v0.3.5 (2017-04-01)

Full Changelog

Merged pull requests:

  • Fix extra whitespace if no versionPrefix is passed in config. #48 (cpsubrian)
  • Fix 'text/html' redirect not respecting mountpath #47 (cpsubrian)

v0.3.4 (2017-03-23)

Full Changelog

Closed issues:

  • Definition for prefixed routes #39

Merged pull requests:

  • Added config option to support api prefixing and versioning (fix #39) #41 (sinedied)

v0.3.3 (2017-03-15)

Full Changelog

Closed issues:

  • Use default swagger-ui? #38
  • can i use custom swagger-ui? #32
  • ENOENT: no such file or directory #31

Merged pull requests:

v0.3.2 (2016-12-12)

Full Changelog

Merged pull requests:

v0.3.1 (2016-11-23)

Full Changelog

Closed issues:

  • Example apps only work when run from root of repo #21
  • Should redirect from /docs to /docs/ #20
  • TypeError: Cannot read property 'name' of undefined #19

Merged pull requests:

  • Redirect HTML page to always trailing slash and use require.resolve to find UI #22 (daffl)

v0.3.0 (2016-11-22)

Full Changelog

v0.1.0 (2016-11-22)

Full Changelog

Implemented enhancements:

  • Use swagger-node-express #5
  • Parse documentation with Dox (or similar) #3
  • Complete support for REST API #2

Fixed bugs:

  • Remove bower_components/ #4

Closed issues:

  • Update npm version #16
  • Problem with path.join #13
  • Please Provide Documentation/Make Example More Accessible #11
  • Documentation Doesn't Exist: What Boneheaded Thing Did I Do? #10
  • Supported in Feathers 2? #9
  • See Swagger API docs #1

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator