Releases: buenos-nachos/time-sync
Releases · buenos-nachos/time-sync
@buenos-nachos/time-sync@0.6.2
Patch Changes
- 7a2903c: reduced memory usage and allocations for internal methods
@buenos-nachos/time-sync@0.6.1
Patch Changes
- 03c41c8: removed internal comments from NPM output
@buenos-nachos/time-sync@0.6.0
Breaking Changes
- 8678493: Removed support for CommonJS. Also removed source files, changelog, and sourcemaps from output packages.
@buenos-nachos/time-sync@0.5.5
Patch Changes
- 1862a8b: Added explicit build process when preparing NPM packages to ensure
./distfiles can't be omitted
@buenos-nachos/time-sync@0.5.4
Patch Changes
- 3f130f1: updated
filesin package.json to include accidentally removed files
@buenos-nachos/time-sync@0.5.3
Patch Changes
- e401ae4: further updated which files are included in NPM packages
@buenos-nachos/time-sync@0.5.2
Patch Changes
- a2a6843: Removed test files from NPM builds.
@buenos-nachos/time-sync@0.5.1
Patch Changes
- 5fdc201: Updated comments for
Snapshot.dateto be less misleading.
@buenos-nachos/time-sync@0.5.0
Breaking Changes
- c3986e9: Revamped all state management and APIs to be based on monotonic time
- c3986e9: Removed
registeredAtandintervalLastFulfilledAtproperties fromSubscriptionContextand added monotonicregisteredAtMs
Minor Changes
- c3986e9: Added monotonic
lastUpdatedAtproperty toSnapshottype.
@buenos-nachos/time-sync@0.4.1
Patch Changes
- 5f37f1a: refactored class to remove private setSnapshot method