You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attribute: attribute are now identified with uuid. (3194d1b)
Attributes: add no-value property support (aaca805)
Attributes: add uuid to identify attributes and remove find or create method (23cfdf1)
ModelBuilders: change parameters in model builder functions (50f874a)
Passkey: add explicit to passkey constructor (d869749)
BREAKING CHANGES
ModelBuilders: take components instead of uuid in model builders such as set_surface_name
SIGN: rename Sign struct to SIGN
Logger: change members name in Logger struct
Attributes: create_attribute now requires an additional parameter to specify the no-value property.
Attribute: attribute are now identified with uuid instead of strings which changes a lot of input parameters for attribute mananger methods. Also find_or_create_attribute was divided into two differents methods find_attribute and create_attribute