Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.11 KB

CHANGELOG.md

File metadata and controls

30 lines (18 loc) · 1.11 KB

[0.0.1] - 25/08/2019.

  • First release: Added application configuration.

[0.0.2] - 26/08/2019.

  • Changed localizationsDelegate field name to localizationsDelegates.

  • Changed type of property from single delegate to list of localization delegates. This allow an application configuration to provide multiple localization delegates

[1.0.0] - 27/11/2019.

  • Added support for dependencies inside of ApplicationConfiguration. This allow you to specify the dependency that an application configuration is depending on, those dependency will be provided using provider library.

  • Added possibility to update current application configuration on the fly, using FAppConfigurationApplication.update method.

  • Added FAppConfigurationApplication class and FAppConfigurationApplicationState class to allow custom implementation of application widget without loosing update the functionality.

[1.1.0] - 02/01/2020

  • Changed Application configuration properties to methods, for better composition.

  • Upgraded the provider library version to 4.0.1

  • Updated the example to showcase using multiple application configuration.