Skip to content

0.1.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@hypercodeplace hypercodeplace released this 27 Nov 11:31
· 47 commits to master since this release

The following is added:

  • Supporting generic interfaces with not-specified type parameters like IService<T1, T2>;
  • Supporting type parameter constraints of classes and methods.