This repository was archived by the owner on May 30, 2024. It is now read-only.
5.7.3
[5.7.3] - 2019-03-21
Changed:
- The default value for the configuration property
capacity(maximum number of events that can be stored at once) is now 10000, consistent with the other SDKs, rather than 1000.
Fixed:
- A missing
varkeyword could cause an error in strict mode when evaluating a flag with rollouts. (Thanks, phillipb!) - The user attribute
secondarywas not included in the TypeScript declarations and therefore could not be used from TypeScript code.