Skip to content

2.4.1

Compare
Choose a tag to compare
@eli-darkly eli-darkly released this 15 Aug 00:31

[2.4.1] - 2018-08-14

Fixed:

  • The result value of identify() (provided by either a promise or a callback, once the flag values for the new user have been retrieved) used to be a simple map of flag keys to values, until it was accidentally changed to an internal data structure in version 2.0.0. It is now a map of flag keys to values again, consistent with what is returned by allFlags().
  • Added TypeScript definitions for the result values of identify(). (Thanks, 1999!)
  • Documented all optional compatibility polyfills in README.md.