Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Releases: mawburn/foundry-user-latency

v1.1.6

01 Aug 18:38
Compare
Choose a tag to compare
  • Small performance tweaks to eak out better/more accurate pings

Fetch Head

01 Aug 18:14
Compare
Choose a tag to compare
  • Move fetch to just get head instead of entire payload

v1.1.4

01 Aug 17:52
Compare
Choose a tag to compare

Fixing Typos

v1.1.1

01 Aug 17:30
Compare
Choose a tag to compare
  • Cleanup Build
  • Move to Sass

Proper Build

01 Aug 16:24
Compare
Choose a tag to compare
  • Minified & bundled into a single JS file with a fingerprint
  • Fingerprinted CSS file
  • Added Rollup to build
  • Removed Gulp TS and moved to Rollup TS
  • Changed package.zip to module.zip because I kept getting confused with package.json 🤣

Style Update

31 Jul 21:08
Compare
Choose a tag to compare

Tweaked a few styles regarding the display & dropped a leftover console.log in the PlayerList class.

Initial release

31 Jul 20:58
Compare
Choose a tag to compare

Forked from:


Summary of changes:

  • Removed heavy charting feature
  • Simplified averages conversions
  • Use average only instead of median + others
  • Color coded Good/Low/Bad pings with Green/Yellow/Red backgrounds
  • Removed history configuration and set to static 30
  • Converted to TypeScript
  • Simplified gulp build a little
  • Added linting