Skip to content

Conversation

@M-Adoo
Copy link
Collaborator

@M-Adoo M-Adoo commented Dec 14, 2025

  • Restructure core observable and subscription APIs
    - Add new operators: average, buffer_count, buffer_time, distinct_until_changed, map_err, reduce, switch_map
    - Implement context-based factory pattern for observables
    - Add comprehensive documentation and guide
    - Add procedural macros support
    - Remove deprecated operators and modules
    - Update scheduler architecture with test utilities
    - Add WASM and async interoperability examples
    - Refine subject implementations with new subscription handling

@M-Adoo M-Adoo force-pushed the stable-1.0 branch 6 times, most recently from 3405530 to d30fb47 Compare December 16, 2025 09:03
@codecov
Copy link

codecov bot commented Dec 16, 2025

Codecov Report

❌ Patch coverage is 85.93496% with 346 lines in your changes missing coverage. Please review.
✅ Project coverage is 83.51%. Comparing base (bb8a784) to head (5636ae1).
⚠️ Report is 7 commits behind head on master.

Files with missing lines Patch % Lines
src/lib.rs 2.97% 98 Missing ⚠️
src/factory.rs 72.26% 66 Missing ⚠️
src/context.rs 72.25% 48 Missing ⚠️
src/observable/boxed.rs 34.32% 44 Missing ⚠️
macros/src/lib.rs 36.00% 32 Missing ⚠️
src/observer.rs 70.12% 23 Missing ⚠️
src/ops/buffer.rs 89.09% 12 Missing ⚠️
src/observable/interval.rs 93.50% 10 Missing ⚠️
src/observable/connectable.rs 94.44% 5 Missing ⚠️
src/observable/from_future.rs 98.24% 3 Missing ⚠️
... and 3 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #259      +/-   ##
==========================================
- Coverage   91.88%   83.51%   -8.37%     
==========================================
  Files          69       82      +13     
  Lines        5505    13417    +7912     
==========================================
+ Hits         5058    11205    +6147     
- Misses        447     2212    +1765     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@M-Adoo M-Adoo force-pushed the stable-1.0 branch 2 times, most recently from 9abae25 to 1f94928 Compare December 16, 2025 12:17
@M-Adoo M-Adoo changed the title [wip] stable 1.0 refactor: 🚀 major refactoring for v1.0 release Dec 16, 2025
@M-Adoo M-Adoo force-pushed the stable-1.0 branch 8 times, most recently from acf12da to 0411eb1 Compare December 21, 2025 15:13
- Restructure core observable and subscription APIs
- Add new operators: average, buffer_count, buffer_time, distinct_until_changed, map_err, reduce, switch_map
- Implement context-based factory pattern for observables
- Add comprehensive documentation and guide
- Add procedural macros support
- Remove deprecated operators and modules
- Update scheduler architecture with test utilities
- Add WASM and async interoperability examples
- Refine subject implementations with new subscription handling
@wjian23 wjian23 merged commit 4a41292 into master Dec 23, 2025
10 of 12 checks passed
@wjian23 wjian23 deleted the stable-1.0 branch December 23, 2025 02:24
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.

3 participants