|
1 | 1 | # v4.0.1
|
2 |
| -- Removed deprecated internal log method (#3333) |
| 2 | +- [changed] Removed deprecated internal log method (#3333) |
3 | 3 |
|
4 | 4 | # 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) |
7 | 7 |
|
8 | 8 | # 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. |
10 | 10 |
|
11 | 11 | # 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) |
13 | 13 |
|
14 | 14 | # v3.4.1
|
15 |
| -- Return call validation for sysctlbyname. (#2394) |
| 15 | +- [changed] Return call validation for sysctlbyname. (#2394) |
16 | 16 |
|
17 | 17 | # v3.4.0
|
18 |
| -- Bug fixes and internal SDK changes. (#2238, #2220) |
| 18 | +- [changed] Bug fixes and internal SDK changes. (#2238, #2220) |
19 | 19 |
|
20 | 20 | # 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) |
22 | 22 |
|
23 | 23 | # v3.2.0
|
24 |
| -- Delete deprecated source files. (#2038) |
| 24 | +- [changed] Delete deprecated source files. (#2038) |
25 | 25 |
|
26 | 26 | # v3.1.1
|
27 |
| -- Use c99 compatible __typeof__() operator. (#1982) |
| 27 | +- [changed] Use c99 compatible __typeof__() operator. (#1982) |
28 | 28 |
|
29 | 29 | # 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) |
31 | 31 |
|
32 | 32 | # v3.0.2
|
33 |
| -- Bug fixes. |
| 33 | +- [changed] Bug fixes. |
34 | 34 |
|
35 | 35 | # 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. |
37 | 37 |
|
38 | 38 | # v2.3.2
|
39 |
| -- Fixed error when fingerprint match fails for some locales. |
| 39 | +- [fixed] Fixed error when fingerprint match fails for some locales. |
40 | 40 |
|
41 | 41 | # v2.3.1
|
42 |
| -- Fixed race condition while processing server response(s). |
| 42 | +- [fixed] Fixed race condition while processing server response(s). |
43 | 43 |
|
44 | 44 | # 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. |
47 | 47 |
|
48 | 48 | # 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; |
51 | 50 |
|
52 | 51 | # 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. |
57 | 56 |
|
58 | 57 | # 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 |
61 | 60 | set up properly.
|
62 | 61 |
|
63 | 62 | # 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. |
65 | 64 |
|
66 | 65 | # v1.3.5
|
67 |
| -- Minor update triggered by changes in Firebase Core libraries. |
| 66 | +- [changed] Minor update triggered by changes in Firebase Core libraries. |
68 | 67 |
|
69 | 68 | # v1.3.4
|
70 |
| -- Bug fixes |
| 69 | +- [changed] Bug fixes |
71 | 70 |
|
72 | 71 | # 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 |
74 | 73 |
|
75 | 74 | # v1.3.2
|
76 |
| -- Removes dependency on the Core Motion framework |
| 75 | +- [changed] Removes dependency on the Core Motion framework |
77 | 76 |
|
78 | 77 | # 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 |
81 | 80 |
|
82 | 81 | # 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 |
85 | 84 |
|
86 | 85 | # v1.2.0
|
87 |
| -- iOS 10 Supoort |
| 86 | +- [added] iOS 10 Supoort |
88 | 87 |
|
89 | 88 | # 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 |
91 | 90 | would cause a crash.
|
92 | 91 |
|
93 | 92 | # v1.1.0 (M10)
|
94 |
| -- Greatly reduced SDK size. |
| 93 | +- [fixed] Greatly reduced SDK size. |
95 | 94 |
|
96 | 95 | # v1.0.0 (I/O)
|
97 | 96 | - Initial public release.
|
0 commit comments