2.9.3
[2.9.3] - 2019-02-12
Fixed:
- The React SDK was pulling in the entire
lodash
package. This has been improved to only require the much smallercamelcase
tool fromlodash
. - The React SDK now lists React itself as a peer dependency rather than a regular dependency, so it will not included twice in an application that already requires React.
- Corrected the TypeScript declaration for the
identify
method to indicate that its asynchronous result type isLDFlagSet
, notvoid
. (Thanks, impressiver!) - Corrected and expanded many documentation comments in the TypeScript declarations.
(The 2.9.2 release was broken and has been removed.)