R3

The new future of dotnet/reactive and UniRx.

MIT License

Stars
2.1K

Bot releases are visible (Hide)

R3 - Ver.1.2.5 Latest Release

Published by github-actions[bot] 2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Cysharp/R3/compare/1.2.4...1.2.5

R3 - Ver.1.2.4

Published by github-actions[bot] 2 months ago

  • Add UnityFrameProvider.PostFixedUpdate in Unity

Full Changelog: https://github.com/Cysharp/R3/compare/1.2.3...1.2.4

R3 - Ver.1.2.3

Published by github-actions[bot] 2 months ago

What's Changed

Full Changelog: https://github.com/Cysharp/R3/compare/1.2.2...1.2.3

R3 - Ver.1.2.2

Published by github-actions[bot] 3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Cysharp/R3/compare/1.2.1...1.2.2

R3 - Ver.1.2.1

Published by github-actions[bot] 3 months ago

  • cosmetic changes, IBindableReadOnlyReactiveProperty -> IReadOnlyBindableReactiveProperty

Full Changelog: https://github.com/Cysharp/R3/compare/1.2.0...1.2.1

R3 - Ver.1.2.0

Published by github-actions[bot] 3 months ago

  • 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: https://github.com/Cysharp/R3/compare/1.1.16...1.2.0

R3 - Ver.1.1.16

Published by github-actions[bot] 3 months ago

What's Changed

  • Fix MinByAsync and MaxByAsync, add tests by @claudiaw797 in https://github.com/Cysharp/R3/pull/235
  • Changed IDisposable.AddTo returns void to T where T : IDisposable
  • SynchronizedReactiveProperty.Value getter was locked

New Contributors

Full Changelog: https://github.com/Cysharp/R3/compare/1.1.15...1.1.16

R3 - Ver.1.1.15

Published by github-actions[bot] 3 months ago

  • Add SynchronizedRectiveProperty
  • Fix Observable.Concat stall when element complete immediately

Full Changelog: https://github.com/Cysharp/R3/compare/1.1.14...1.1.15

R3 - Ver.1.1.14

Published by github-actions[bot] 3 months ago

  • Add BehaviorSubject
  • Add Observable.SubscribeOnSynchronize

Full Changelog: https://github.com/Cysharp/R3/compare/1.1.13...1.1.14

R3 - Ver.1.1.13

Published by github-actions[bot] 4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Cysharp/R3/compare/1.1.12...1.1.13

R3 - Ver.1.1.12

Published by github-actions[bot] 5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Cysharp/R3/compare/1.1.11...1.1.12

R3 - Ver.1.1.11

Published by github-actions[bot] 7 months ago

  • Fixed the broken SerialDisposable. This impacted Observable<Observable>.Switch and IEnumerable<Observable>.Concat.

Full Changelog: https://github.com/Cysharp/R3/compare/1.1.10...1.1.11

R3 - Ver.1.1.10

Published by github-actions[bot] 7 months ago

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 https://github.com/Cysharp/R3/pull/168

New Contributors

Full Changelog: https://github.com/Cysharp/R3/compare/1.1.9...1.1.10

R3 - Ver.1.1.9

Published by github-actions[bot] 7 months ago

  • More Fixed iteration of ReactiveProperty may be corrupted depending on certain conditions. This issue was introduced in version 1.1.0.

Full Changelog: https://github.com/Cysharp/R3/compare/1.1.8...1.1.9

R3 - Ver.1.1.8

Published by github-actions[bot] 7 months ago

  • Fixed iteration of ReactiveProperty may be corrupted depending on certain conditions. This issue was introduced in version 1.1.0.

Full Changelog: https://github.com/Cysharp/R3/compare/1.1.7...1.1.8

R3 - Ver.1.1.7

Published by github-actions[bot] 8 months ago

What's Changed

Full Changelog: https://github.com/Cysharp/R3/compare/1.1.6...1.1.7

R3 - Ver.1.1.6

Published by github-actions[bot] 8 months ago

What's Changed

Full Changelog: https://github.com/Cysharp/R3/compare/1.1.5...1.1.6

R3 - Ver.1.1.5

Published by github-actions[bot] 8 months ago

  • Support new platform Blazor, uploaded R3Extensions.Blazor package on NuGet

Full Changelog: https://github.com/Cysharp/R3/compare/1.1.4...1.1.5

R3 - Ver.1.1.4

Published by github-actions[bot] 8 months ago

  • Add SynchronizationContextTimeProvider
  • Add ObservableSystem.RegisterServiceProvider
  • Fix ReactiveProperty push duplicate value on recursive subscribe

Full Changelog: https://github.com/Cysharp/R3/compare/1.1.3...1.1.4

R3 - Ver.1.1.3

Published by github-actions[bot] 8 months ago

What's Changed

Full Changelog: https://github.com/Cysharp/R3/compare/1.1.2...1.1.3

Related Projects