All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.3 - 2024-11-12
- Better usage documentation.
- Better dev tooling.
- renamed alt implementation packages to prevent confusion with "main" package.
- Removed support for go 1.20.
0.0.2 - 2024-11-10
- Changed license from BEER-WARE to MIT, because pkg.go.dev does not recognize it.
0.0.1 - 2024-11-09
- This is the first working version, using a synchronized byte slice as a buffer.
- An alternative implementation, using channels.