Skip to content

Commit 3720ffc

Browse files
committed
docs: update CHANGELOG
1 parent c53b0f4 commit 3720ffc

File tree

1 file changed

+24
-18
lines changed

1 file changed

+24
-18
lines changed

CHANGELOG.md

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,37 @@
1-
## [1.0.8] - 20/01/2023
1+
# [1.1.0]
2+
3+
* Updated README.md
4+
* Updated dependencies
5+
* Updated example app
6+
7+
# [1.0.8]
28

39
* Added sendOtpOnInitialize parameter to the handler
410
* Fixed OTP resend issue if the OTP expiration timer is still active
511
* Fixed #15
612
* Added shouldAwaitCodeSend to the sendOTP fn to give more control over the function
713
* Updated dependencies
814

9-
## [1.0.7] - 24/10/2022
15+
# [1.0.7]
1016

1117
* Stacktrace in onLoginFailed is now non-nullable
1218
* Updated a dependency to the latest release
1319
* Updated example app
1420

15-
## [1.0.6] - 16/07/2022
21+
# [1.0.6]
1622

1723
* **BREAKING:** Added stack trace to onLoginFailed and onError callbacks
1824
* Added a boolean linkWithExistingUser to link the new credentials with an existing signed-in user, instead of creating a new one.
1925
* Added onError callback for general purpose errors by the library
2026
* Updated example app
2127
* Updated dependencies
2228

23-
## [1.0.5+1] - 11/07/2022
29+
# [1.0.5+1]
2430

2531
* Fixed files formatting
2632
* Updated example app
2733

28-
## [1.0.5] - 10/07/2022
34+
# [1.0.5]
2935

3036
* **BREAKING:** Renamed flag timeOutDuration to autoRetrievalTimeOutDuration
3137
* **BREAKING:** Renamed verifyOTP to verifyOtp
@@ -38,78 +44,78 @@
3844
* Updated dependencies
3945
* Refactored code
4046

41-
## [1.0.4] - 07/06/2022
47+
# [1.0.4]
4248

4349
* Updated example app
4450
* Updated dependencies
4551
* Fixed linter warnings
4652

47-
## [1.0.3] - 03/05/2022
53+
# [1.0.3]
4854

4955
* Updated example app
5056
* Updated README.md
5157

52-
## [1.0.2] - 30/04/2022
58+
# [1.0.2]
5359

5460
* Renamed auth_service to auth_controller
5561
* Updated dependencies
5662
* Minor bug fixes
5763
* Updated example app
5864
* Updated README.md
5965

60-
## [1.0.1] - 26/01/2022
66+
# [1.0.1]
6167

6268
* Updated license
6369
* Updated README.md
6470

65-
## [1.0.0] - 26/01/2022
71+
# [1.0.0]
6672

6773
* Added linter and updated code accordingly
6874
* Updated example app
6975
* Updated dependencies
7076
* Updated README.md
7177

72-
## [0.0.8] - 28/10/2021
78+
# [0.0.8]
7379

7480
* Updated dependencies
7581
* Updated example app
7682

77-
## [0.0.7] - 22/05/2021
83+
# [0.0.7]
7884

7985
* Renamed FirebasePhoneAuthSupporter to FirebasePhoneAuthProvider.
8086
* Supports sending OTP on web out of the box.
8187
* Updated dependencies
8288
* Updated README.md
8389
* Updated package description.
8490

85-
## [0.0.6] - 12/05/2021
91+
# [0.0.6]
8692

8793
* Added key parameter
8894
* Fixed README.md
8995
* Updated dependencies
9096

91-
## [0.0.5] - 23/04/2021
97+
# [0.0.5]
9298

9399
* Added boolean in onLoginSuccess to provide info whether OTP was auto fetched or verified manually
94100
* Updated example app
95101
* Updated README.md
96102

97-
## [0.0.4] - 21/04/2021
103+
# [0.0.4]
98104

99105
* Updated example app
100106
* Updated README.md
101107

102-
## [0.0.3] - 21/04/2021
108+
# [0.0.3]
103109

104110
* Updated screenshots
105111
* Updated package description
106112

107-
## [0.0.2] - 21/04/2021
113+
# [0.0.2]
108114

109115
* Added FirebasePhoneAuthSupporter which has to be wrapped above the MaterialApp in order for the app to support phone authentication.
110116
* Fixed sign out function
111117
* Updated README.md
112118

113-
## [0.0.1] - 21/04/2021
119+
# [0.0.1]
114120

115121
* An easy to use firebase phone authentication library to easily send and verify OTP's.

0 commit comments

Comments
 (0)