Skip to content

Releases: fsprojects/SwaggerProvider

0.5.1

30 Apr 06:39
Compare
Choose a tag to compare
  • FIXED: Collisions in provided type names #27

0.5.0

19 Apr 03:57
Compare
Choose a tag to compare
  • BREAKING CHANGE: Instance methods for provided operations with configurable Host, Headers and modifiable web requests
  • Configurable operation name (IgnoreOperationId parameter)
  • Support of unordered type definitions in schema (for Azure APIs)
  • Allow for custom headers per-request #22
  • Migration to FsUnitTyped + better testing

0.4.0

10 Apr 11:44
Compare
Choose a tag to compare
  • Added support of anonymous types generations - #24
  • Added support of recursively dependent type definitions
  • Added support of $refs in DefinitionProperty - #23
  • Added support of operations without operationId
  • Better XML docs

0.3.6

06 Apr 07:20
Compare
Choose a tag to compare

Updated JSON.NET version up to v8.0.3
Added support of model composition in path's response schema
Added support of composite types like ("type": [ "string", "null" ])

0.3.5

25 Feb 13:40
Compare
Choose a tag to compare

Added ability to override Host property at runtime - https://github.com/sergey-tihon/SwaggerProvider/issues/15

0.3.4

20 Jan 14:13
Compare
Choose a tag to compare

Fixed generation of obsolete provided methods - fsprojects/FSharp.TypeProviders.SDK#70

0.3.3

18 Jan 13:40
Compare
Choose a tag to compare

Fixed code generation for PetStore schema (Removed deprecated attributes from methods)
Updated JSON.NET version up to v8.0.2

0.3.2

23 Dec 14:02
Compare
Choose a tag to compare

Migration to .NET 4.5

0.3.1

23 Dec 12:24
Compare
Choose a tag to compare

Fixed docs and bug in SwaggerProvider.fsx

0.3.0

22 Dec 16:17
Compare
Choose a tag to compare

Added support of schemes in YAML format