Skip to content

Releases: greymind/WebApiToTypeScript

Optional args if all parameters are optional

13 Sep 07:49

Choose a tag to compare

v1.1.0

Added Darko to team list

Typed object initializer for endpoints

12 Sep 20:22

Choose a tag to compare

Since typescript doesn't have named parameters, we now use a well defined interface to construct the object to prevent silent compile-time fails due to parameter order changes in signature.

Typed generic return for call

10 Sep 18:02

Choose a tag to compare

.call(...) returns ng.IPromise. More typing!

Angular endpoints service

09 Sep 14:50

Choose a tag to compare

Writes angular endpoints service now for properly managing $http scope and thus angular keeps track of it per app and such. Inject AngularEndpointsService, or whatever name you use in Config

Fix for TypeScript bug

06 Sep 17:22

Choose a tag to compare

Order base classes before derived classes since TypeScript bug is unfixed
microsoft/TypeScript#21
microsoft/TypeScript#5207

Support for collections in query strings

29 Aug 16:19

Choose a tag to compare

Adds support for collections in query strings

Stable trifecta of features

29 Aug 15:54

Choose a tag to compare

Stable set of the three core features - endpoints, enums and interfaces (classes). Lots of code cleanup required though, but it works on a fairly complex project!