Skip to content

Commit

Permalink
4.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dankinsoid committed May 5, 2024
1 parent 784d3f3 commit 562700a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The library is based on [SwiftOpenAPI](https://github.com/dankinsoid/SwiftOpenAP
3. Add a route to return a [SwaggerUI index.html](https://github.com/swagger-api/swagger-ui/blob/master/dist/index.html). Or configure your middlewares to use 'index.html' as default page.
4. Add a route to return an `OpenAPIObject` instance via the `app.routes.openAPI` method. Make sure the path of this route matches the `swagger.json` URL in your SwaggerUI page method.

All enums in your models must implement `CaseIterable`.
⚠️ All enums in your models must implement `CaseIterable`.

### Advanced Usage
VaporToOpenAPI includes several advanced features that allow you to customize the generated OpenAPI documentation in various ways. Some of these features include:
Expand Down Expand Up @@ -218,7 +218,7 @@ import PackageDescription
let package = Package(
name: "SomeProject",
dependencies: [
.package(url: "https://github.com/dankinsoid/VaporToOpenAPI.git", from: "4.6.4")
.package(url: "https://github.com/dankinsoid/VaporToOpenAPI.git", from: "4.6.5")
],
targets: [
.target(name: "SomeProject", dependencies: ["VaporToOpenAPI"])
Expand Down

0 comments on commit 562700a

Please sign in to comment.