Looked back at the change notes. There are lots of new features but again nothing that seems like it will be a breaking change. However, here are some changes to be aware of:
β*Β (v1.0.0 - May 1, 2024)*β:
- β`loadFeatures`β is replaced by β`init`β and β`initSync`β.
- Changes in behavior of β`enableDevMode`β option (no longer disables cache by default; must specify β`disableCache: true`β).
- Network requests no longer start automatically when creating a GrowthBook instance. They wait for β`loadFeatures`β or β`init`β.
β*(v0.32.0 - Jan 11, 2024)*β:
- The methods β`setAttributes`β, β`setAttributeOverrides`β, β`setForcedVariations`β, and β`setURL`β are now async and return a Promise. No code changes are required since these all returned β`void`β prior to this.