Skip to content

Releases: Cysharp/R3

Ver.1.2.8

20 Aug 07:02
Compare
Choose a tag to compare
  • Add SingleAssignmentSubject<T>
  • Add ReactiveCommand<TInput, TOutput>

Full Changelog: 1.2.7...1.2.8

Ver.1.2.7

19 Aug 08:12
Compare
Choose a tag to compare
  • BindableReactiveProperty supports WinForms binding
  • Add Subject.Dispose(bool callOnCompleted)

Full Changelog: 1.2.6...1.2.7

Ver.1.2.6

15 Aug 06:11
Compare
Choose a tag to compare
  • IReadOnlyBindableReactiveProperty now becomes true ReadOnly
  • SkipUntil/TakeUntil Task overload accepts bool configureAwait and default becomes true
  • Fix bug of RefCount, when target observable was completed, internal count will temporarily become incorrect

Full Changelog: 1.2.5...1.2.6

Ver.1.2.5

13 Aug 08:00
Compare
Choose a tag to compare

What's Changed

  • Fix TakeLast causes runtime exception #242
  • Add WhereNotNull operator by @erri120 in #243

New Contributors

Full Changelog: 1.2.4...1.2.5

Ver.1.2.4

08 Aug 10:33
Compare
Choose a tag to compare
  • Add UnityFrameProvider.PostFixedUpdate in Unity

Full Changelog: 1.2.3...1.2.4

Ver.1.2.3

06 Aug 01:48
Compare
Choose a tag to compare

What's Changed

  • Add IReadOnlyBindableReactiveProperty<T> by @neuecc in #240

Full Changelog: 1.2.2...1.2.3

Ver.1.2.2

27 Jul 08:37
Compare
Choose a tag to compare

What's Changed

  • ToBindableReadOnlyReactiveProperty -> ToReadOnlyBindableReactiveProperty by @hsytkm in #239

New Contributors

Full Changelog: 1.2.1...1.2.2

Ver.1.2.1

26 Jul 08:53
Compare
Choose a tag to compare
  • cosmetic changes, IBindableReadOnlyReactiveProperty -> IReadOnlyBindableReactiveProperty

Full Changelog: 1.2.0...1.2.1

Ver.1.2.0

26 Jul 08:44
Compare
Choose a tag to compare
  • Significant performance improvement on Unity IL2CPP
  • ChunkFrame start/reset frame timer when value is accepted
  • ChunkFrame no longer publish empty array
  • Changed Subject internal implementation, in particular, memory usage has been greatly reduced
  • SelectAwait/WhereAwait/SubscribeAwait/ReactiveCommand's default bool cancelOnCompleted option to false
  • Zip, ZipLatest, CombineLatest all methods can use from Observable static class
  • Add IBindableReadOnlyReactiveProperty
  • Add Observable.TakeUntil(predicate)
  • Zip/CombineLatest/ZipLatest raise OnCompleted when can not produce values anymore

Full Changelog: 1.1.16...1.2.0

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