Skip to content

1.0.0

Compare
Choose a tag to compare
@macrat macrat released this 10 Jul 12:04
· 226 commits to dev since this release
v1.0.0
04729e1

Breaking changes

  • Remove default exports.

    Please use import { Benchmark } from 'asyncmark'; instead of import Benchmark from 'asyncmark';

  • Change arguments order of timeit.

Other changes

  • Rewrite by TypeScript.