Skip to content

Releases: Cysharp/R3

Ver.1.1.16

23 Jul 03:32
Compare
Choose a tag to compare

What's Changed

  • Fix MinByAsync and MaxByAsync, add tests by @claudiaw797 in #235
  • Changed IDisposable.AddTo returns void to T where T : IDisposable
  • SynchronizedReactiveProperty.Value getter was locked

New Contributors

Full Changelog: 1.1.15...1.1.16

Ver.1.1.15

17 Jul 06:24
Compare
Choose a tag to compare
  • Add SynchronizedRectiveProperty
  • Fix Observable.Concat stall when element complete immediately

Full Changelog: 1.1.14...1.1.15

Ver.1.1.14

12 Jul 08:00
Compare
Choose a tag to compare
  • Add BehaviorSubject
  • Add Observable.SubscribeOnSynchronize

Full Changelog: 1.1.13...1.1.14

Ver.1.1.13

25 Jun 12:26
Compare
Choose a tag to compare

What's Changed

  • [Godot] Ensure that ObservableTrackerDebuggerPlugin sessions Dictionary is no… by @KAW0 in #224
  • AddTo support for Godot Node by @minami110 in #207
  • Add BlazorWebAssembly support by @EX-EXE in #206
  • Change RingBuffer class visibility to internal
  • Fix Observable.Defer throws exception when continuous operator using Subscribe internally
  • Fix ReplaySubject race condition #228

New Contributors

Full Changelog: 1.1.12...1.1.13

Ver.1.1.12

28 May 10:11
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.11...1.1.12

Ver.1.1.11

18 Mar 11:03
Compare
Choose a tag to compare
  • Fixed the broken SerialDisposable. This impacted Observable<Observable>.Switch and IEnumerable<Observable>.Concat.

Full Changelog: 1.1.10...1.1.11

Ver.1.1.10

11 Mar 05:22
Compare
Choose a tag to compare

What's Changed

  • Fix ReactiveProperty broken iteration on 1.1.9
  • Improve ReactiveProperty now thread-safe on Subscribe, Dispose and subscription Dispose.
  • Register TimeProvider as Singleton. by @mayuki in #168

New Contributors

Full Changelog: 1.1.9...1.1.10

Ver.1.1.9

10 Mar 01:14
Compare
Choose a tag to compare
  • More Fixed iteration of ReactiveProperty may be corrupted depending on certain conditions. This issue was introduced in version 1.1.0.

Full Changelog: 1.1.8...1.1.9

Ver.1.1.8

09 Mar 15:12
Compare
Choose a tag to compare
  • Fixed iteration of ReactiveProperty may be corrupted depending on certain conditions. This issue was introduced in version 1.1.0.

Full Changelog: 1.1.7...1.1.8

Ver.1.1.7

06 Mar 08:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.6...1.1.7