Releases: luckycatfactory/pool-time
Releases · luckycatfactory/pool-time
@luckycatfactory/react-pool-time-v1.0.1
@luckycatfactory/react-pool-time-v1.0.0
@luckycatfactory/react-pool-time-v1.0.0 (2020-07-04)
Bug Fixes
- .yarnrc: remove unnecessary yarnrc (c243131)
- core+react: make core a peerDependency (25ef7fb)
- package.json: fix node modules by using esm.js instead of .mjs (d6b052f)
- package.json: mark package as side effect free (4e561a3)
- package.json: upgrade rollup (58d6b77)
- pool-time-core: add TS distribution to package.json (cee06c4)
- react-pool-time: add back pool-time-core as devDependency (57f9f8a)
Features
- react-pool-time: move to passing an instance of pool time (2b790e6)
- react-pool-time: update pool-time-core (0bf7541)
- userelativetime.ts: this adds the logic for getRoundedDifference (46122fa)
- begin adding getRoundedDifference (dbef100)
BREAKING CHANGES
- react-pool-time: In order to make it possible to share instances across implementations,
createPoolTimeProvider has been refactored to take in a PoolTime instance instead of a configuration
object.
@luckycatfactory/pool-time-core-v1.0.0
@luckycatfactory/pool-time-core-v1.0.0 (2020-07-04)
Bug Fixes
- core+react: make core a peerDependency (25ef7fb)
- package.json: update version (b4d1f01)
- pool-time-core: add TS distribution to package.json (cee06c4)
- pool-time-core: fix test run configuration (ec245d7)
Features
- pool-time-core: add a flushing mechanism (0ce998e)
- pool-time-core: move core to subscription model (9360565)
- pool-time-core: publish initial pool-time-core (5035d27)
BREAKING CHANGES
- pool-time-core: getLowestCommonDuration, tickLowestCommonDuration, and unregister are removed.
subscribeToLeastCommonDurationChange and subscribeToTick are added. register and startTick both now
return unsubscribe functions.
@pool-time/react-pool-time-v2.0.0
@pool-time/react-pool-time-v2.0.0 (2020-06-29)
Features
- react-pool-time: move to passing an instance of pool time (2b790e6)
BREAKING CHANGES
- react-pool-time: In order to make it possible to share instances across implementations,
createPoolTimeProvider has been refactored to take in a PoolTime instance instead of a configuration
object.
@pool-time/react-pool-time-v1.1.0
@pool-time/react-pool-time-v1.1.0 (2020-06-29)
Features
- react-pool-time: update pool-time-core (0bf7541)
@pool-time/pool-time-core-v2.1.0
@pool-time/pool-time-core-v2.1.0 (2020-06-29)
Features
- pool-time-core: add a flushing mechanism (0ce998e)
@pool-time/pool-time-core-v2.0.0
@pool-time/pool-time-core-v2.0.0 (2020-06-28)
Features
- pool-time-core: move core to subscription model (9360565)
BREAKING CHANGES
- pool-time-core: getLowestCommonDuration, tickLowestCommonDuration, and unregister are removed.
subscribeToLeastCommonDurationChange and subscribeToTick are added. register and startTick both now
return unsubscribe functions.
@pool-time/react-pool-time-v1.0.4
@pool-time/react-pool-time-v1.0.4 (2020-06-27)
Bug Fixes
@pool-time/pool-time-core-v1.0.2
@pool-time/pool-time-core-v1.0.0
@pool-time/pool-time-core-v1.0.0 (2020-06-27)
Features
- pool-time-core: publish initial pool-time-core (7c5274a)