Elina
b8d3e21ca0
Raise MSRV to 1.76 ( #3693 )
...
* raise msrv to 1.76
* remove older impls
* bless trybuild tests
* Update packages/yew/src/scheduler.rs
2024-08-03 16:09:34 +05:00
dependabot[bot]
4023c88c39
Bump indexmap from 1.9.3 to 2.0.0 ( #3322 )
...
* Bump indexmap from 1.9.3 to 2.0.0
Bumps [indexmap](https://github.com/bluss/indexmap ) from 1.9.3 to 2.0.0.
- [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md )
- [Commits](https://github.com/bluss/indexmap/compare/1.9.3...2.0.0 )
---
updated-dependencies:
- dependency-name: indexmap
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update dependency minimum version
* clippy
* Bump MSRV to 1.64
* more clippy
* Update action that fails (probably outdated)
* Bump implicit-clone to 0.3.8
* Forgot to bump MSRV in some places
* Forgot to update setup-chromedriver in one place
* Bump implicit-clone to 0.4.0
* Update stderr files
* clippy
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cecile Tonglet <cecile.tonglet@cecton.com>
2023-07-29 22:00:53 +09:00
Kaede Hoshikawa
7f5eb3890c
Streamed SSR Response ( #2697 )
...
* yew::platform?
* Stream Response.
* Migrate example
* Remove old implementation.
* Remove extra implementation.
* Prefer String instead of Cow.
* Fix MSRV.
* Fix trybuild.
* Optimise Memory Allocation.
* More optimisation.
* BufWriter.
* Fix tests.
* Optimise BufWriter.
* Remove more allocations.
* Allow setting of buffer capacity.
* Fix capacity size.
* Fix capacity size.
* Remove unneeded const notation.
* Fix macro tests.
* Slightly optimises BufWriter committing logic.
* Optimise Implementation.
* Move BufWriter to a separate file.
* Additional Implementation Note.
* Adjust API so it matches `std::channel::mpsc::channel`.
* Fix feature soundness.
* Make a compatibility layer on channels.
* Fix clippy.
* Fix feature soundness.
* Fix CI.
* Inlining.
* Add documentation.
* Punctuation.
* Switch to tokio channel.
* Remvoe pin-project.
* Fix feature soundness.
* Typo.
* Move io to platform.
* Tokio does not compile.
* Fix workflow.
* Restore wrongly removed docs.
* Does tokio work?
* Switch back to tokio.
* Remove pin-project.
* Use cargo resolver 2.
* Add panic notice.
* Update documentation.
* Properties does not have to be send.
* Fix capacity checking as pointed in the review.
* Implementation order.
* Update note.
2022-07-01 14:26:12 +05:00
Muhammad Hamza
526ecb975e
Increase MSRV to 1.56.1 ( #2740 )
2022-06-19 18:45:52 +05:00
Muhammad Hamza
18f004bc57
Fix cargo make config and tests ( #2640 )
...
* remove pr-flow, run all the tests when asked
* make tests that were never run pass
* run tests cargo make properly
* use wasm-pack-base test for running wasm tests
* cargo make config should be good
* update CI
2022-04-28 21:04:55 +05:00
Muhammad Hamza
b456636111
Bump minimal supported rust version (MSRV) to 1.56 ( #2334 )
...
* Bump MSRV to 1.54
* add rust version to Cargo.toml
* update macro test stderr
* 1.56 go brrrr
* 1.56 go brrrr: part 2 electric boogaloo
2022-01-06 19:32:48 +02:00
Muhammad Hamza
af440761ed
Rewrite router ( #1791 )
...
* rewrite router
* add support for 404 routes
* support base urls
* parse query params
* don't use js snippets lol
* cleanup code, update example
* bruh fmt
* test router
* add more tests
* wasm_test feature, CI
* Add rustdocs
* update docs on website
* use enum for routes, add derive macro for it
* fix 404 handling
* fix tests
* formatting
* update docs, little cleanup
* fix example
* misc fixes
* add routable macro tests
* document routable macro, rustfmt
* fix test, add makefile
* Replace the children based API with callback based one
* update example
* update docs
* update Cargo.toml
* clippy & fmt
* cleanup code
* apply review
* more fixes from review
* fix warnings
* replace function component with struct component, update docs
* formatting
* use `href` getter instead of reading attribute
* apply review
* use serde to parse query parameters
* use js_sys::Array for search_params + formatting
* fix doc test
* Apply suggestions from code review
Co-authored-by: Simon <simon@siku2.io>
* Update docs/concepts/router.md
apply suggestion
Co-authored-by: Simon <simon@siku2.io>
* apply review (part 2)
* use serde for parsing query
* a more modular implementation
* docs for query parameters
* fix doc
* Apply suggestions from code review
Co-authored-by: Simon <simon@siku2.io>
* fixes (from review)
* formatting
* use new functions
* not_found returns `Option<Self>`, to_route -> to_path
* Apply suggestions from code review
Co-authored-by: Simon <simon@siku2.io>
* remove PartialEq + Clone bound
* docs
* fix example
Co-authored-by: Simon <simon@siku2.io>
2021-05-17 17:39:12 +02:00