This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
Releases: mawburn/foundry-user-latency
Releases · mawburn/foundry-user-latency
v1.1.6
Fetch Head
- Move fetch to just get head instead of entire payload
v1.1.4
v1.1.1
Proper Build
- 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
Tweaked a few styles regarding the display & dropped a leftover console.log
in the PlayerList class.
Initial release
Forked from:
- https://github.com/mawburn/foundry-ping-logger/releases/latest
- https://foundryvtt.com/packages/response-time
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