0.1.6 (Dec 3, 2021)
- use Signal type (#15) (0474d80)
v0.1.5 (2021-10-10)
- fix kill typings (6ff6c1d)
v0.1.4 (2021-07-28)
- ci: upgrade to [email protected] (7c80480)
- ci: clean up workflow (5091884)
- ci: switch to denoland/setup-deno action, update eggs to 0.3.7 and fix windows test's (#12) (b84ae79)
- ci: remove fmt and lint step from nightly workflow (8cc7619)
- ci: upgrade to [email protected] (ea77ad3)
- upgrade: deno/std v0.103.0 (#13) (9d07d46)
v0.1.3 (2021-04-14)
- make kill method of encoding process sync (#8) (b37e594)
- refactor close method of encoding process (#7) (22eef37)
- replace deprecated Deno.iter with iter from deno/std (#11) (0f9ad63)
- use methods instead of properties (#9) (aafbb09)
v0.1.2 (2021-03-29)
- encoding process gets stuck on windows (#5) (6201fde)
- fmt (3a87a76, d351fde)
- ci: setup windows/macos tests, coverage reports and add release workflow (#4) (d9fa66b)
- upgrade: deno/std v0.91.0 (#6) (10c84dd)
- update badges (4bd703f)
v0.1.1 (2020-12-12)
- type error in EncodingEventStream (#3) (60b9e38)
- egg: update egg.yaml (eaaf7c6)
- fix license link in README.md (ac9aead)