Skip to content

Releases: gadhagod/Hyrule-Compendium-node-client

1.6.0

31 Aug 00:17
Compare
Choose a tag to compare
  • Tests now run on dist directory files.
  • Add entryName and entryId types.
  • Export BaseEntry.
  • Add entry type checking tests.
  • Deprecate EntryType.

1.5.2

10 Jul 03:33
Compare
Choose a tag to compare
  • Remove return type for type_category.
  • Set compendium instance variables to private scope.

1.5.1

09 Jun 04:07
Compare
Choose a tag to compare
  • Make compendium default export.
    You can now use the compendium class like the following (importing { compendium } still also works):

    import compendium from "hyrule-compendium"

  • New method of getting image, along with new functions
    download_entry_image() is now deprecated, replaced with get_entry_image().download() and get_entry_image.get_stream().

1.4.0

07 Jun 03:21
Compare
Choose a tag to compare
  • Use docstrings for everything
  • Create types CreatureEntry, EquipmentEntry, MaterialEntry, MonsterEntry, TreasureEntry, AnyEntry, AnyCategory, AllCallback, CategoryCallback, and EntryCallback.

Client-hidden:

  • File system changed

1.3.1

05 Apr 18:00
Compare
Choose a tag to compare
Set version to 1.3.1

1.1.1

05 Apr 17:51
Compare
Choose a tag to compare
Move exceptions to another file

1.1.0

05 Apr 02:05
Compare
Choose a tag to compare

Set default image name for download_entry_image.

If no output_file argument is given for compendium.download_entry_image, it defaults to "[entry name].png".

1.0.0

31 Mar 19:00
25c14bf
Compare
Choose a tag to compare
Add request timeout parameter, add examples (#2)

* Update index.ts

* Fix types, make code slightly more readable

* Simplify examples

* Make code more readable

* Complete timeout stuff

Co-authored-by: goombamaui <77907708+goombamaui@users.noreply.github.com>