@snowplow/react-native-tracker 1.2.1 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG DELETED
@@ -1,144 +0,0 @@
1
- Version 1.2.1 (2022-04-12)
2
- --------------------------
3
- Fix import of non-published NSDictionary helpers from SnowplowTracker on iOS (#161)
4
-
5
- Version 1.2.0 (2022-03-25)
6
- --------------------------
7
- Add support for React Native for tvOS (#154)
8
- Bump min RN version supported to v0.65+ (#153)
9
- Add generic type for SelfDescribing event data (#156)
10
-
11
- Version 1.1.0 (2022-02-07)
12
- --------------------------
13
- Update mobile tracker dependencies to v3 (#141)
14
- Add deep link and message notification events (#142)
15
- Update demo app to show accessing tracker instance from platform native code (#136)
16
- Fix compilation error for iOS build on ARM macs (#140)
17
- Fix check for byteLimitGet when reading emitter configuration (#138)
18
- Fix check for Android version in GitHub Actions (#134)
19
- Update year in all copyright notices (#148)
20
- Update dependencies (#150)
21
-
22
- Version 1.0.0 (2021-08-09)
23
- --------------------------
24
- Fix action-gh-release to specific commit (#133)
25
- Update devDependencies (#132)
26
- Publish sourcemaps (#131)
27
- Lint DemoApp separately (#130)
28
- Get Session Context Data (#53)
29
- Update version in podspec (#110)
30
- Set amended v_tracker indicating react-native (#18)
31
- Add global contexts (#104)
32
- Upgrade iOS Tracker and Android Tracker to v2 (#113)
33
- Add test suite (#60)
34
-
35
- Version 0.2.0 (2021-06-21)
36
- --------------------------
37
- Bump dependencies in DemoApp (#114)
38
- Port to TypeScript (#115)
39
- Handle asyncronous issues internally (#78)
40
- Use ESLint (#126)
41
- Add homepage and repository in package.json (#125)
42
- Remove unused files (#124)
43
-
44
- Version 0.1.7 (2021-05-24)
45
- --------------------------
46
- Remove waitForEventStore method and upgrade Android tracker (#92)
47
- Automate deploy process (#61)
48
- Fix null transitionType resulting in screen view event failing validation for ios (#122)
49
- Fix Xcode 12.5 build breaks (#119)
50
- Fix typo in CHANGELOG (#116)
51
- Remove JCenter and add MavenCentral (#121)
52
- Update build.gradle to match rootProject extra properties (#120)
53
- Fix assembleAndroidTest builds (#118)
54
-
55
- Version 0.1.6 (2021-04-06)
56
- --------------------------
57
- Bump iOS Tracker to 1.7.0 (#111)
58
-
59
- Version 0.1.5 (2021-03-22)
60
- --------------------------
61
- Update DemoApp versions (#106)
62
- Loosen peer dependency requirements (#105)
63
-
64
- Note: v0.1.4 was skipped due to an error in publishing process.
65
- ---------------------------------------------------------------
66
-
67
- Version 0.1.3 (2021-02-12)
68
- --------------------------
69
- Fix Xcode 12 compatibility (#102)
70
-
71
- Version 0.1.2 (2021-01-15)
72
- --------------------------
73
- Upgrade obj-c tracker to 1.6.2 (#98)
74
-
75
- Version 0.1.1 (2020-09-03)
76
- --------------------------
77
- Fix Android tracker version to 1.5.x (#91)
78
-
79
- Version 0.1.0 (2020-07-10)
80
- --------------------------
81
- Add issue templates (#89)
82
- Add CONTRIBUTING.md (#80)
83
- Use recommended config as defaults (#86)
84
- Fix iOS null comparison warnings (#85)
85
- Return after promise rejection on Android (#84)
86
- Update arguments and var names for consistency (#83)
87
- Update DemoApp (#82)
88
- Use fast fail on iOS (#87)
89
- Update README (#77)
90
- Dynamically use latest minor version of native tracker (#19)
91
- Cleanup code formatting (#75)
92
- Add Snyk Github Action (#71)
93
- Add license (#62)
94
- Handle setSubjectData values appropriately (#70)
95
- Return promise on intialize() (#66)
96
- Remove deprecated options (#69)
97
- Expand testing scripts (#72)
98
- Refactor method instrumentation (#58)
99
- Fix compile warnings caused by unsafe comparison (#73)
100
- Fix double self calls (#74)
101
- Remove screen_id workaround (#57)
102
-
103
- Version 0.1.0-alpha.17 (2020-05-04)
104
- -----------------------------------
105
- Use yarn everywhere for testing (#55)
106
- Update ios tracker version to 1.3.0 (#54)
107
-
108
- Version 0.1.0-alpha.16 (2020-04-16)
109
- -----------------------------------
110
- Update .npmignore and .gitignore (#51)
111
- Update README (#50)
112
- Update Demo App (#48)
113
- Add trackPageView (#33)
114
- Add script for clean build (#47)
115
- Add setSubjectData method (#46)
116
- Update android tracker version (#45)
117
- Add Standard Settings (#34)
118
-
119
- Version 0.1.0-alpha.15 (2020-02-06)
120
- -----------------------------------
121
- Cleanup Repo (#29)
122
- Update DemoApp (#21)
123
- Update ios Tracker dependency to remove mandatory dynamic build (#22)
124
-
125
- Version 0.1.0-alpha.14 (2019-10-22)
126
- ----------------------------------
127
- Update iOS to incorporate patch release (#23)
128
-
129
- Version 0.1.0-alpha.13 (2019-10-14)
130
- -----------------------------------
131
- Make optional StructEvent parameters nullable for iOS (#12)
132
- Add ScreenViews (#14)
133
- Fix bug in android getContexts (#16)
134
- Add mobile context (#13)
135
- Update README.md (#5)
136
- Fix path in Android package export (#8)
137
- Fix high severity vulnerabilities in DemoApp (#7)
138
- Bump DemoApp react-native version (#6)
139
- Fix import in Demo Application (#3)
140
- Fix Android Numeric type bug (#4)
141
-
142
- Version 0.1.0-alpha.9 (2019-08-08)
143
- ----------------------------------
144
- Initial Release