Skip to content

Releases: particle-iot/particle-api-js

v9.2.0

31 May 19:26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v9.1.2...v9.2.0

v9.1.2

09 Dec 15:59
Compare
Choose a tag to compare
  • Fix library download

v9.1.1

09 Dec 15:59
v9.1.1
e6ee552
Compare
Choose a tag to compare
  • Use unforked copy of stream-http dependency

v9.1.0

09 Dec 15:59
v9.1.0
f1f2e68
Compare
Choose a tag to compare
  • .listAccessTokens() accepts otp option to support users with MFA enabled

v9.0.2

28 Jul 14:44
Compare
Choose a tag to compare
  • Add .deleteActiveAccessTokens() method
  • Add invalidateTokens arguments to .confirmMfa() and .changeUsername() methods

v9.0.1

01 Jun 18:39
Compare
Choose a tag to compare

Add .getProductDeviceConfiguration() and .getProductDeviceConfigurationSchema() methods

v9.0.0

20 May 13:20
Compare
Choose a tag to compare

Breaking Changes

  • base http methods (.get(), .put(), etc) on agent and particle classes accept options object vs. positional arguments (see here)
  • .downloadFile() method uses uri option (vs. url) (docs)
  • refactored options object for the .createWebhook() method - hook-related options are now passed in via options.hook (docs)

Updates

  • add support for configuration and location services
  • all top-level api methods optionally accept a headers option object

v8.3.0

06 Jun 23:42
Compare
Choose a tag to compare

#116 Adds delete user

v8.2.1

05 Feb 02:27
cca3e88
Compare
Choose a tag to compare

PR #112 fix file download methods .downloadFile(), .downloadFirmwareBinary(), and .downloadProductFirmware()

v8.2.0

28 Jan 17:19
bde184c
Compare
Choose a tag to compare

PR #109 .addDeviceToProduct() accepts file option to facillitate bulk importing of devices