Skip to content

Release 4.4.2

Compare
Choose a tag to compare
@yavorona yavorona released this 19 Nov 18:07
· 258 commits to master since this release
8028443

[4.4.2] - November 19, 2020

Bug fixes

  • In Optimizely class, use any type when assigning the return value of setTimeout. This is to allow it to type check regardless of whether it uses the browser or Node version of setTimeout (PR #623), (Issue #622)
  • Allowed to pass string type logLevel to createInstance (PR #627), (Issue #614)
  • Excluded suppressImplicitAnyIndexErrors from TSconfig and resolved reported TS compiler issues (PR #616), (Issue #613)
  • Refactored TypeScript type definitions to only import from shared_types to provide isolation from internal modules (#625)

New Features

  • Added enabled field to decision metadata structure to support upcoming application-controlled introduction of tracking for non-experiment Flag decisions (#619)