Skip to content

Releases: WFCD/warframe.rs

v6.2.0

28 Oct 20:15
Compare
Choose a tag to compare

6.2.0 (2024-10-28)

Features

v6.1.0

21 Oct 15:59
Compare
Choose a tag to compare

6.1.0 (2024-10-21)

Features

  • item query support and item types (#19) (f79f2d8)

v6.0.1

27 Aug 16:46
Compare
Choose a tag to compare

6.0.1 (2024-08-27)

Bug Fixes

  • docs: added docs for almost everything (2985fb1)

v6.0.0

19 Jul 14:54
Compare
Choose a tag to compare

6.0.0 (2024-07-19)

Features

  • simplified fetch to replace the array specific fetch (3430874)

BREAKING CHANGES

  • replaced fetch_arr, RT traits, and Model trait with the new Queryable trait

v5.1.0

11 Jul 03:09
Compare
Choose a tag to compare

5.1.0 (2024-07-11)

Features

v5.0.1

23 Jun 15:59
Compare
Choose a tag to compare

5.0.1 (2024-06-23)

Bug Fixes

  • syndicate jobs now have the type (11b8dcd)

v5.0.0

11 Jun 11:38
Compare
Choose a tag to compare

5.0.0 (2024-06-11)

Bug Fixes

  • listeners are now properly spawnable in a tokio::task::spawn(f) (#13) (d670259)

BREAKING CHANGES

  • changed the signature of nested listener callback

v4.1.0

09 Jun 17:32
Compare
Choose a tag to compare

4.1.0 (2024-06-09)

Features

v4.0.0

09 Jun 10:39
Compare
Choose a tag to compare

artificial release

What's Changed

  • fix: Invasion failing when InvasionMember is Infested by @Mettwasser in #9

Full Changelog: v3.1.1...v4.0.0

v3.1.1

10 Feb 11:02
Compare
Choose a tag to compare

3.1.1 (2024-02-10)

Bug Fixes

  • Fixed versioning issues (b318c8d)