Skip to content

Latest commit

 

History

History
114 lines (68 loc) · 2.52 KB

File metadata and controls

114 lines (68 loc) · 2.52 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

  • None.

Changed

  • Update RxSwift to 6.1.0
  • Bump deployment target to iOS 9

Changed

  • Use upToNextMajor for RxSwift on Package.swift

Changed

  • Update RxSwift to 5.0.0

Fixed

  • Fixes an issue can be crash as EXC_BAD_ACCESS.

Added

  • Supports SwiftPM.

Added

  • Add removeAllStickys() function.
  • Add count property.
  • Supports Carthage.

Changed

  • Bump Swift version to 5.0.
  • Bump swiftlint version 0.38.0.
  • Remove watchOS target.
  • Implement thread-safe read & write.
  • Improve CustomStringConvertible.

Fixed

  • Fix an issue where events are sent as many as notification subscriptions by different priority.
  • Fix an issue where intermittent events nesting.

Changed

  • Bump Swift version to 4.2.
  • Apply swiftlint 0.27.0.

Fixed

  • Fix crash when unsubscribe.

Fixed

  • Fix NSObserver dispose time.

Added

  • Implement CustomStringConvertible.

Fixed

  • Fix subscription counting.
  • None.
  • First release.