Releases: TIMMLOPK/genshin-kit.js
Releases · TIMMLOPK/genshin-kit.js
v2.5.0
Features
- Add new endpoints:
Role Combat(Imaginarium Theater)
andGenshinUserAchievement
- Add new fetch option(
avatar_list_type
) forGenshinUser
- Add new fetch options(
sort_type
,elements
andweapon_type
) forCharcters
list fetch - Add
fetchAvatarDetail
for getting details of avatar - Update types to match API
Fixes
- fix: some types are incorrect
Others
reliquaries
in CharacterData is deprecated, userelics
insteadReliquary
is deprecated, useArtifact
insteadReliquarySet
is deprecated, useArtifactSet
instead
- update docs
- refactor to use new endpoints
- refactor to use pnpm
- update dependencies
Full Changelog: v2.4.13...v2.5.0
v2.4.13
Feature
- Updated
RealTimeNote
,archon_quest_progress
is added - Updated
WorldExploration
to match API.
Other
- update dependencies
Full Changelog: v2.4.12...v2.4.13
v2.4.12
Feature
- Add new daily task to real-time notes
- Support fetching reward info by month
Other
DayRewardData
renamed toDayReward
- update workflows
- update dependencies
Full Changelog: v2.4.11...v2.4.12
v2.4.11
v2.4.10
⚠️ API CHANGEDRedeemOptions no longer retain
cookie_token
, usecookie
instead.
Feature
- support V2 Cookie
- Accepting Cookie Object
- new cookie utils:
CookieToObj
,CookieObjToString
Fixes
- fix: GenshinUser type missing:
game_head_icon
Other
- update dependencies
- refactor(utils): mergeOptions
Full Changelog: v2.4.9...v2.4.10
v2.4.9
⚠️ HoYoLab API Changed: Daily reward checkIn has geetest for validate.More information: https://genshin-kit-js.vercel.app/daily-rewards-checkin
Feature
- support 4.0 update
Other
- update dependencies
Full Changelog: v2.4.8...v2.4.9
v2.4.8
⚠️ HoYoLab API Changed: Daily reward checkIn has geetest for validate.More information: https://genshin-kit-js.vercel.app/daily-rewards-checkin
Feature
- support updated TCG API
Fix
- fix wrong options in
BasicRoute
Other
- update dependencies
- refactor utils types
- better documentations
Full Changelog: v2.4.7...v2.4.8
v2.4.7
v2.4.6
More information: https://genshin-kit-js.vercel.app/daily-rewards-checkin
Feature
- add callback for you to handle geetest when it tiggered
Fix
- add status for geetest of daily reward checkIn
Other
- update dependencies