MPL-2.0 licensed by Raghu Kaippully
Maintained by [email protected]
This version can be pinned in stack with:webgear-swagger-ui-1.3.1@sha256:72f73b5c5f5b229f4ab01bfcc5c4f88c2c4bb2f04d33c48db3030789dc3c89a3,3362

Module documentation for 1.3.1

WebGear - Swagger UI

Hackage

WebGear is a Haskell library for building composable, type-safe HTTP APIs. This package helps to serve swagger UI based on WebGear API specifications.

License

This package is released under Mozilla Public License 2.0. It also embeds an unmodified copy of swagger-ui-dist released under Apache License 2.0.

Changes

Changelog for webgear-swagger-ui

Unreleased

1.3.1 - 2024-11-24

Added

  • Support GHC-9.10

1.3.0 - 2024-06-13

Changed

  • Simplify core API (breaking change) (#47)

1.2.0 - 2024-03-18

Changed

  • Support for embedding WAI applications in handlers (#36)

1.1.1 - 2024-01-01

Changed

  • Updated dependency bounds and GHC versions (#35)

1.1.0 - 2023-12-29

Added

  • First version of webgear-swagger-ui