Releases: logmanoriginal/LabVIEW-Composition
Releases · logmanoriginal/LabVIEW-Composition
Version 1.3.1
- [#14] Fixed an issue that resulted in error 1400 when composing interfaces.
Version 1.3.0
- Replaced the previous object hierarchy lookup code by a much simpler solution using 'Get Mutation History'.
- [#12] Fixed an issue that resulted in error 1013 when accessing the front panel of private data controls in executables.
- [#13] Fixed an issue that prevented errors from being reported to the caller.
Version 1.2.3
Version 1.2.2
- [#9] Fixed an issue in "Decompose LabVIEW Object", which results in empty data when the private data cluster is defined as indicator.
Version 1.2.1
Version 1.2.0
- [#5] Added support for more data types to Decompose Map and Decompose Set
- Various performance improvements when decomposing Map- and Set Collections
Version 1.1.0
- Added Compose Map
- Added Compose Set
Version 1.0.1
- [#4] Fixed object decomposition failure when the current application instance contains a broken class.
Version 1.0.0
This is the first release, which includes functions to compose and decompose following types.
- LabVIEW Objects
- Clusters
- Maps
- Sets
The library requires LabVIEW 2017 or higher
Maps and Sets are only useful in LabVIEW 2019 or higher