Skip to content

Releases: logmanoriginal/LabVIEW-Composition

Version 1.4.0

25 May 16:07
c05ecf5

Choose a tag to compare

What's Changed

  • #20 Added functions to decompose/compose variant arrays
  • #21 Simplified the palette icon
  • #22 Removed verbose author information from VI descriptions
  • #23 Added warnings for Decompose Set to the README file, package- and VI description. The issue was tracked under LabVIEW issue number 2058864 and is fixed in LabVIEW 2024 Q1.

This release also includes new VI icons for a more coherent appearance and a new example to demonstrate how to access the private data cluster of an object.

Full Changelog: 1.3.1...1.4.0

Version 1.3.1

13 Jul 14:59
cd619c7

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

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

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

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

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

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

Choose a tag to compare

  • Added Compose Map
  • Added Compose Set

Version 1.0.1

01 Apr 20:17
b942fea

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

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