Skip to content

Latest commit

 

History

History
80 lines (69 loc) · 6.66 KB

CHANGELOG.md

File metadata and controls

80 lines (69 loc) · 6.66 KB

Changelog

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

2.0.2 - 2023-09-06

Features

  • Changed the KameleoonClientConfig parameters clientId and clientSecret and the external configuration file parameters, client_id and client_secret from required to optional. This means you can now successfully initialize a configuration without providing credentials. Previously, you would receive a credentialsNotFound exception.
  • Added new conditions for targeting:
  • Upgraded Flutter SDK library to use iOS SDK 3.0.6 / Android SDK 3.2.1 / JS/TS SDK 1.7.2

2.0.1 - 2023-06-08

2.0.0 - 2023-06-06

The Flutter 2.0.0 release contains the following changes:

Unsupported versions:

1.0.3 - 2022-05-31 [Deprecated]

1.0.2 - 2021-11-03 [Deprecated]

  • Added scheduling feature
  • Refactoring structure of library
  • Updated Flutter SDK library to iOS 2.0.12 / Android 2.0.10 / JS 1.0.5

1.0.1 [Deprecated]

  • Add Web platform
  • Update Flutter SDK library to iOS 2.0.11 / Android 2.0.9

1.0.0 [Deprecated]

  • Release

0.0.3 [Deprecated]

  • Implement null-safety

0.0.2 [Deprecated]

  • Implement iOS bridge

0.0.1 [Deprecated]

  • Implement Android bridge