Skip to content

Releases: dsrkafuu/ffxiv-overlay-api

v3.4.0

17 Feb 06:49
Compare
Choose a tag to compare

Date

2021-02-17

Changelog

  • Yet for some browser compatibility issue, OverlayAPI now uses default export again:
    • import { OverlayAPI } from 'ffxiv-overlay-api'; (before)
    • import OverlayAPI from 'ffxiv-overlay-api'; (after)
  • New simulate file fake.json added in test folder

v3.3.0

12 Feb 08:44
Compare
Choose a tag to compare

Date

2021-02-12

Changelog

  • OverlayAPI.simulateData() now only trigger events once

v3.2.0

03 Feb 14:56
Compare
Choose a tag to compare

Date

2021-02-03

Changelog

  • OverlayAPI now uses named exports as default
    • import OverlayAPI from 'ffxiv-overlay-api'; (before)
    • import { OverlayAPI } from 'ffxiv-overlay-api'; (after)

v3.1.0

14 Nov 09:38
Compare
Choose a tag to compare

Date

2020-11-14

Changelog

  • Brand new extend data injector
  • Browser native es module support

v3.0.1

17 Oct 11:07
Compare
Choose a tag to compare

Date

2020-10-17

Changelog

  • Fix license

v3.0.0

17 Oct 10:59
Compare
Choose a tag to compare

Date

2020-10-17

Changelog

  • Rename and optimize some APIs
  • Replace lite mode with extended mode
  • Add silent mode

v2.0.2

22 Sep 05:30
Compare
Choose a tag to compare

Date

2020-09-22

Changelog

  • Return empty string instead of null in parsed data
  • Add durationSeconds in lite mode
  • Change init check intervel to 500ms
  • Update dependencies

v2.0.1

14 Aug 05:43
Compare
Choose a tag to compare

Date

2020-08-14

Changelog

  • Combat simulation data source now not integrated
  • Fix a this point issue

v2.0.0

13 Aug 10:33
Compare
Choose a tag to compare

Date

2020-08-13

Changelog

  • Remaster code with TC39 Stage 3 private methods and fields
  • New features
    • Lite mode can sort data automatically and return clean data object
    • Data simulation returns simulation data at an interval of 1s
  • Update some functions
    • OverlayAPI.add(event, cb) => OverlayAPI.addListener(event, cb)
    • OverlayAPI.remove(event, cb) => OverlayAPI.removeListener(event, cb)
    • OverlayAPI.removeAll(event, cb) => OverlayAPI.removeAllListener(event, cb)

v1.0.4

04 Aug 07:05
Compare
Choose a tag to compare

Date

2020-08-04