Releases: timing71/common
Releases · timing71/common
v0.2.3
Allow null
as a value for certain session variables like timeRemain
/lapsRemain
; now both null
and undefined
are treated as 0
.
v0.2.2
- Fix a bug in recursive diffing for generation of replay files.
v0.2.1
- Fix some bad ES6 imports in analysis module.
v0.2.0
- Port analysis code from
@timing71/web
into@timing71/common
.
v0.1.0
Move the Service
and HTTPPollingService
classes into common. These are the basis for all service provider classes!
Try again
GitHub actions can be a pain...
v0.0.5
- Update to now require Node 16.
- Add
EventEmitter
class anddasherizeParts
function. - Export a copy of
dayjs
with required plugins pre-loaded. - Also publish to GitHub registry.
Note: v0.0.4 and v0.0.5 are identical; the only change between the two was to enable publishing to GitHub.
v0.0.3
Adds the StatExtractor
class and message generators.
v0.0.2
- Move away from Babel to just publishing ES modules.
- Include replay functions: loading a replay from a ZIP file, and both creating and applying the I-frame-based diffs used to reduce replay file size
Initial release
Initial release to get things going with npm integration; just contains definitions for the Stat
and FlagState
enums.