Skip to content

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

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jul 22:33
· 6 commits to master since this release

@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.