@microtronics/studio-cli 0.62.0 → 0.63.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 +7 -1
- package/dist/main.js +47 -47
- package/out/api.js +32 -32
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## 0.
|
|
3
|
+
## 0.63.0 (2026-05-07)
|
|
4
4
|
|
|
5
5
|
### Features
|
|
6
6
|
|
|
7
|
+
* **dlo:** optimize array field serialization with loop generation ([27353c9](https://bitbucket.org/microtronics-core/vscode-studio/commits/27353c9909126d5f1001e65c11f9a2cbb8ddc557))
|
|
8
|
+
|
|
9
|
+
## 0.62.0 (2026-04-23)
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
7
13
|
* first version to sync a device with usb ([dec8608](https://bitbucket.org/microtronics-core/vscode-studio/commits/dec8608fa40c05d77fa1b53bc11691da2b2e560a))
|
|
8
14
|
|
|
9
15
|
## 0.61.0 (2026-04-22)
|