Skip to content

Releases: peppierre/typesafe-http

v2.0.0

23 Oct 20:07

Choose a tag to compare

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 })

Full Changelog: https://github.com/peppierre/typesafe-http/commits/v2.0.0

v1.0.0

09 Aug 19:24

Choose a tag to compare

What's Changed

  • [RETHINK] multiversion support changed by @peppierre in #1

Full Changelog: https://github.com/peppierre/typesafe-http/commits/v1.0.0