Skip to content

v1.6.0

Compare
Choose a tag to compare
@cnizzardini cnizzardini released this 25 Oct 13:40
· 198 commits to master since this release
cc7a3fd

You will need to update any SwaggerBake.Schema.created event listeners to use ModelDecorator instead of EntityDecorator. This was done to improve some of the internal code which now leverages classes from MixerApi/Core. The SwagDtoForm annotation has been deprecated, use SwagDtoRequestBody (see below or read release notes).

Features

  • Schema is now loaded from Table classes instead of scanning your project database schema. This allows support for non-conventional table names (singular names for instance) as well as support for SQL Views #171
  • Adds support for Data Transfer Objects on XML and JSON request types #204
  • Add SwagEntityAttribute::example #208

Changes

  • Updates SwaggerBake.Schema.created to use ModelDecorator since the EntityDecorator has been deprecated #210
  • Removes EntityDecorator and PropertyDecorator, now uses MixerApi/Core classes.
  • Deprecates SwagDtoForm annotation (use SwagDtoRequestBody now) #204
  • Cleanup display of friends of cake search filters #206

Release Notes

PR History