Skip to content

Latest commit

 

History

History
132 lines (84 loc) · 1.8 KB

CHANGELOG.md

File metadata and controls

132 lines (84 loc) · 1.8 KB

Changelog

All notable changes to this project will be documented in this file.

[0.8.1] - 2022-04-18

Miscellaneous Tasks

  • Format code
  • Fix CI

[0.8.0] - 2022-04-18

Documentation

  • Update doc

Features

  • Optimize binary_args clone

Miscellaneous Tasks

  • Release 0.8.0

Refactor

  • [breaking] Add worker_path to WorkerPool::setup

[0.7.0] - 2022-04-15

Documentation

  • Improve documentation

Features

  • Make WorkerPool thread friendly
  • Add warmup()

Miscellaneous Tasks

  • Improve CI
  • Fix tsc compilation
  • Fix clippy error
  • Format code
  • Format code
  • Fix CI
  • Release 0.7.0

Reafactor

  • Remove unecessary layer of indirection

[0.6.0] - 2022-04-12

Documentation

  • Improve documentation

Features

  • Simplify run_worker API
  • Add set_binary option

Miscellaneous Tasks

  • Fix npm package version
  • Improve github action workflows
  • Improve examples
  • Improve examples
  • Format code
  • Release 0.6.0

Refactor

  • [breaking] Rename run_task to perform

[0.5.2] - 2022-04-11

Documentation

  • Correct typos

Miscellaneous Tasks

  • Fix npm package name
  • Release 0.5.2

[0.5] - 2022-04-11

Bug Fixes

  • Properly wait for idle worker

Documentation

  • Improve docs
  • Fix incorrect workflow

Features

  • Support sending payloads
  • Add bridge
  • Support returning result from worker
  • Simplifies API with AsPayload
  • Add examples
  • Add debug option
  • Handle child errors
  • Directly expose APIs and setup rustdoc

Miscellaneous Tasks

  • Setup project with initial impl
  • Remove napi-rs
  • Fix clippy errors
  • Add benchmark
  • Improve timing benchmark
  • Fix clippy errors
  • Remove unecessary code
  • Format code
  • Prepare for release
  • Fix CI
  • Fix CI
  • Fix CI
  • Release 0.5.1

Testing

  • Add tests