Skip to content

Releases: particle-iot/particle-api-js

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

v8.1.0

24 Jan 16:48
89fc636
Compare
Choose a tag to compare

PR #108 Add support for groups query parameter when listing product devices via .listDevices()
PR #107 Update eslint and related configuration
PR #106 .updateDevice() no longer sends signal when it is not set

v8.0.1

02 Dec 23:42
348569d
Compare
Choose a tag to compare

#105 Update to latest superagent to fix deprecation warnings in Node v12

v8.0.0

30 Jul 14:23
Compare
Choose a tag to compare

#99 Improve EventStream error handling

Support changing user's username (i.e., email) and password

22 Mar 14:33
Compare
Choose a tag to compare