Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Releases: hainayanda/Pharos

v4.0

24 Nov 12:45
454d8fe
Compare
Choose a tag to compare

Rewrite the structure to simplified Observable chaining

v3.0.2

05 Oct 18:18
c51a6fa
Compare
Choose a tag to compare
  • Fix isChanging wrong check
  • Fix circular KVO call

v3.0.1

05 Oct 15:08
fc1c016
Compare
Choose a tag to compare

add missing import for SPM

v3.0.0

05 Oct 14:54
64aba76
Compare
Choose a tag to compare
  • Rewrite the structure and algorithm to make it simpler and more straight forward
  • Major public API still available
  • deprecate some old API

v2.3.5

30 Jun 11:30
cc7f92b
Compare
Choose a tag to compare

Add missing import

v2.3.4

30 Jun 11:22
e6573ab
Compare
Choose a tag to compare

Fix Foldering Issues

v2.3.3

30 Jun 10:56
ea64e5d
Compare
Choose a tag to compare

Added UIControl event observer

v2.3.2

30 Jun 06:10
5160747
Compare
Choose a tag to compare

Since some projects will have different Quick and Nimble versions, and it shouldn't include in the distribution, it is now removed from dependency in Swift Package Manager version.

v2.3.1

06 Jun 03:08
e0c40bf
Compare
Choose a tag to compare
  • Move callback run to be first before relay changes to another relay so on another relay, previous relay is already updated

v2.3.0

01 Jun 16:07
a089b34
Compare
Choose a tag to compare
  • Add a new Observable Block
  • Improve Context Retainer