Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Latest commit

 

History

History
112 lines (69 loc) · 3 KB

CHANGELOG.md

File metadata and controls

112 lines (69 loc) · 3 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

Generated by Git Changelog, an open source project brought to you by UpTech Works, LLC. A consultancy that partners with companies to help build, launch, and refine their products.

Unreleased - now

[1.2.0] - 2023-12-14

Changed

  • increased supported sdk versioning from >=2.18.1 <3.0.0 to >=2.17.2 <4.0.0 to match the underlying GrowthBook SDK Flutter library
  • lints to 3.0.0
  • growthbook_sdk_flutter to 3.0.0+0
  • fvm version to 3.16.2

[1.1.0] - 2023-08-08

Changed

  • Underlying growthbook_sdk_flutter to ^2.1.0+0

1.0.0 - 2023-03-20

Changed

  • constructor to an async constructor

0.7.0 - 2023-01-25

Changed

  • initialization to support new SDK Connectors

0.6.0 - 2023-01-25

Added

  • 'Evaluate Feature value' section in README
  • 'Set attribute' section in README
  • 'Set attribute on init' section in README
  • public set attribute method

Changed

  • required key for UptechGrowthBookWrapper

0.5.0 - 2023-01-03

Added

  • attribute parameter to the init methods
  • Support for non-boolean features
  • rule parameter to the test client and the test init method

0.4.1 - 2022-12-12

Fixed

  • bug where flutter web loadOverridesFromAsets didn't work when missing the asset file

0.4.0 - 2022-12-12

Added

  • Support for local overrides using a JSON-formatted file. The file

Fixed

  • bug where live client path was using the test client

0.3.2 - 2022-12-08

Fixed

  • bug where live client path was using the test client

0.3.1 - 2022-12-08

Fixed

  • refresh not awaiting bug

0.3.0 - 2022-12-08

Added

  • seeds to the init() method

Fixed

  • crash when feature not defined bug in isOn method

0.2.0 - 2022-12-06

Changed

  • init() to no longer take the apiKey

0.1.0 - 2022-12-06

Added

  • initial version