Releases: gadhagod/Hyrule-Compendium-node-client
Releases · gadhagod/Hyrule-Compendium-node-client
1.6.0
- Tests now run on
dist
directory files.
- Add
entryName
and entryId
types.
- Export
BaseEntry
.
- Add entry type checking tests.
- Deprecate
EntryType
.
1.5.2
- Remove return type for type_category.
- Set compendium instance variables to private scope.
1.5.1
-
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
- Use docstrings for everything
- Create types
CreatureEntry
, EquipmentEntry
, MaterialEntry
, MonsterEntry
, TreasureEntry
, AnyEntry
, AnyCategory
, AllCallback
, CategoryCallback
, and EntryCallback
.
Client-hidden:
1.1.1
Move exceptions to another file
1.1.0
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
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>