6.2.0 (2024-10-28)
6.1.0 (2024-10-21)
6.0.1 (2024-08-27)
- docs: added docs for almost everything (2985fb1)
6.0.0 (2024-07-19)
- simplified fetch to replace the array specific fetch (3430874)
- replaced fetch_arr, RT traits, and Model trait with the new Queryable trait
5.1.0 (2024-07-11)
5.0.1 (2024-06-23)
- syndicate jobs now have the type (11b8dcd)
5.0.0 (2024-06-11)
- changed the signature of nested listener callback
4.1.0 (2024-06-09)
4.0.0 (2024-03-05)
- Added methods to make update listeners onto the client (16bd7be)
- Deprecated warframe-macros and changed project structure
3.1.1 (2024-02-10)
- Fixed versioning issues (b318c8d)
3.1.0 (2024-02-10)
3.0.0 (2024-02-07)
- split where warframe.rs and warframe-macros are located in the repo
2.0.0 (2024-02-05)
- Updates macros for better readability; (35bed4c)
- 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)
- Typo in fetch_arr_using (changed to fetch_arr_using_lang) (416fb3a)
1.1.2 (2024-01-27)
- changed the multilangual feature to be less janky (cc7c042)
1.1.1 (2024-01-26)
- RewardType on Alerts is now being parsed correctly (ef32c18)
1.1.0 (2024-01-26)
- Deserializing the
Mission
type is now working (39d2672) - Number -> Variant deserialization for
Tier
is now working (new dep however) (5ec0e76)
- arbitrations model (470005e)
- Support for different languages using the new "multilangual" feature (9e8460e)
1.0.4 (2023-11-16)
- push Cargo.toml updates to git (4deea46)
1.0.3 (2023-11-16)
- Cargo.toml (0d29046)
1.0.2 (2023-11-16)
- Added required field for cargo publish (cfede82)
1.0.1 (2023-11-16)
- docs: Changed Contributing part (f8d5ffa)
- warn (c192e72)