Skip to content

Releases: viodotcom/opticks

v4.2.0

04 Jul 15:28
254bec0
Compare
Choose a tag to compare

Minor Changes

  • 232d1bc: Upgrade @optimizely/optimizely-sdk to version 4.4.x

v4.1.1

20 Mar 15:26
424fe88
Compare
Choose a tag to compare

Patch Changes

  • 0846ab0: 💅 Improve toggle function return type, which now supports anonymous function return types and mixed arguments properly

v4.1.0

03 Mar 14:13
072b109
Compare
Choose a tag to compare

Minor Changes

  • 8756fe2:
  • 🚀 Codemods: Hardcode the TSX parser
  • 🐛 Codemods: Fix null removal for the TSX parser
  • 🐛 Codemods: Fix variable cleanup that was too aggressive and cleaned optimistically
  • 💅 Codemods: Clean up dangling JSX expressions such as {<B/>} -> <B/>

v4.0.4

23 Feb 16:52
614cc70
Compare
Choose a tag to compare

Patch Changes

  • 5610ad3: 🐛 Fix library entry point

v4.0.3

13 Feb 14:48
617bf5d
Compare
Choose a tag to compare

Patch Changes

  • 849fc6b: 🏠 Fix GitHub publish action
  • d037295: 🏠 Automate versioning and releasing and export types from optimizely integration

v4.0.2

13 Feb 14:17
Compare
Choose a tag to compare
  • 🏠 Run build before NPM publish

v4.0.1

06 Feb 17:37
Compare
Choose a tag to compare
  • 💅 Fix types for initialize and addActivateListener

v4.0.0

06 Feb 17:37
Compare
Choose a tag to compare
  • 💥 Migrate from Flow -> TypeScript
  • 📝 Document and type the Optimizely integration
  • 💥 Deprecate the Simple integration, still functions but won't be improved
  • 💥 Deprecate booleanToggle, as the toggle supports both feature flags and MVT experiments

v3.3.3

19 Oct 14:21
1acfe4f
Compare
Choose a tag to compare

💅 Update JSCodeShift to 0.14.0

v3.3.2

14 Oct 10:15
Compare
Choose a tag to compare

💅 Remove overridable parser flag in clean:toggle and clean:booleanToggle