Skip to content

Releases: Festo-se/p4m-helpers

v1.0.4

07 Sep 12:10
Compare
Choose a tag to compare
  • Update the BaSyx.SDK dependency to 1.2.0

v1.0.3

08 Jun 06:47
Compare
Choose a tag to compare

Fixes release 1.0.2.

  • This release actually contains the features promised for v1.0.2 🙄

v1.0.2

07 Jun 10:15
Compare
Choose a tag to compare
  • Introduces the SubmodelWrapper class.
    Add a new wrapper class for BaSyx Submodel objects. This wrapper is used to simplify access to property values irrespective of whether the property in question is dynamic or static.

v1.0.1

02 Jun 10:34
Compare
Choose a tag to compare
  • Fixes a typo in a public field name in the AasProperties class. Normally, this would be a breaking change, but since this library isn't used by the Papyrus4Manufacturing release version, yet, we're considering it a hotfix.

v1.0.0

02 Jun 08:01
Compare
Choose a tag to compare

This is the first release of this library at its new home.

Migration notes

If you're migrating from the old aas-helpers v1.0.2 (never publically released) there are two breaking changes:

  • Package names have changed from org.eclipse.papyrus.aas.* to com.festo.aas.*.
  • The public final fields in the AasProperties class have changed from upper-case names to camel-casing to keep with Google's coding style guide (they aren't static, so not considered constants by the guide).