Releases: RakuyoKit/RaLog
Releases · RakuyoKit/RaLog
1.7.3 - General fix
1.7.2 - visionOS And Format
1.7.1 - Xcode 15
Break Change
- The minimum supported version of iOS has been upgraded to iOS 12.
Add
- Support visionOS.
- Add PrivacyInfo.xcprivacy.
1.6.1 - Multi-platform support
Add
- Supports macOS, tvOS and watchOS.
1.5.5 - Repository Migration
Break Change
- The git repository was migrated. Resulting in a url change.
1.5.3 - Daily Maintenance
The main focus of this update is on the specification of the code format, and changes beyond the initial one include:
Change
- Log storage operation in debug mode only.
1.5.2 - Fix Lock
Fix
- Fixed multi-threaded read/write issue that was not fully resolved in
1.5.1
.
In this update we removed the Atomic
type and added locks directly to the implementation layer instead.
1.5.1 - Atomic
Fix
- Add thread safety to the properties in the
Wrapper
by using a property wrapper namedAtomic
.
1.5.0 - Enhanced Robustness
Fix
- Use the
Wrapper
type to replace the default implementation of the property in the protocol, reducing the potential for crashes in some cases.
1.4.2 - New Storage
Fix
- A new storage logic is used to try to fix the problem of broken logs and abnormal insertion points due to certain issues.