Skip to content

Commit e6db4ce

Browse files
authored
chore/version bump (#60)
1 parent ffc6502 commit e6db4ce

File tree

2 files changed

+52
-49
lines changed

2 files changed

+52
-49
lines changed

CHANGELOG.md

Lines changed: 51 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,41 @@
11
# Changelog
22

3-
## [4.0.0]
3+
## [5.0.0]
4+
5+
- Realtime flags
46

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

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

912
## [3.1.0]
1013

11-
- Upgrade dio
12-
- Github Workflows improvements
14+
- Upgrade dio
15+
- Github Workflows improvements
1316

1417
## [3.0.3]
1518

16-
- Upgrade rxdart dependency
19+
- Upgrade rxdart dependency
1720

1821
## [3.0.2]
1922

20-
- Only call analytics if there are feature evaluations to track
23+
- Only call analytics if there are feature evaluations to track
2124

2225
## [3.0.1]
2326

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

2730
## [3.0.0]
2831

29-
- Update default URL to Edge API.
32+
- Update default URL to Edge API.
3033

3134
## [2.3.0]
3235

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

35-
## [2.2.0-beta.1] - 17/10/2021
38+
## [2.2.0-beta.1]- 17/10/2021
3639

3740
Features:
3841

@@ -44,13 +47,13 @@ Fixes:
4447
- cancel timer on close
4548
- reloading of caches
4649

47-
## [2.2.0-beta.0] - 13/10/2021
50+
## [2.2.0-beta.0]- 13/10/2021
4851

4952
Features:
5053

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

53-
## [2.1.0-alpha.0] - 24/09/2021
56+
## [2.1.0-alpha.0]- 24/09/2021
5457

5558
Fixes:
5659

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

66-
## [2.0.1+2] - 20/08/2021
69+
## [2.0.1+2]- 20/08/2021
6770

6871
Fixes:
6972

7073
- removing isolate
7174

72-
## [2.0.1+1] - 20/08/2021
75+
## [2.0.1+1]- 20/08/2021
7376

7477
Fixes:
7578

7679
- adding support for flutter web
7780

78-
## [2.0.1] - 09/08/2021
81+
## [2.0.1]- 09/08/2021
7982

8083
Breaking Changes:
8184

8285
- removing async update from constructor (anti-pattern)
8386
- removing FlagsmithException(type) and replacing with
84-
- FlagsmithApiException
85-
- FlagsmithConfigException
86-
- FlagsmithFormatException
87-
- FlagsmithException
87+
- FlagsmithApiException
88+
- FlagsmithConfigException
89+
- FlagsmithFormatException
90+
- FlagsmithException
8891

8992
Features:
9093

@@ -99,33 +102,33 @@ Features:
99102
- fixing name conversion
100103
- adding missing tests
101104

102-
## [2.0.0] - 06/20/2021
105+
## [2.0.0]- 06/20/2021
103106

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

107-
## [2.0.0-nullsafety.1] - 06/17/2021
110+
## [2.0.0-nullsafety.1]- 06/17/2021
108111

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

115-
## [2.0.0-nullsafety.0] - 03/27/2021
118+
## [2.0.0-nullsafety.0]- 03/27/2021
116119

117120
- init version of nullsafety version
118121

119-
## [1.1.0] - 14/04/2021
122+
## [1.1.0]- 14/04/2021
120123

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

124-
## [1.0.1] - 03/27/2021
127+
## [1.0.1]- 03/27/2021
125128

126129
- minor update
127130

128-
## [1.0.0-prev.0] - 03/27/2021
131+
## [1.0.0-prev.0]- 03/27/2021
129132

130133
_Bullet train client_ is **Flagsmith**
131134

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

148-
## [0.1.5] - 11/26/2020
151+
## [0.1.5]- 11/26/2020
149152

150153
- fix getFeatureFlagValue
151154

152-
## [0.1.4] - 10/26/2020
155+
## [0.1.4]- 10/26/2020
153156

154157
- replace imports for using models in integration tests
155158

156-
## [0.1.3] - 10/21/2020
159+
## [0.1.3]- 10/21/2020
157160

158161
- fixing seed function
159162
- extending default values for timeouts
160163

161-
## [0.1.2] - 010/04/2020
164+
## [0.1.2]- 010/04/2020
162165

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

165-
## [0.1.1] - 09/24/2020
168+
## [0.1.1]- 09/24/2020
166169

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

172-
## [0.1.0+2] - 09/22/2020
175+
## [0.1.0+2]- 09/22/2020
173176

174177
- rxdart range
175178

176-
## [0.1.0+1] - 09/21/2020
179+
## [0.1.0+1]- 09/21/2020
177180

178181
- minor fixes
179182

180-
## [0.1.0] - 09/21/2020
183+
## [0.1.0]- 09/21/2020
181184

182185
- securing storages
183186
- change persistent storage
184187
- changing config attributes for storage
185188
- minor fixes
186189

187-
## [0.0.4+3] - 09/15/2020
190+
## [0.0.4+3]- 09/15/2020
188191

189192
- added missing initial value field in Feature
190193

191-
## [0.0.4+2] - 09/12/2020
194+
## [0.0.4+2]- 09/12/2020
192195

193196
- dependency package
194197

195-
## [0.0.4+1] - 09/12/2020
198+
## [0.0.4+1]- 09/12/2020
196199

197200
- path as a parameter in Persistent storage
198201

199-
## [0.0.4+0] - 09/12/2020
202+
## [0.0.4+0]- 09/12/2020
200203

201204
- removed freezed from library
202205
- removed dio logging interceptor
203206
- removed builder
204207
- fixing persistent storage
205208
- full page example
206209

207-
## [0.0.3+1] - 09/11/2020
210+
## [0.0.3+1]- 09/11/2020
208211

209212
- switch to pedantic
210213

211-
## [0.0.3] - 09/11/2020
214+
## [0.0.3]- 09/11/2020
212215

213216
- Reading from InMemoryStorage
214217
- Added persistent storage
215218
- Handling errors with custom Exception
216219
- fixing freezed issue
217220

218-
## [0.0.2+6] - 09/10/2020
221+
## [0.0.2+6]- 09/10/2020
219222

220223
- Reading from InMemoryStorage
221224
- Added persistent storage
222225
- Handling errors with custom Exception
223226
- fixing freezed issue
224227

225-
## [0.0.2+5] - 09/08/2020
228+
## [0.0.2+5]- 09/08/2020
226229

227230
- Fixing readme
228231

229-
## [0.0.2+4] - 09/08/2020
232+
## [0.0.2+4]- 09/08/2020
230233

231234
- Fixing dartfm
232235

233-
## [0.0.2+3] - 09/08/2020
236+
## [0.0.2+3]- 09/08/2020
234237

235238
- Fixing control_flow_in_finally
236239

237-
## [0.0.2+2] - 09/08/2020
240+
## [0.0.2+2]- 09/08/2020
238241

239242
- Fixing flutter web support
240243

241-
## [0.0.2+1] - 09/08/2020
244+
## [0.0.2+1]- 09/08/2020
242245

243246
- Updated readme
244247

245-
## [0.0.2] - 09/08/2020
248+
## [0.0.2]- 09/08/2020
246249

247250
- Added unit tests
248251
- Fixed user and traits
249252

250-
## [0.0.1] - 09/07/2020
253+
## [0.0.1]- 09/07/2020
251254

252255
- TODO: Describe the initial release.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: >-
33
Flutter Client SDK for https://www.flagsmith.com/, Flagsmith is 100% Open
44
Source. Host yourself or let us take care of the hosting.
55
6-
version: 4.0.0
6+
version: 5.0.0
77
homepage: https://github.com/Flagsmith/flagsmith-flutter-client
88
repository: https://github.com/Flagsmith/flagsmith-flutter-client
99
issue_tracker: https://github.com/Flagsmith/flagsmith-flutter-client/issues

0 commit comments

Comments
 (0)