From d24b87517b4b8ce8aa411e09a70320d3189ab3fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 07:56:31 +0000 Subject: [PATCH] feat: Update package.json to 1.2.5 --- README.md | 1 + docs/reference_operator.md | 1 + src/R3.Godot/addons/R3.Godot/plugin.cfg | 2 +- src/R3.Unity/Assets/R3.Unity/package.json | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff1616d6..dc5b3643 100644 --- a/README.md +++ b/README.md @@ -2202,6 +2202,7 @@ Operator methods are defined as extension methods to `Observable` in the stat | **Where**(this `Observable` source, `TState` state, `Func` predicate) | `Observable` | | **Where**(this `Observable` source, `TState` state, `Func` predicate) | `Observable` | | **WhereAwait**(this `Observable` source, `Func>` predicate, `AwaitOperation` awaitOperation = AwaitOperation.Sequential, `Boolean` configureAwait = true, `Boolean` cancelOnCompleted = false, `Int32` maxConcurrent = -1) | `Observable` | +| **WhereNotNull**(this `Observable` source) | `Observable` | | **WithLatestFrom**(this `Observable` first, `Observable` second, `Func` resultSelector) | `Observable` | In dotnet/reactive, methods that return a single `IObservable` (such as `First`) are all provided only as `***Async`, returning `Task`. Additionally, to align with the naming of Enumerable, `Buffer` has been changed to `Chunk`. diff --git a/docs/reference_operator.md b/docs/reference_operator.md index f263c1eb..dd0dd10b 100644 --- a/docs/reference_operator.md +++ b/docs/reference_operator.md @@ -271,6 +271,7 @@ | **Where**(this `Observable` source, `TState` state, `Func` predicate) | `Observable` | | **Where**(this `Observable` source, `TState` state, `Func` predicate) | `Observable` | | **WhereAwait**(this `Observable` source, `Func>` predicate, `AwaitOperation` awaitOperation = AwaitOperation.Sequential, `Boolean` configureAwait = true, `Boolean` cancelOnCompleted = false, `Int32` maxConcurrent = -1) | `Observable` | +| **WhereNotNull**(this `Observable` source) | `Observable` | | **WithLatestFrom**(this `Observable` first, `Observable` second, `Func` resultSelector) | `Observable` | diff --git a/src/R3.Godot/addons/R3.Godot/plugin.cfg b/src/R3.Godot/addons/R3.Godot/plugin.cfg index 13a1c0a9..2013a380 100644 --- a/src/R3.Godot/addons/R3.Godot/plugin.cfg +++ b/src/R3.Godot/addons/R3.Godot/plugin.cfg @@ -3,6 +3,6 @@ name="R3.Godot" description="The new future of dotnet/reactive and UniRx." author="Cysharp" -version="1.2.4" +version="1.2.5" language="C-sharp" script="GodotR3Plugin.cs" diff --git a/src/R3.Unity/Assets/R3.Unity/package.json b/src/R3.Unity/Assets/R3.Unity/package.json index 0ec7f385..f2743e37 100644 --- a/src/R3.Unity/Assets/R3.Unity/package.json +++ b/src/R3.Unity/Assets/R3.Unity/package.json @@ -2,7 +2,7 @@ "name": "com.cysharp.r3", "displayName": "R3", "author": { "name": "Cysharp, Inc.", "url": "https://cysharp.co.jp/en/" }, - "version": "1.2.4", + "version": "1.2.5", "unity": "2021.3", "description": "Reactive Extensions for Unity.", "keywords": [ "rx", "event", "Scripting" ],