particle-api-js 10.2.0 → 10.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/dist/particle.min.js +1 -1
- package/dist/particle.min.js.map +1 -1
- package/docs/api.md +534 -474
- package/package.json +1 -1
- package/src/Particle.js +84 -49
- package/test/Particle.spec.js +37 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# changelog
|
|
2
2
|
|
|
3
|
+
## 10.3.0 - 7 November 2023
|
|
4
|
+
|
|
5
|
+
* Add support for sandbox accounts on all logic/ledger APIs by allowing the omission of the `org` property
|
|
6
|
+
* Add `executeLogic` function for testing logic functions before deploying them
|
|
7
|
+
|
|
3
8
|
## 10.2.0 - 6 October 2023
|
|
4
9
|
|
|
5
10
|
* Migrate LogicBlocks methods to LogicFunctions, LogicTriggers, and LogicRuns
|