Skip to content
This repository has been archived by the owner on Mar 21, 2019. It is now read-only.

Releases: superstator/Swaggeratr

v2014.7.29.1

29 Jul 18:08
Compare
Choose a tag to compare

Implemented #60 and #57.

v2014.5.12.1 Release

12 May 18:32
Compare
Choose a tag to compare

Updated JSON.net to v6.0.3. No bug fixes.

v2014.5.2.1 Release

02 May 20:54
Compare
Choose a tag to compare

Fixed issue #52 and #53.

v2014.1.31.1 Release

31 Jan 21:14
Compare
Choose a tag to compare

Fixes issue #49 .

v2014.1.13.1 Release

13 Jan 19:21
Compare
Choose a tag to compare

v2014.1.12.1 Release

12 Jan 15:46
Compare
Choose a tag to compare

Fixed #33. If the Name value for DataContract or DataMember attributes are specified, Swaggerator now uses the value instead of class or property name. This is to avoid displaying full namespace for security purposes.

v2014.1.6.1 Release

06 Jan 18:18
Compare
Choose a tag to compare

Added OverrideReturnType attribute to override return type for asynchronous methods.

v2014.1.5.1 Release

06 Jan 00:59
Compare
Choose a tag to compare

Fixed issue #39. Renamed attribute setting MaxLength to TypeSizeNote in MemberPropertiesAttribute and ParameterSettingsAttribute.

v2014.1.3.1 release

03 Jan 23:06
Compare
Choose a tag to compare
  • Adds an ability to specify data member length in data type text, e.g. string(126) (#35)
  • All of the C# built-in types are mapped, except object. Added ability to hide a parameter. It is useful for hiding unnecessary parameters in an asynch operation. (#28)
  • Updated copyright year to 2014. (#37)

v2013.11.26.1 Release

26 Nov 17:17
Compare
Choose a tag to compare

Fixes issue #30.