Skip to content

Latest commit

 

History

History
98 lines (54 loc) · 3.47 KB

CHANGELOG.md

File metadata and controls

98 lines (54 loc) · 3.47 KB

Change Log

All notable changes to this project are documented in this file.



1.2.0 (2024-5-10)

Added

  • Add AnimationDuration. #18 @rakuyoMo
  • Add DispatchQueue extension. #18 @rakuyoMo
  • Add multiple UI extension tools. #18 @rakuyoMo

Fixed

  • Fix RAKGRDB annotation errors. #17 @rakuyoMo

Changed

  • Refactor: DictionaryExtendable -> TwoGenericExtendable. #18 @rakuyoMo
  • Improve the behavior of FastCell under visionOS. #18 @rakuyoMo

1.1.0 (2024-5-9)

Added

  • Add GenericExtendable, And transfer collection type to GenericExtendable. #16 @rakuyoMo
  • Adds rak expansion space for multiple system types. #16 @rakuyoMo
  • Add RAKGRDB. #16 @rakuyoMo

Changed

  • Put the CGFloat extension under the namespace. #15 @rakuyoMo
  • Add alignPixel func to CGFloat extension. #15 @rakuyoMo
  • Improve compatibility. #16 @rakuyoMo

Changed

  • Device.codeName supports obtaining the real device identification corresponding to the current simulator. #10 @rakuyoMo

Added

  • Added Github Action to detect whether builds and Lint are compliant. #8 @rakuyoMo

Changed

  • RakuyoKit no longer includes RAKEpoxy by default. #6 @rakuyoMo
  • Update RaLog to 1.7.2. #7 @rakuyoMo
  • Use RakuyoKit/swift replace SwiftLint. #8 #9 @rakuyoMo

Fixed

  • Fixed the issue where RakuyoKit components did not reference RAKCombine. #5 @rakuyoMo

Changed

  • Adjusted the directory structure and placed Package.swift in the root directory. #4 @rakuyoMo

Added

  • Add a empty example project. #3 @rakuyoMo

Added

  • Initial submission. #2 @rakuyoMo