Skip to content

Releases: buenos-nachos/time-sync

@buenos-nachos/time-sync@0.6.2

24 Dec 17:31
30331cf

Choose a tag to compare

Patch Changes

  • 7a2903c: reduced memory usage and allocations for internal methods

@buenos-nachos/time-sync@0.6.1

14 Dec 20:00
ac76dae

Choose a tag to compare

Patch Changes

  • 03c41c8: removed internal comments from NPM output

@buenos-nachos/time-sync@0.6.0

14 Dec 19:06
23dd708

Choose a tag to compare

Breaking Changes

  • 8678493: Removed support for CommonJS. Also removed source files, changelog, and sourcemaps from output packages.

@buenos-nachos/time-sync@0.5.5

14 Dec 18:22
a28440b

Choose a tag to compare

Patch Changes

  • 1862a8b: Added explicit build process when preparing NPM packages to ensure ./dist files can't be omitted

@buenos-nachos/time-sync@0.5.4

14 Dec 18:10
effe38f

Choose a tag to compare

Patch Changes

  • 3f130f1: updated files in package.json to include accidentally removed files

@buenos-nachos/time-sync@0.5.3

14 Dec 17:58
2c026a2

Choose a tag to compare

Patch Changes

  • e401ae4: further updated which files are included in NPM packages

@buenos-nachos/time-sync@0.5.2

14 Dec 17:44
0e79cff

Choose a tag to compare

Patch Changes

  • a2a6843: Removed test files from NPM builds.

@buenos-nachos/time-sync@0.5.1

14 Dec 13:56
ba3463a

Choose a tag to compare

Patch Changes

  • 5fdc201: Updated comments for Snapshot.date to be less misleading.

@buenos-nachos/time-sync@0.5.0

07 Dec 22:23
f1c765a

Choose a tag to compare

Breaking Changes

  • c3986e9: Revamped all state management and APIs to be based on monotonic time
  • c3986e9: Removed registeredAt and intervalLastFulfilledAt properties from SubscriptionContext and added monotonic registeredAtMs

Minor Changes

  • c3986e9: Added monotonic lastUpdatedAt property to Snapshot type.

@buenos-nachos/time-sync@0.4.1

06 Dec 20:39
02787f1

Choose a tag to compare

Patch Changes

  • 5f37f1a: refactored class to remove private setSnapshot method