Skip to content

Latest commit

 

History

History
67 lines (36 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

67 lines (36 loc) · 1.26 KB

5.1.1 (Mar 31, 2023)

  • Switch hostname on error in GraphQL response with status > 499

5.1.0 (Mar 19, 2023)

  • Throw on errors in GraphQL response.

5.0.0 (Mar 18, 2023)

  • Breaking: Auth using all cookies.
  • Breaking: GraphQL interface.

4.1.0 (Oct 8, 2021)

  • Update hostname and method for authentication.

4.0.0 (Mar 16, 2021)

  • Breaking: Support for MFA.

3.1.1 (Feb 28, 2021)

  • Handle auth with missing cookie.

3.1.0 (Feb 24, 2021)

  • Support new auth hosts.

3.0.0 (Oct 5, 2019)

  • Breaking: Replace request with axios as underlying http client.
  • Breaking: Drop support for Node <8.

2.4.0 (May 29, 2018)

  • Default client requests to JSON.

2.3.0 (Apr 29, 2018)

  • Expose all installation data as config properties.

2.2.0 (Apr 17, 2018)

  • Expose installation locale as instance property.

2.1.1 (Apr 16, 2018)

  • Fix syntax error in Node 7.

2.1.0 (Apr 5, 2018)

  • Reuse promises when doing the same call in parallel.

2.0.0 (Apr 2, 2018)

  • Breaking: Promises in favor of callbacks.
  • Refactor to class definitions.

1.2.0 (Apr 23, 2017)

  • Support for Node 4 & 5.
  • Retry failed request to different Verisure host.

1.1.0 (Dec 11, 2016)

  • Basic support for auth, installations and overview.