mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* Switch to pinned channels. * Fix ServerRenderer so it's not blocked until the result is resolved. * Fix tests. * Remove unused SendError. * Implement a stream to be polled alongside rendering. * Update Buffer Size. * Make Send renderer work. * Remove pinned channels. * Unified Naming. * Optimise code. * Restore capacity. * Remove unused profile. * Default to separate resolver. * Reduce allocations on string. * Adjust API. * Remove duplicate trait bound. * Update docs. * Remove capacity setting. * Unsafe? * Separate files. * Adjust inlining. * Fix test. * Update notice. * Update documentation. * Fix tests.