Skip to content

Commit

Permalink
chore/version bump (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
dabeeeenster authored Sep 13, 2023
1 parent ffc6502 commit e6db4ce
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 49 deletions.
99 changes: 51 additions & 48 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,41 @@
# Changelog

## [4.0.0]
## [5.0.0]

- Realtime flags

- trait/value: Add support for int,float, bool and string
- Upgrade [flagsmith_core](https://pub.dev/packages/flagsmith_core)
## [4.0.0]

- trait/value: Add support for int,float, bool and string
- Upgrade [flagsmith_core](https://pub.dev/packages/flagsmith_core)

## [3.1.0]

- Upgrade dio
- Github Workflows improvements
- Upgrade dio
- Github Workflows improvements

## [3.0.3]

- Upgrade rxdart dependency
- Upgrade rxdart dependency

## [3.0.2]

- Only call analytics if there are feature evaluations to track
- Only call analytics if there are feature evaluations to track

## [3.0.1]

- Expose `reload` option on all methods for retrieving flag information for a user
- Fix `updateTraits` method following move to edge (which deprecated `/traits/bulk/` endpoint)
- Expose `reload` option on all methods for retrieving flag information for a user
- Fix `updateTraits` method following move to edge (which deprecated `/traits/bulk/` endpoint)

## [3.0.0]

- Update default URL to Edge API.
- Update default URL to Edge API.

## [2.3.0]

- Refactor to rely on https://github.com/Flagsmith/flagsmith-flutter-core

## [2.2.0-beta.1] - 17/10/2021
## [2.2.0-beta.1]- 17/10/2021

Features:

Expand All @@ -44,13 +47,13 @@ Fixes:
- cancel timer on close
- reloading of caches

## [2.2.0-beta.0] - 13/10/2021
## [2.2.0-beta.0]- 13/10/2021

Features:

- [Flag Analytics](https://docs.flagsmith.com/advanced-use/flag-analytics)

## [2.1.0-alpha.0] - 24/09/2021
## [2.1.0-alpha.0]- 24/09/2021

Fixes:

Expand All @@ -63,28 +66,28 @@ Fixes:
- persistent storage is available as custom package
[flagsmith_storage_sharedpreferences](https://pub.dev/packages/flagsmith_storage_sharedpreferences)

## [2.0.1+2] - 20/08/2021
## [2.0.1+2]- 20/08/2021

Fixes:

- removing isolate

## [2.0.1+1] - 20/08/2021
## [2.0.1+1]- 20/08/2021

Fixes:

- adding support for flutter web

## [2.0.1] - 09/08/2021
## [2.0.1]- 09/08/2021

Breaking Changes:

- removing async update from constructor (anti-pattern)
- removing FlagsmithException(type) and replacing with
- FlagsmithApiException
- FlagsmithConfigException
- FlagsmithFormatException
- FlagsmithException
- FlagsmithApiException
- FlagsmithConfigException
- FlagsmithFormatException
- FlagsmithException

Features:

Expand All @@ -99,33 +102,33 @@ Features:
- fixing name conversion
- adding missing tests

## [2.0.0] - 06/20/2021
## [2.0.0]- 06/20/2021

- first official null-safety release of Flagsmith SDK for Flutter
- expose Dio client `FlagsmithClient.client`

## [2.0.0-nullsafety.1] - 06/17/2021
## [2.0.0-nullsafety.1]- 06/17/2021

- remove reliance on `type` attribute of feature
- minor fixes to example app
- FeatureUser replaced by Identity model
- new Trait function for create / bulk
- fixing example app

## [2.0.0-nullsafety.0] - 03/27/2021
## [2.0.0-nullsafety.0]- 03/27/2021

- init version of nullsafety version

## [1.1.0] - 14/04/2021
## [1.1.0]- 14/04/2021

- remove reliance on type attribute of feature
- minor fixes to example app

## [1.0.1] - 03/27/2021
## [1.0.1]- 03/27/2021

- minor update

## [1.0.0-prev.0] - 03/27/2021
## [1.0.0-prev.0]- 03/27/2021

_Bullet train client_ is **Flagsmith**

Expand All @@ -145,108 +148,108 @@ Config:
- adding `caches` with default value `false`
- adding caches to client and new `bool hasCachedFeatureFlag(String featureName, {FeatureUser user})`

## [0.1.5] - 11/26/2020
## [0.1.5]- 11/26/2020

- fix getFeatureFlagValue

## [0.1.4] - 10/26/2020
## [0.1.4]- 10/26/2020

- replace imports for using models in integration tests

## [0.1.3] - 10/21/2020
## [0.1.3]- 10/21/2020

- fixing seed function
- extending default values for timeouts

## [0.1.2] - 010/04/2020
## [0.1.2]- 010/04/2020

- adding new attr to config `isSelfSigned` for overriding self-signed cert issues

## [0.1.1] - 09/24/2020
## [0.1.1]- 09/24/2020

- adding support for streams from storage
- breaking change in storing values
- implementing equatable
- config: new isDebug attr for toggle logging to console

## [0.1.0+2] - 09/22/2020
## [0.1.0+2]- 09/22/2020

- rxdart range

## [0.1.0+1] - 09/21/2020
## [0.1.0+1]- 09/21/2020

- minor fixes

## [0.1.0] - 09/21/2020
## [0.1.0]- 09/21/2020

- securing storages
- change persistent storage
- changing config attributes for storage
- minor fixes

## [0.0.4+3] - 09/15/2020
## [0.0.4+3]- 09/15/2020

- added missing initial value field in Feature

## [0.0.4+2] - 09/12/2020
## [0.0.4+2]- 09/12/2020

- dependency package

## [0.0.4+1] - 09/12/2020
## [0.0.4+1]- 09/12/2020

- path as a parameter in Persistent storage

## [0.0.4+0] - 09/12/2020
## [0.0.4+0]- 09/12/2020

- removed freezed from library
- removed dio logging interceptor
- removed builder
- fixing persistent storage
- full page example

## [0.0.3+1] - 09/11/2020
## [0.0.3+1]- 09/11/2020

- switch to pedantic

## [0.0.3] - 09/11/2020
## [0.0.3]- 09/11/2020

- Reading from InMemoryStorage
- Added persistent storage
- Handling errors with custom Exception
- fixing freezed issue

## [0.0.2+6] - 09/10/2020
## [0.0.2+6]- 09/10/2020

- Reading from InMemoryStorage
- Added persistent storage
- Handling errors with custom Exception
- fixing freezed issue

## [0.0.2+5] - 09/08/2020
## [0.0.2+5]- 09/08/2020

- Fixing readme

## [0.0.2+4] - 09/08/2020
## [0.0.2+4]- 09/08/2020

- Fixing dartfm

## [0.0.2+3] - 09/08/2020
## [0.0.2+3]- 09/08/2020

- Fixing control_flow_in_finally

## [0.0.2+2] - 09/08/2020
## [0.0.2+2]- 09/08/2020

- Fixing flutter web support

## [0.0.2+1] - 09/08/2020
## [0.0.2+1]- 09/08/2020

- Updated readme

## [0.0.2] - 09/08/2020
## [0.0.2]- 09/08/2020

- Added unit tests
- Fixed user and traits

## [0.0.1] - 09/07/2020
## [0.0.1]- 09/07/2020

- TODO: Describe the initial release.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: >-
Flutter Client SDK for https://www.flagsmith.com/, Flagsmith is 100% Open
Source. Host yourself or let us take care of the hosting.
version: 4.0.0
version: 5.0.0
homepage: https://github.com/Flagsmith/flagsmith-flutter-client
repository: https://github.com/Flagsmith/flagsmith-flutter-client
issue_tracker: https://github.com/Flagsmith/flagsmith-flutter-client/issues
Expand Down

0 comments on commit e6db4ce

Please sign in to comment.