Skip to content

Releases: theBowja/genshin-db

Genshin 5.1 update

15 Oct 09:31
af27cde
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.1.8...v5.1.9

Genshin 5.0 update

27 Aug 22:08
Compare
Choose a tag to compare

Genshin 5.0 update

Genshin 4.8 update

17 Jul 03:19
Compare
Choose a tag to compare

when am i gonna automate this...

Genshin 4.7 update

04 Jun 03:36
Compare
Choose a tag to compare
v5.1.5

publish

Genshin 4.6 update

23 Apr 04:39
Compare
Choose a tag to compare

Arlecchino

Genshin 4.5 update

12 Mar 03:19
Compare
Choose a tag to compare

Add emoji and voiceover data

16 Feb 04:27
Compare
Choose a tag to compare

fixed enemies data. made breaking changes.
#165

  • specialName is renamed to specialNames and is now an array of strings
  • added monsterType
  • changed category to categoryType and categoryText
  • changed investigation.category to investigation.categoryType and investigation.categoryText

added emojis data
added voiceovers data

Genshin 4.4 update

31 Jan 06:38
Compare
Choose a tag to compare

npm install genshin-db@latest

For 99% backwards compatibility with genshin-db v4 data types, set the option v4Props or v4PropsOnly to true.
genshindb.setOptions({ v4PropsOnly: true });

genshin-db v5.0.8

03 Jan 17:03
Compare
Choose a tag to compare

Transition from db v4 to db v5.

All the property names have been changed. For example, characters.weapontype has been changed to characters.weaponText.

A lot of new data has been added. For example, characters.weaponType which is the enum version of characters.weaponText.

For 99% backwards compatibility, set the option v4Props or v4PropsOnly to true.
genshindb.setOptions({ v4PropsOnly: true });

Search results with v4Props will return data with both v4 and v5 props. With v4 props overwriting v5 props if there are any clashes.
Search results with v4PropsOnly will return data with only v4 props. You'll be missing out on any new data properties that have been added.

Also a lot of categories got removed from the index I guess. Let me know if you need them back.

Genshin 4.3 update

28 Dec 19:51
Compare
Choose a tag to compare
v4.3.17

version update