Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CHANGELOG 2.1.0 #925

Merged
merged 3 commits into from
Mar 22, 2024
Merged

Add CHANGELOG 2.1.0 #925

merged 3 commits into from
Mar 22, 2024

Conversation

philippjfr
Copy link
Member

I plan to release in the morning.

Version 2.1.0

Date: 2024-01-22

This minor release focuses on improving reactive expressions and support for asynchronous (and synchronous) generators. Many thanks to @MaximeLT, @hoxbro and @philippjfr for their continued maintenance and development efforts.

Enhancements

  • Improvements for synchronous and asychronous generators (#908)
  • Additions to the .rx namespace including and_, bool, map, not_, or_, updating (#906)
  • Add support for asynchronous watcher to rx (#917)
  • Make it possible to resolve rx expressions recursively with .rx.resolve (#918)
  • Add support for async and generator functions in .rx.pipe (#924)

Bug fixes

  • Ensure that .param.update context manager restore refs (#915)
  • Avoid overeager root invalidation on rx leading to unnecessary evaluation (#919)

Deprecations

  • Passing positional arguments to Parameter now raises a ParamDeprecationWarning (#921)

doc/releases.md Outdated Show resolved Hide resolved
@philippjfr philippjfr merged commit dae8fc4 into main Mar 22, 2024
10 checks passed
@philippjfr philippjfr deleted the changelog_2.1.0 branch March 22, 2024 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant