Releases: xivapi/xivapi-js
Releases · xivapi/xivapi-js
v0.4.5
v0.4.4
v0.4.3
v0.4.2
v0.4.1
v0.4.0
v0.3.3
v0.3.2
Moved npm repository under the @xivapi
scope. Existing installations should still work fine but receive an npm deprecation warning if you check for updated versions. The new way to install is npm i -S @xivapi/js
.
I could not do too much testing before pushing this version, so if you find that anything has broken after the dependency version bump make an issue or get in contact with me and I will look into it immediately.
v0.3.0
Brought up to date with current XIVAPI version, specifically:
- Removed
market
andlodestone
functionality. - Removed
character.verification
andcharacter.update
methods. - Removed
data.schema
method.
Extraneous messing with metadata and other manipulation of data produced by XIVAPI has been removed, specifically:
- Removed helper structure
status
fromget()
methods. - Removed the extending of urls (such as icons, which are provided by XIVAPI in the form of
"/icons/example.jpg"
and would be turned into"https://xivapi.com/icons/example.jpg"
before).
Other changes:
- Moved
resources.servers
andresources.datacenters
todata
and made them fetch live data from XIVAPI instead of local storage. - Improved error messaging.