V1.1.0 Public API release:

- Compatibility notes: https://docs.hai-vr.dev/updates/2024/08/21/p0
  - Alternatively, see or find: https://github.com/hai-vr/documentation/blob/main/updates/2024-08-21-p0.md
- Migration guide: https://docs.hai-vr.dev/docs/products/animator-as-code/migrating-v0-to-v1
- What's new: https://docs.hai-vr.dev/docs/products/animator-as-code/v1.1-whats-new
- Planned future breaking changes:
  - The AacFlSettingKeyframes constructor will be made private/internal in V1.2.0.
  - The methods AacFlBase.InternalConfiguration and AacFlBase.InternalDoCreateLayer will be made private/internal in V1.2.0.
  - For compatibility reasons they remain public for the duration of V1.1.x.
- There are no other breaking changes to be expected for the lifetime of V1.
This commit is contained in:
Haï~
2024-08-21 04:09:21 +02:00
parent 1f4bf4ec83
commit 31383e79db
@@ -1,7 +1,7 @@
{ {
"name": "dev.hai-vr.animator-as-code.v1", "name": "dev.hai-vr.animator-as-code.v1",
"displayName": "Animator As Code V1 (Beta)", "displayName": "Animator As Code V1",
"version": "1.1.0-beta.9", "version": "1.1.0",
"unity": "2019.4", "unity": "2019.4",
"description": "Base Animator As Code library. This library only requires Unity.", "description": "Base Animator As Code library. This library only requires Unity.",
"vrchatVersion" : "2022.1.1", "vrchatVersion" : "2022.1.1",