Skip to content

Releases: yewstack/tokise

v0.3.0

05 Apr 22:08
7bc4b8d

Choose a tag to compare

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

16 Mar 08:46

Choose a tag to compare

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

13 Dec 08:29
cd7aad8

Choose a tag to compare

What's Changed

New Contributors

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

v0.1.0

19 Oct 11:10

Choose a tag to compare

  • Copied existing implementation from Yew.