Skip to content

Releases: RakuyoKit/RaLog

1.7.3 - General fix

25 Apr 03:43
Compare
Choose a tag to compare

Fixed

Full Changelog: 1.7.2...1.7.3

1.7.2 - visionOS And Format

25 Apr 03:42
Compare
Choose a tag to compare

Added

Changed

Full Changelog: 1.7.1...1.7.2

1.7.1 - Xcode 15

23 Jan 05:25
Compare
Choose a tag to compare

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

23 Jan 05:23
Compare
Choose a tag to compare

Add

  • Supports macOS, tvOS and watchOS.

1.5.5 - Repository Migration

13 Mar 05:00
Compare
Choose a tag to compare

Break Change

  • The git repository was migrated. Resulting in a url change.

1.5.3 - Daily Maintenance

22 Sep 05:46
Compare
Choose a tag to compare

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

22 Sep 05:48
Compare
Choose a tag to compare

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

02 Sep 01:51
Compare
Choose a tag to compare

Fix

  • Add thread safety to the properties in the Wrapper by using a property wrapper named Atomic.

1.5.0 - Enhanced Robustness

02 Sep 01:49
Compare
Choose a tag to compare

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

30 Nov 08:51
Compare
Choose a tag to compare

Fix

  • A new storage logic is used to try to fix the problem of broken logs and abnormal insertion points due to certain issues.