Skip to content

Releases: yewstack/tokise

v0.3.0

Choose a tag to compare

@Madoshakalaka Madoshakalaka released this 05 Apr 22:08
7bc4b8d

Bumping from 0.2.1 requires no code changes for people on Rust 1.85+

  • Migrate to Rust edition 2024 and require Rust 1.85.
  • Replace once_cell with std::sync::LazyLock.
  • Use standard docsrs cfg instead of custom documenting cfg.
  • Bump gloo from 0.11 to 0.12.

v0.2.1

Choose a tag to compare

@Madoshakalaka Madoshakalaka released this 16 Mar 08:46

What's Changed

  • Fix nightly doc build by removing the removed doc_auto_cfg feature flag (merged into doc_cfg in Rust 1.92.0) by @Madoshakalaka
  • Modernize CI: replace archived actions-rs actions with dtolnay/rust-toolchain and direct cargo commands, bump actions/checkout to v6

Fixes

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@ranile ranile released this 13 Dec 08:29
cd7aad8

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@futursolo futursolo released this 19 Oct 11:10
  • Copied existing implementation from Yew.