Changelog
The format of this document is inspired by Keep a Changelog and the project follows Semantic Versioning.
Unreleased
Breaking Changes
None.
New Features
None.
Bug Fixes
None.
Internal Changes
None.
2.2.0
Internal Changes
- Refactor
ExPlat
configuration logic to allow clients to explicitly specify the platform to use. [#253]
2.1.0
New Features
- The Sentry SDK has been updated to version 8.0.0, and now exposes Performance Profiling as an option. [#245]
2.0.0
Breaking Changes
ExPlat
returns optional instead of assumingcontrol
as variant. This lets the client know that there is no variant for an experiment. [#247]
Internal Changes
- Make
Variation
confirm toCodable
. [#247]
1.0.0
Breaking Changes
logErrorImmediately
andlogErrorsImmediately
no longer have aResult
parameter in their callback [#232]logErrorImmediately
andlogErrorsImmediately
no longerthrows
[#236]ExPlat
returns optional instead of assumingcontrol
as variant. This lets the client know that there is no variant for an experiment. [#247]
Internal Changes
- Add this changelog file [#234]
- Log a message if events won't be collected because the user opted out [#239]
- Tracks now requires at least Xcode 13. [#244]