Skip to content

Releases: logmanoriginal/LabVIEW-Composition

Version 1.3.1

13 Jul 14:59
cd619c7
Compare
Choose a tag to compare
  • [#14] Fixed an issue that resulted in error 1400 when composing interfaces.

Version 1.3.0

21 Jan 16:06
7aa7bb7
Compare
Choose a tag to compare
  • 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

02 Jul 10:30
dfb7b12
Compare
Choose a tag to compare
  • [#10] Fixed an issue in "Compose LabVIEW Object", where an error input was not passed through.
  • [#11] Fixed an issue in "Decompose LabVIEW Object", where a warning input was not passed through.

Version 1.2.2

04 Jun 21:24
8560981
Compare
Choose a tag to compare
  • [#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

20 May 05:15
4067f94
Compare
Choose a tag to compare
  • [#6] Fixed an issue that resulted in error 1004 when (de-)composing classes that implement interfaces in LabVIEW 2020+
  • [#7] Fixed an issue that resulted in error 1401 when composing child classes whose version number is higher than their parent.

Version 1.2.0

17 Apr 12:18
5b1022c
Compare
Choose a tag to compare
  • [#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

08 Apr 07:44
6ba6c4b
Compare
Choose a tag to compare
  • Added Compose Map
  • Added Compose Set

Version 1.0.1

01 Apr 20:17
b942fea
Compare
Choose a tag to compare
  • [#4] Fixed object decomposition failure when the current application instance contains a broken class.

Version 1.0.0

27 Mar 20:39
45be7cd
Compare
Choose a tag to compare

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