Skip to content

Releases: particle-iot/particle-api-js

v10.1.0

22 Sep 16:17
02468a3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v10.0.0...v10.1.0

v10.0.0

08 Sep 22:01
f202a67
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v9.4.1...v10.0.0

v9.4.1

17 Jun 21:14
Compare
Choose a tag to compare

What's Changed

  • Fix issue with peerDependencies coming from sinon and chai by @deleonn in #144

Full Changelog: v9.4.0...v9.4.1

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