@djodjonx/x32-simulator 0.0.6 → 0.0.7

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
@@ -2,6 +2,26 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.0.7](https://github.com/djodjonx/x32-simulator/compare/v0.0.6...v0.0.7) (2026-01-12)
6
+
7
+
8
+ ### Features
9
+
10
+ * **config:** add centralized configuration module ([0790fda](https://github.com/djodjonx/x32-simulator/commit/0790fdabb9510954f485f2ff1541fcbe918f14ae))
11
+ * **domain:** robust unwrapping for x32-edit synchronization ([6ce7a1c](https://github.com/djodjonx/x32-simulator/commit/6ce7a1c0d282103bc769a6b473c7c4b049cb8fba))
12
+ * **domain:** support wrapped slash commands and rta visibility ([1765b1f](https://github.com/djodjonx/x32-simulator/commit/1765b1f91d82b159e1e1e3c92925cf4e7f939998))
13
+ * **exports:** export configuration types from library ([cfebf46](https://github.com/djodjonx/x32-simulator/commit/cfebf46ffa635860c1548cce3c2783d415060b25))
14
+ * **service:** add configurable intervals to SimulationService ([58ab399](https://github.com/djodjonx/x32-simulator/commit/58ab399a0b193573bd28758c6f02c1c9d228bbe6))
15
+ * **state:** add injectable state repository pattern ([4785e1c](https://github.com/djodjonx/x32-simulator/commit/4785e1cc00822119ab93f702e344a675a47bfa70))
16
+ * **subscription:** make subscription TTL configurable ([2cd4b9f](https://github.com/djodjonx/x32-simulator/commit/2cd4b9ff71328ec7e88e57dc2e51ec6dd682251e))
17
+ * **validation:** add strict validation mode to X32Node ([bd9d9f6](https://github.com/djodjonx/x32-simulator/commit/bd9d9f6d974b455bbe19951a1c8519681eeb5b14))
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **domain:** ensure /status returns full info to maintain x32-edit compatibility ([ce6440d](https://github.com/djodjonx/x32-simulator/commit/ce6440def5b0fb9a91000639f03b1127752829ed))
23
+ * **error-handling:** add try-catch in ProcessPacketUseCase ([4913f3b](https://github.com/djodjonx/x32-simulator/commit/4913f3b4cbbd206c5515fd8af0dba25d6a70397b))
24
+
5
25
  ### [0.0.6](https://github.com/djodjonx/x32-simulator/compare/v0.0.5...v0.0.6) (2026-01-11)
6
26
 
7
27