|
1 | 1 | Change Log
|
2 | 2 | ==========
|
| 3 | +Version 4.0.5 (pre-release) (28 August, 2020) |
| 4 | +----------------------------- |
| 5 | +* [Fix](https://github.com/segmentio/analytics-ios/pull/937) Fixed issue where non-serializable types would get into payload. |
| 6 | +* [Fix](https://github.com/segmentio/analytics-ios/pull/931) Fixed double device payload. |
| 7 | +* [New](https://github.com/segmentio/analytics-ios/pull/930) Deprecated configuration access and updated associated tests. |
| 8 | +* [Fix](https://github.com/segmentio/analytics-ios/pull/925) Disregard payloads that fail conversion from plist to json. |
| 9 | +* [New](https://github.com/segmentio/analytics-ios/pull/922) Added Swift and Carthage badging. |
3 | 10 |
|
4 |
| -Version 4.0.4 (14 July, 2020) |
| 11 | +Version 4.0.4 (pre-release) (14 July, 2020) |
5 | 12 | -----------------------------
|
6 | 13 | * [New](https://github.com/segmentio/analytics-ios/pull/918) Added MacOS support.
|
7 | 14 | * [Fix](https://github.com/segmentio/analytics-ios/pull/921) Fixed SEGLog permissions.
|
8 | 15 | * [Fix](https://github.com/segmentio/analytics-ios/pull/920) Adopted Swift 5 syntax in tests. Removed SwiftTryCatch dependency for tests. Fixed deadlock from #916.
|
9 | 16 |
|
10 |
| -Version 4.0.3 (6 July, 2020) |
| 17 | +Version 4.0.3 (pre-release) (6 July, 2020) |
11 | 18 | -----------------------------
|
12 | 19 | * [Fix](https://github.com/segmentio/analytics-ios/pull/917) Fixed an issue with old traits overwriting new traits.
|
13 | 20 | * [New](https://github.com/segmentio/analytics-ios/pull/915) Added full example flow with Swift Package Manager compatibility.
|
14 | 21 | * [Fix](https://github.com/segmentio/analytics-ios/pull/914) Fix SwiftUI previews in macOS Catalyst builds.
|
15 | 22 |
|
16 |
| -Version 4.0.2 (25 June, 2020) |
| 23 | +Version 4.0.2 (pre-release) (25 June, 2020) |
17 | 24 | -----------------------------
|
18 | 25 | * [New](https://github.com/segmentio/analytics-ios/pull/913) Separate public utils from private utils appropriately.
|
19 | 26 | * [New](https://github.com/segmentio/analytics-ios/pull/912) Payload Info & Traits Fixes.
|
20 | 27 | * [New](https://github.com/segmentio/analytics-ios/pull/911) Updated SPM for code coverage compatibility.
|
21 | 28 | * [New](https://github.com/segmentio/analytics-ios/pull/909) Removed Quick and Nimble, updated unit tests.
|
22 | 29 |
|
23 |
| -Version 4.0.1 (18 June, 2020) |
| 30 | +Version 4.0.1 (pre-release) (18 June, 2020) |
24 | 31 | -----------------------------
|
25 | 32 | * [New](https://github.com/segmentio/analytics-ios/pull/905) Added global state management; Middleware now receive all context data.
|
26 | 33 | * [New](https://github.com/segmentio/analytics-ios/pull/885) change logic for screen naming conventions.
|
|
0 commit comments