Skip to content

Tags: devlooped/RxFree

Tags

v1.1.3

Toggle v1.1.3's commit message
Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.8.0

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.5.0 to 17.8.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.5.0...v17.8.0)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

v1.1.2

Toggle v1.1.2's commit message
+Mᐁ includes

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove version badge from package readme

Since the badge is generic and points to the latest version, it would be 
confusing when navigating a specific version on nuget.org to see a 
badge for a different version.

v1.1.0

Toggle v1.1.0's commit message
Bump files with dotnet-file sync

# devlooped/oss

- Move changelog config to .github, switch to gem devlooped/oss@b7ce2be
- Make src-level readme visible for easier editing devlooped/oss@bfe0f2a
- Add icon prefix to match dependabot devlooped/oss@2a39a42

v1.0.5

Toggle v1.0.5's commit message
Expose AnonymousObserver

In certain scenarios, it might be useful to be able to create the anonymous observer outside the Subscribe overloads.

For example, the official guidance on DiagnosticSource filtering recommends creating an anonymous observer to combine with the predicate to filter events.

There may be other scenarios too where not having to manually create an IObserver<T> could be useful.

Fixes #8

v1.0.4

Toggle v1.0.4's commit message
CI build badge is not necessary or useful in package readme

v1.0.3

Toggle v1.0.3's commit message
🖉 Update changelog with v1.0.2

v1.0.0

Toggle v1.0.0's commit message
📝 Add minimal code example in Usage section

v1.0.0-rc.13

Toggle v1.0.0-rc.13's commit message
🐛 Fix build error for legacy and nullable subjects

When copying the implementation from System.Reactive, we improperly brought HasObservers as an override, but it should be just virtual, since we don't have a SubjectBase class.

v1.0.0-rc.12

Toggle v1.0.0-rc.12's commit message
Add readme, sponsors, dogfooding sections