Skip to content

1.1.0-beta.3

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Aug 06:18
· 21 commits to main since this release
  • Add AacFlState.WithMotionTime to replace AacFlState.MotionTime:
    • Add AacFlState.WithMotionTime(...) to replace AacFlState.MotionTime()
    • This is more in line with the function naming convention
    • The previous naming is also preserved not to break existing uses.
  • Work towards correcting inconsistencies in the API:
    • Rename *Percent to *Normalized.
    • Update inline documentation.
    • Add additional single-valued and array overloads.
    • Add AacFlSettingCurveObjectReference.WithUnit to be on-par with AacFlSettingCurve.
    • Add AacFlSettingCurveColor.WithUnit to be on-par with AacFlSettingCurve.
    • The previous naming is also preserved not to break existing uses.
  • Make Component[] null-element safe and add missing multi-component:
    • Make Component[] null-element safe.
    • Add missing multi-component variations of existing APIs.
  • Inline documentation pass.