haskell-servant / servant-swagger-ui

Provide embedded swagger UI for servant and swagger
46 stars 34 forks source link

Generalise over the Swagger datatype rebase #92

Open sorki opened 3 years ago

sorki commented 3 years ago

See #89

Rebased, added Changelog entries and version bumps. Provided it is pretty straightforward to upgrade I don't think it's worth bothering with additional complexity.

@kosmikus Thanks for hunting down the ordering issues. Using this in combination with https://github.com/biocad/openapi3/pull/27 it's almost there except for openapi examples that still need Values.

sorki commented 2 years ago

Gentlest ping.

sorki commented 1 year ago

Rebased and updated bounds to allow base 4.19 and servant 0.20. CC @maksbotan as someone who touched this recently.