We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32edd8a commit 422c566Copy full SHA for 422c566
CHANGELOG.md
@@ -1,3 +1,17 @@
1
+## 0.3.2
2
+
3
+* Dropped support for Swift 5.6
4
+* Added automated tests for Xcode 14+
5
6
+## 0.3.1
7
8
+* Restore support for watchOS 7+
9
10
+## 0.3.0
11
12
+* Migrated to new event batching and background flush for tracking, the result is lower resource usage and better support for offline events.
13
+* Refactor Xcode project and examples
14
15
## 0.2.3
16
17
* support for macOS Catalyst (thanks @manucheri)
@@ -37,4 +51,4 @@
37
51
38
52
## 0.0.3
39
53
40
-* Moved from static functions to the 'shared' singleton pattern.
54
+* Moved from static functions to the 'shared' singleton pattern.
0 commit comments