Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@stencila-ci stencila-ci released this 13 Jan 04:31
· 42 commits to master since this release

4.0.0 (2021-01-13)

  • Merge pull request #80 from stencila/perf (fb9b270), closes #80

Bug Fixes

  • Escaping: Remove unecessary branch (2708f16)

Performance Improvements

  • Benchmarks: Add a higher precision benchmark (ab3e1d9)
  • Benchmarks: Add benchmarking script (ffbbcc2)
  • Benchmarks: Use plain string messages (503ce1a)
  • Deps: Remove benmarking dependencies from package.json (8fa458a)
  • Errors: Remove automatic error stack generation (2bd2aae)
  • Fast time: Add a fastTime option (7259dba)
  • Handlers: Use a global singleton, rather than event bus (5e20c8c)
  • Output: Use template strings rather than JSON.stringify (e33e2f3)
  • Output: Write to process.stderr directly (5d4db3b)

BREAKING CHANGES

  • Mostly internal performance improvements but given the scale of changes labeling as a breaking change to trigger a major release.