@microtronics/studio-cli 0.52.0 → 0.54.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 CHANGED
@@ -1,21 +1,33 @@
1
1
  # Changelog
2
2
 
3
- ## 0.52.0 (2026-03-23)
3
+ ## 0.54.0 (2026-03-23)
4
4
 
5
5
  ### Features
6
6
 
7
- * add global defines template substitution to DDE validation ([c079400](https://bitbucket.org/microtronics-core/vscode-studio/commits/c079400b3c9be8a1cb3de9347a26baadf23517c4))
8
- * add logger parameter to Globals.read for deprecation warnings ([b588454](https://bitbucket.org/microtronics-core/vscode-studio/commits/b588454655cc4f29a814af2f9bcd6a3151c1417c))
9
- * add paths for defines.ts, app.ini, and defaults.ini to default files config ([582ce33](https://bitbucket.org/microtronics-core/vscode-studio/commits/582ce3341008b02e7b2d1db37e9e7cf8939c0e8a))
10
- * add typed interface for STUDIO_DEFINES with numeric support ([f69719f](https://bitbucket.org/microtronics-core/vscode-studio/commits/f69719fddf17e2a87d2f8ca84230119d513f868f))
11
- * attach ini comments to global defines as JSDoc ([e896a47](https://bitbucket.org/microtronics-core/vscode-studio/commits/e896a47fa62ca820ea9c6d289be6310933762378))
12
- * expand globals module with sectioned config and LSP support ([65a312b](https://bitbucket.org/microtronics-core/vscode-studio/commits/65a312b7766efa00a98bb976be8c879389059176))
13
- * generate defines.ts before POV/BLO builds ([66fa3af](https://bitbucket.org/microtronics-core/vscode-studio/commits/66fa3af99a5042f43c1d2361db085111277a74c0))
14
- * improve dde error handling during build ([67b3945](https://bitbucket.org/microtronics-core/vscode-studio/commits/67b394545df1324ef7bf15a0227e440db93bf18a))
15
- * improve DDE validation errors and build process ([9e33dcd](https://bitbucket.org/microtronics-core/vscode-studio/commits/9e33dcdd6132b7d372b60000eea3d46fff77ed29))
16
-
17
- ### Bug Fixes
18
-
7
+ * generate dual defines.ts files for library projects ([53295e6](https://bitbucket.org/microtronics-core/vscode-studio/commits/53295e670975d53de23130abf9dd4761c5028bba))
8
+
9
+ ## 0.53.0 (2026-03-23)
10
+
11
+ ### Bug Fixes
12
+
13
+ * load app.ini for both library and application manifests ([ab34c4f](https://bitbucket.org/microtronics-core/vscode-studio/commits/ab34c4fc4b7e0b49c42d6897e9f752a7f97f3f7e))
14
+
15
+ ## 0.52.0 (2026-03-23)
16
+
17
+ ### Features
18
+
19
+ * add global defines template substitution to DDE validation ([c079400](https://bitbucket.org/microtronics-core/vscode-studio/commits/c079400b3c9be8a1cb3de9347a26baadf23517c4))
20
+ * add logger parameter to Globals.read for deprecation warnings ([b588454](https://bitbucket.org/microtronics-core/vscode-studio/commits/b588454655cc4f29a814af2f9bcd6a3151c1417c))
21
+ * add paths for defines.ts, app.ini, and defaults.ini to default files config ([582ce33](https://bitbucket.org/microtronics-core/vscode-studio/commits/582ce3341008b02e7b2d1db37e9e7cf8939c0e8a))
22
+ * add typed interface for STUDIO_DEFINES with numeric support ([f69719f](https://bitbucket.org/microtronics-core/vscode-studio/commits/f69719fddf17e2a87d2f8ca84230119d513f868f))
23
+ * attach ini comments to global defines as JSDoc ([e896a47](https://bitbucket.org/microtronics-core/vscode-studio/commits/e896a47fa62ca820ea9c6d289be6310933762378))
24
+ * expand globals module with sectioned config and LSP support ([65a312b](https://bitbucket.org/microtronics-core/vscode-studio/commits/65a312b7766efa00a98bb976be8c879389059176))
25
+ * generate defines.ts before POV/BLO builds ([66fa3af](https://bitbucket.org/microtronics-core/vscode-studio/commits/66fa3af99a5042f43c1d2361db085111277a74c0))
26
+ * improve dde error handling during build ([67b3945](https://bitbucket.org/microtronics-core/vscode-studio/commits/67b394545df1324ef7bf15a0227e440db93bf18a))
27
+ * improve DDE validation errors and build process ([9e33dcd](https://bitbucket.org/microtronics-core/vscode-studio/commits/9e33dcdd6132b7d372b60000eea3d46fff77ed29))
28
+
29
+ ### Bug Fixes
30
+
19
31
  * add export statement to generated defines file ([631ecb9](https://bitbucket.org/microtronics-core/vscode-studio/commits/631ecb99c351a2a049909a820dec9953cc80d88d))
20
32
 
21
33
  ## 0.51.0 (2026-03-17)