Skip to content

Releases: jordansjones/Swasey

v0.8.7

01 Feb 17:17
460b518

Choose a tag to compare

  • New: More detail in Qualified Name exceptions (thanks @CodyBatt)

v0.8.6

16 Jan 18:29
80c7a84

Choose a tag to compare

Fanservice release

  • New: Added (partial?) support for Swagger 2.0

v0.8.5

06 Nov 20:50

Choose a tag to compare

  • New: Added "IsDateTime" property to DataType

v0.8.4

18 Sep 17:36

Choose a tag to compare

  • New: Updated dependencies... Yay?

v0.8.3

18 Sep 16:14

Choose a tag to compare

  • New: IOperationDefinition.ProducesOctetStream - returns true when operation produces application/octet-stream.

v0.8.2

10 Sep 23:30

Choose a tag to compare

  • New: Added "Is**" property to DataType for the following data types:
    • bool
    • byte
    • char
    • decimal
    • double
    • float
    • int
    • long
    • sbyte
    • short
    • string
    • uint
    • ulong
    • ushort
    • void

v0.8.1

16 Jul 22:49

Choose a tag to compare

  • New: Enumerable primitive types will now set IsPrimitive appropriately
  • New: Enumerable nullable types will now set IsNullable appropriately

v0.8.0

16 Jul 22:17

Choose a tag to compare

  • New: Updated dependencies... Yay?
  • Fixed: Correctly indicate that byte is a primitive.

v0.7.0

19 May 22:29

Choose a tag to compare

  • New: Updated dependencies... Yay!

v0.6.0

19 May 21:15

Choose a tag to compare

  • New: IOperationDefinition.ConsumesOctetStream - returns true when operation consumes application/octet-stream.