Skip to content

Releases: xivapi/xivapi-js

v0.4.5

05 Jan 17:43
62733d8
Compare
Choose a tag to compare

What's Changed

v0.4.4

05 Dec 02:59
Compare
Choose a tag to compare

Added CWL search and get methods, addressing #17.

v0.4.3

05 Aug 19:31
b70da45
Compare
Choose a tag to compare

Include #16.

v0.4.2

23 May 18:28
249a913
Compare
Choose a tag to compare

Include #14.

v0.4.1

01 May 11:40
Compare
Choose a tag to compare

Include #12.

v0.4.0

14 Jan 15:11
Compare
Choose a tag to compare

Included #8 #9 and #10. Removed shrinkwrap file.

This version changes a core dependency (request-promise-native), so you will have to run npm i in your project directory.

v0.3.3

04 Jul 11:04
Compare
Choose a tag to compare

Address #6 and #7.

v0.3.2

26 Jan 18:29
Compare
Choose a tag to compare

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

05 Sep 19:04
Compare
Choose a tag to compare

Brought up to date with current XIVAPI version, specifically:

  • Removed market and lodestone functionality.
  • Removed character.verification and character.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 from get() 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 and resources.datacenters to data and made them fetch live data from XIVAPI instead of local storage.
  • Improved error messaging.

v0.2.4

15 May 22:53
Compare
Choose a tag to compare
  • Removed some extraneous server checking in some search commands.