Releases: peppierre/typesafe-http
Releases · peppierre/typesafe-http
v2.0.0
What's Changed
- detailed support to provide call-thru support for non-generic-typed HttpClient methods
- API changes for generic-typed methods
- in v1.x:
this.http.get<Type>(RUNTIMETYPE, url) - in v2.x:
this.http.get<Type>(url, { runtimeType: RUNTIMETYPE })
- in v1.x:
Full Changelog: https://github.com/peppierre/typesafe-http/commits/v2.0.0
v1.0.0
What's Changed
- [RETHINK] multiversion support changed by @peppierre in #1
Full Changelog: https://github.com/peppierre/typesafe-http/commits/v1.0.0