Skip to content

Latest commit

 

History

History
239 lines (107 loc) · 7.56 KB

CHANGELOG.md

File metadata and controls

239 lines (107 loc) · 7.56 KB

6.2.0 (2024-10-28)

Features

6.1.0 (2024-10-21)

Features

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

6.0.1 (2024-08-27)

Bug Fixes

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

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

5.1.0 (2024-07-11)

Features

5.0.1 (2024-06-23)

Bug Fixes

  • syndicate jobs now have the type (11b8dcd)

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

4.1.0 (2024-06-09)

Features

4.0.0 (2024-03-05)

Bug Fixes

  • Invasion failing when InvasionMember is Infested (#9) (eff5b1a)

Features

  • Added methods to make update listeners onto the client (16bd7be)

BREAKING CHANGES

  • Deprecated warframe-macros and changed project structure

3.1.1 (2024-02-10)

Bug Fixes

  • Fixed versioning issues (b318c8d)

3.1.0 (2024-02-10)

Features

  • optional States for listeners (#6); (236aa76)

3.0.0 (2024-02-07)

Features

  • split warframe.rs and warframe-macros in monorepo (#5) (a1807b3)

BREAKING CHANGES

  • split where warframe.rs and warframe-macros are located in the repo

2.0.0 (2024-02-05)

chore

  • Updates macros for better readability; (35bed4c)

BREAKING CHANGES

  • Renamed the Enemy enum to Faction and most fields that use this type;

feat: Archon Hunt model;

feat: Cambion Drift Model;

docs: Changed docs for id field;

feat: Model for Construction Progress;

feat: Model for daily deal;

feat: Model for Event;

feat: Model for Flash Sale;

feat: Model for Global Upgrades (modifiers like double resources);

feat: Model for invasions;

updated mod.rs to include everything;

feat: Added Model for endpoints;

feat: added Model for Nightwave;

feat: added Model for Orb Vallis;

chore: Updated macro usage;

feat: added Model for Sortie;

feat: added Model for Steel Path;

feat: added Model for SyndicateMission;

feat: added Model for void trader;

feat: Macros for the project;

ci: Hopefully fix build error?;

ci: Fix build;

1.1.3 (2024-01-28)

Bug Fixes

  • Typo in fetch_arr_using (changed to fetch_arr_using_lang) (416fb3a)

1.1.2 (2024-01-27)

Bug Fixes

  • changed the multilangual feature to be less janky (cc7c042)

1.1.1 (2024-01-26)

Bug Fixes

  • RewardType on Alerts is now being parsed correctly (ef32c18)

1.1.0 (2024-01-26)

Bug Fixes

  • Deserializing the Mission type is now working (39d2672)
  • Number -> Variant deserialization for Tier is now working (new dep however) (5ec0e76)

Features

  • arbitrations model (470005e)
  • Support for different languages using the new "multilangual" feature (9e8460e)

1.0.4 (2023-11-16)

Bug Fixes

  • push Cargo.toml updates to git (4deea46)

1.0.3 (2023-11-16)

Bug Fixes

1.0.2 (2023-11-16)

Bug Fixes

  • Added required field for cargo publish (cfede82)

1.0.1 (2023-11-16)

Bug Fixes

  • docs: Changed Contributing part (f8d5ffa)

1.0.0 (2023-11-16)

Bug Fixes

Features