Skip to content

Commit 3188760

Browse files
authored
Clean up changelogs (#3462)
* Clean up changelogs
1 parent b4a274a commit 3188760

File tree

8 files changed

+296
-298
lines changed

8 files changed

+296
-298
lines changed

Firebase/Auth/CHANGELOG.md

Lines changed: 92 additions & 92 deletions
Large diffs are not rendered by default.

Firebase/CoreDiagnostics/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# v0.1.0
2-
- Initial Release--for Google-use only. This library collects diagnostics and
2+
Initial Release--for Google use only. This library collects diagnostics and
33
usage data for internal use by Firebase. Data gathered by this library will
44
only be uploaded at most once every 24 hours whilst on mobile data, and more
55
frequently on wifi if it's available. This library has been integrated as a

Firebase/DynamicLinks/CHANGELOG.md

Lines changed: 36 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,97 +1,96 @@
11
# v4.0.1
2-
- Removed deprecated internal log method (#3333)
2+
- [changed] Removed deprecated internal log method (#3333)
33

44
# v4.0
5-
- FirebaseAnalytics is no longer a hard dependency in the DynamicLinks pod. If you were installing Dynamic Links via pod ''Firebase/DynamicLinks'', you should add 'pod 'Firebase/Analytics'' to the Podfile to maintain full Dynamic Links functionality. If you previously have 'pod 'Firebase/Core'' in the Podfile, no change is necessary. (#2738)
6-
- Remove deprecated API in FDLURLComponents. (#2768)
5+
- [feature] FirebaseAnalytics is no longer a hard dependency in the DynamicLinks pod. If you were installing Dynamic Links via pod ''Firebase/DynamicLinks'', you should add 'pod 'Firebase/Analytics'' to the Podfile to maintain full Dynamic Links functionality. If you previously have 'pod 'Firebase/Core'' in the Podfile, no change is necessary. (#2738)
6+
- [removed] Remove deprecated API in FDLURLComponents. (#2768)
77

88
# v3.4.3
9-
- Fixed an issue where matchesshortlinkformat was returning true for certain FDL long links.
9+
- [fixed] Fixed an issue where matchesshortlinkformat was returning true for certain FDL long links.
1010

1111
# v3.4.2
12-
- Fixes an issue with certain analytics attribution parameters not being recorded on an app install. (#2462)
12+
- [fixed] Fixes an issue with certain analytics attribution parameters not being recorded on an app install. (#2462)
1313

1414
# v3.4.1
15-
- Return call validation for sysctlbyname. (#2394)
15+
- [changed] Return call validation for sysctlbyname. (#2394)
1616

1717
# v3.4.0
18-
- Bug fixes and internal SDK changes. (#2238, #2220)
18+
- [changed] Bug fixes and internal SDK changes. (#2238, #2220)
1919

2020
# v3.3.0
21-
- Introduced a new componentsWithLink:domainURIPrefix: and deprecated the existing componentsWithLink:domain:. (#1962, #2017, #2078, #2097, #2112)
21+
- [added] Introduced a new `componentsWithLink:domainURIPrefix:` and deprecated the existing `componentsWithLink:domain:`. (#1962, #2017, #2078, #2097, #2112)
2222

2323
# v3.2.0
24-
- Delete deprecated source files. (#2038)
24+
- [changed] Delete deprecated source files. (#2038)
2525

2626
# v3.1.1
27-
- Use c99 compatible __typeof__() operator. (#1982)
27+
- [changed] Use c99 compatible __typeof__() operator. (#1982)
2828

2929
# v3.1.0
30-
- Firebase Dynamic Links is now open source and delivered as a source pod. (#1842)
30+
- [feature] Firebase Dynamic Links is now open source and delivered as a source pod. (#1842)
3131

3232
# v3.0.2
33-
- Bug fixes.
33+
- [changed] Bug fixes.
3434

3535
# v3.0.1
36-
- Fixed issue where first app opens were getting double counted when using unique match.
36+
- [fixed] Fixed issue where first app opens were getting double counted when using unique match.
3737

3838
# v2.3.2
39-
- Fixed error when fingerprint match fails for some locales.
39+
- [fixed] Fixed error when fingerprint match fails for some locales.
4040

4141
# v2.3.1
42-
- Fixed race condition while processing server response(s).
42+
- [fixed] Fixed race condition while processing server response(s).
4343

4444
# v2.3.0
45-
- Added new confidence type property. See FIRDLMatchType (values Unique, Default, Weak);
46-
- Updates to self diagnostic output.
45+
- [added] Added new confidence type property. See FIRDLMatchType (values Unique, Default, Weak);
46+
- [changed] Updates to self diagnostic output.
4747

4848
# v2.2.0
49-
- Added Other platform fallback link to FDL Builder API;
50-
- Bugfixes and stability improvements.
49+
- [added] Added Other platform fallback link to FDL Builder API;
5150

5251
# v2.1.0
53-
- Added basic self diagnostic to identify Firebase Dynamic Links configuration issues. See method
54-
[FIRDynamicLinks performDiagnosticsWithCompletion:].
55-
- Fixed returning warning in Builder API, see warnings parameter in
56-
FIRDynamicLinkShortenerCompletion block.
52+
- [added] Added basic self diagnostic to identify Firebase Dynamic Links configuration issues. See method
53+
[FIRDynamicLinks performDiagnosticsWithCompletion:].
54+
- [fixed] Fixed returning warning in Builder API, see warnings parameter in
55+
FIRDynamicLinkShortenerCompletion block.
5756

5857
# v2.0.0
59-
- Change Swift API names to better align with Swift convention.
60-
- Fixes to pending link retrieval process, especially when custom URL schemes are not
58+
- [fixed] Change Swift API names to better align with Swift convention.
59+
- [fixed] Fixes to pending link retrieval process, especially when custom URL schemes are not
6160
set up properly.
6261

6362
# v1.4.0
64-
- Added Builder API to create and shorten dynamic links in iOS Apps.
63+
- [added] Added Builder API to create and shorten dynamic links in iOS Apps.
6564

6665
# v1.3.5
67-
- Minor update triggered by changes in Firebase Core libraries.
66+
- [changed] Minor update triggered by changes in Firebase Core libraries.
6867

6968
# v1.3.4
70-
- Bug fixes
69+
- [changed] Bug fixes
7170

7271
# v1.3.3
73-
- Improved tracking of social media tag parameters in Dynamic Links
72+
- [changed] Improved tracking of social media tag parameters in Dynamic Links
7473

7574
# v1.3.2
76-
- Removes dependency on the Core Motion framework
75+
- [changed] Removes dependency on the Core Motion framework
7776

7877
# v1.3.1
79-
- Adds FIRLogger support (not public-facing)
80-
- Fixes IPv6 compatibilty issues
78+
- [added] Adds FIRLogger support (not public-facing)
79+
- [fixed] Fixes IPv6 compatibilty issues
8180

8281
# v1.3.0
83-
- Removes the SFSafariViewController per Apple's Review Guidelines
84-
- Removes dependency on the Core Location framework
82+
- [changed] Removes the SFSafariViewController per Apple's Review Guidelines
83+
- [changed] Removes dependency on the Core Location framework
8584

8685
# v1.2.0
87-
- iOS 10 Supoort
86+
- [added] iOS 10 Supoort
8887

8988
# v1.1.1
90-
- Fixes an issue where if resolveLink() API returned a non-JSON object, it
89+
- [fixed] Fixes an issue where if resolveLink() API returned a non-JSON object, it
9190
would cause a crash.
9291

9392
# v1.1.0 (M10)
94-
- Greatly reduced SDK size.
93+
- [fixed] Greatly reduced SDK size.
9594

9695
# v1.0.0 (I/O)
9796
- Initial public release.

Firebase/InAppMessaging/CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# 2019-07-23 -- v0.15.2
2-
- Fixed issue with messages to be triggered on app launch (#3237).
2+
- [fixed] Fixed issue with messages to be triggered on app launch (#3237).
33

44
# 2019-06-04 -- v0.15.0
5-
- Added support for card in-app messages (#2947).
6-
- Added direct triggering (via FIAM SDK) of in-app messages (#3081).
5+
- [added] Added support for card in-app messages (#2947).
6+
- [added] Added direct triggering (via FIAM SDK) of in-app messages (#3081).
77

88
# 2019-05-21 -- v0.14.1
9-
- Fixed an issue with messages not showing up from custom analytics event trigger (#2981).
10-
- Fixed crash from sending analytics events with no instance ID (#2988).
9+
- [fixed] Fixed an issue with messages not showing up from custom analytics event trigger (#2981).
10+
- [fixed] Fixed crash from sending analytics events with no instance ID (#2988).
1111

1212
# 2019-03-05 -- v0.13.0
13-
- Added a feature allowing developers to programmatically register a delegate for updates on in-app engagement (impression, click, display errors).
13+
- [added] Added a feature allowing developers to programmatically register a delegate for updates on in-app engagement (impression, click, display errors).
1414

1515
# 2018-09-25 -- v0.12.0
16-
- Separated UI functionality into a new open source SDK called FirebaseInAppMessagingDisplay.
17-
- Respect fetch between wait time returned from API responses.
16+
- [changed] Separated UI functionality into a new open source SDK called FirebaseInAppMessagingDisplay.
17+
- [fixed] Respect fetch between wait time returned from API responses.
1818

1919
# 2018-08-15 -- v0.11.0
2020
- First Beta Release.
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# 2019-07-23 -- v0.15.2
2-
- Fixed bug with body text color for card messages (#3286).
2+
- [fixed] Fixed bug with body text color for card messages (#3286).
33

44
# 2019-06-04 -- v0.15.0
5-
- Added support for card in-app messages (#2947).
6-
- Added direct triggering (via FIAM SDK) of in-app messages (#3081).
5+
- [added] Added support for card in-app messages (#2947).
6+
- [added] Added direct triggering (via FIAM SDK) of in-app messages (#3081).
77

88
# 2019-03-19 -- v0.13.1
9-
- Fixed a crash (#2498) that occurred when integrating In-App Messaging into NativeScript apps.
9+
- [fixed] Fixed a crash (#2498) that occurred when integrating In-App Messaging into NativeScript apps.
1010

1111
# 2019-03-05 -- v0.13.0
12-
- Added a feature allowing developers to programmatically register a delegate for updates on in-app engagement (impression, click, display errors).
12+
- [added] Added a feature allowing developers to programmatically register a delegate for updates on in-app engagement (impression, click, display errors).
1313

1414
# 2018-09-25 -- v0.12.0
15-
- UI functionality of Firebase In-App Messaging spun off into FirebaseInAppMessagingDisplay.
15+
- [changed] UI functionality of Firebase In-App Messaging spun off into FirebaseInAppMessagingDisplay.

0 commit comments

Comments
 (0)