File tree 5 files changed +53
-3
lines changed
5 files changed +53
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.0.7-dev
2
+
3
+ * fix: rationalise clerk auth exports [ #105 ]
4
+ * fix: session token broken [ #97 ]
5
+ * feat: enable session tokens to be created and updated per organization [ #97 ]
6
+ * fix: enable telemetry to be disabled and endpoint to be set from env [ #97 ]
7
+ * fix: allow telemetry period to be set from environment too [ #97 ]
8
+ * fix: add check for malformed jwt into session token [ #97 ]
9
+ * feat: add external accounts to user profile and start connect account journey [ #118 ]
10
+ * fix: bugs in sign up flow [ #127 ]
11
+ * fix: add failed status to enum [ #112 ]
12
+ * feat: enable ` sessionToken() ` to return templated JWT tokens for external vendors. [ #93 ]
13
+ * fix: improve multilingual support [ #128 ]
14
+ * fix: connecting a new account [ #121 ]
15
+ * fix: surface server errors in the ui [ #122 ]
16
+ * feat: replace parameters with config object [ #120 ]
17
+ * fix: amalgamate Closeable and AnimatedCloseable [ #138 ]
18
+ * fix: add translations for sign in error [ #143 ]
19
+ * fix: mark all models as immutable [ #113 ]
20
+ * fix: add toString to models [ #140 ]
21
+ * fix: refactor attemptSignIn [ #147 ]
22
+ * fix: refactor HttpService [ #149 ]
23
+ * feat: add timeouts to loading overlay [ #142 ]
24
+ * feat: custom sign in example [ #141 ]
25
+
1
26
## 0.0.6-dev
2
27
3
28
- Improve updateUser to utilise environment config #98
Original file line number Diff line number Diff line change 1
1
name : clerk_auth
2
2
description : Package that will allow you to authenticate and use Clerk from Dart code.
3
- version : 0.0.6 -dev
3
+ version : 0.0.7 -dev
4
4
homepage : https://clerk.com/docs
5
5
repository : https://github.com/clerk/clerk-sdk-flutter/tree/main/packages/clerk_auth
6
6
issue_tracker : https://github.com/clerk/clerk-sdk-flutter/labels/clerk_auth
Original file line number Diff line number Diff line change
1
+ ## 0.0.7-dev
2
+
3
+ * fix: rationalise clerk auth exports [ #105 ]
4
+ * fix: session token broken [ #97 ]
5
+ * feat: enable session tokens to be created and updated per organization [ #97 ]
6
+ * fix: enable telemetry to be disabled and endpoint to be set from env [ #97 ]
7
+ * fix: allow telemetry period to be set from environment too [ #97 ]
8
+ * fix: add check for malformed jwt into session token [ #97 ]
9
+ * feat: add external accounts to user profile and start connect account journey [ #118 ]
10
+ * fix: bugs in sign up flow [ #127 ]
11
+ * fix: add failed status to enum [ #112 ]
12
+ * feat: enable ` sessionToken() ` to return templated JWT tokens for external vendors. [ #93 ]
13
+ * fix: improve multilingual support [ #128 ]
14
+ * fix: connecting a new account [ #121 ]
15
+ * fix: surface server errors in the ui [ #122 ]
16
+ * feat: replace parameters with config object [ #120 ]
17
+ * fix: amalgamate Closeable and AnimatedCloseable [ #138 ]
18
+ * fix: add translations for sign in error [ #143 ]
19
+ * fix: mark all models as immutable [ #113 ]
20
+ * fix: add toString to models [ #140 ]
21
+ * fix: refactor attemptSignIn [ #147 ]
22
+ * fix: refactor HttpService [ #149 ]
23
+ * feat: add timeouts to loading overlay [ #142 ]
24
+ * feat: custom sign in example [ #141 ]
25
+
1
26
## 0.0.6-dev
2
27
3
28
- Improve updateUser to utilise environment config #98
Original file line number Diff line number Diff line change 1
1
name : clerk_flutter
2
2
description : Package that will allow you to authenticate and use Clerk from Flutter code.
3
- version : 0.0.6 -dev
3
+ version : 0.0.7 -dev
4
4
homepage : https://clerk.com/docs
5
5
repository : https://github.com/clerk/clerk-sdk-flutter/tree/main/packages/clerk_flutter
6
6
issue_tracker : https://github.com/clerk/clerk-sdk-flutter/labels/clerk_flutter
You can’t perform that action at this time.
0 commit comments