Skip to content

Releases: timing71/common

v0.2.3

03 Mar 17:19
Compare
Choose a tag to compare

Allow null as a value for certain session variables like timeRemain/lapsRemain; now both null and undefined are treated as 0.

v0.2.2

13 Feb 11:38
Compare
Choose a tag to compare
  • Fix a bug in recursive diffing for generation of replay files.

v0.2.1

30 Jan 22:07
Compare
Choose a tag to compare
  • Fix some bad ES6 imports in analysis module.

v0.2.0

30 Jan 18:09
Compare
Choose a tag to compare
  • Port analysis code from @timing71/web into @timing71/common.

v0.1.0

26 Dec 17:53
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Move the Service and HTTPPollingService classes into common. These are the basis for all service provider classes!

Try again

26 Nov 22:07
Compare
Choose a tag to compare
Try again Pre-release
Pre-release

GitHub actions can be a pain...

v0.0.5

26 Nov 22:00
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release
  • Update to now require Node 16.
  • Add EventEmitter class and dasherizeParts 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

22 Oct 15:33
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

Adds the StatExtractor class and message generators.

v0.0.2

01 Jul 20:11
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release
  • 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

27 Jun 15:38
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Initial release to get things going with npm integration; just contains definitions for the Stat and FlagState enums.