Skip to content

Commit

Permalink
Changed version to 0.0.2 due to breaking changes in TS generation.
Browse files Browse the repository at this point in the history
TypeScript gen now will generate interfaces for types & not classes which shouldn't impact anyone. Just makes more sense for generation.
Typescript gen bug for arrays fixed (this is a break change).
Typescript Arrays now use Array<> and not [] - shouldn't impact anyone
Added new sample based on DevConf rating system
  • Loading branch information
rmaclean committed Feb 26, 2016
1 parent 27d5245 commit c929ab1
Show file tree
Hide file tree
Showing 21 changed files with 982 additions and 288 deletions.
2 changes: 1 addition & 1 deletion examples/C#-Examples/bookclubbing.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//This file was autogenerated by nSwagger 0.0.1 - changes made to it maybe lost if nSwagger is run again.
//This file was autogenerated by nSwagger 0.0.2 - changes made to it maybe lost if nSwagger is run again.
namespace nSwagger
{
using Newtonsoft.Json;
Expand Down
Loading

0 comments on commit c929ab1

Please sign in to comment.