Skip to content

Releases: nioc/netatmo-nodejs-api

2.2.0

Choose a tag to compare

@github-actions github-actions released this 05 Feb 22:17

🔧 Technical

  • Switch to more permissive license LGPL-3.0-or-later
  • Update dependencies

2.1.0

Choose a tag to compare

@github-actions github-actions released this 28 Jan 23:09

💡 Features

  • Allow base URL and headers replacement in requestConfig constructor parameter
  • Add typed errors

🔧 Technical

  • Update dependencies and ts target to es2022 / node 16

2.0.1

Choose a tag to compare

@github-actions github-actions released this 16 Dec 15:45

🔧 Technical

  • Update dependencies (Axios to 1.7.9)
  • Remove build assets (/lib) from repository
  • Add CI actions for build

2.0.0

Choose a tag to compare

@github-actions github-actions released this 05 Nov 02:02

⚠️ Breaking changes

  • Use TypeScript to provide type definitions, some of which may contain errors.

🔧 Technical

  • Update dependencies
  • Remove deprecated Client Credentials grant type
  • Add CI actions

Full Changelog: 1.2.0...2.0.0

1.2.0

Choose a tag to compare

@nioc nioc released this 29 Jul 00:42

Changes

  • Handle expired access token:
    • Save refresh token when authenticate with valid access token.
    • Add retry in request in case of expired access token.
  • Add test and coverage

1.1.0

Choose a tag to compare

@nioc nioc released this 27 Jul 19:16

Changes

  • Add authentication wrapper
  • Use querystring for authorize url

1.0.0

Choose a tag to compare

@nioc nioc released this 25 Jul 20:57

Initial version