Skip to content

Releases: luckycatfactory/pool-time

@luckycatfactory/react-pool-time-v1.0.1

12 Jul 07:00
Compare
Choose a tag to compare

@luckycatfactory/react-pool-time-v1.0.0

04 Jul 23:04
Compare
Choose a tag to compare

@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

04 Jul 22:33
Compare
Choose a tag to compare

@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

29 Jun 05:36
Compare
Choose a tag to compare

@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

29 Jun 04:21
Compare
Choose a tag to compare

@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

29 Jun 02:13
Compare
Choose a tag to compare

@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

28 Jun 21:07
Compare
Choose a tag to compare

@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

27 Jun 18:57
Compare
Choose a tag to compare

@pool-time/react-pool-time-v1.0.4 (2020-06-27)

Bug Fixes

  • core+react: make core a peerDependency (25ef7fb)
  • pool-time-core: add TS distribution to package.json (cee06c4)
  • react-pool-time: add back pool-time-core as devDependency (57f9f8a)

@pool-time/pool-time-core-v1.0.2

27 Jun 20:03
Compare
Choose a tag to compare

@pool-time/pool-time-core-v1.0.2 (2020-06-27)

Bug Fixes

  • package.json: update version (b4d1f01)

@pool-time/pool-time-core-v1.0.0

27 Jun 17:44
Compare
Choose a tag to compare
Pre-release

@pool-time/pool-time-core-v1.0.0 (2020-06-27)

Features

  • pool-time-core: publish initial pool-time-core (7c5274a)