Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

42 lines (24 loc) · 1.03 KB

Changelog

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

Added

  • Better usage documentation.
  • Better dev tooling.

Changed

  • renamed alt implementation packages to prevent confusion with "main" package.

Removed

  • Removed support for go 1.20.

0.0.2 - 2024-11-10

Changed

  • Changed license from BEER-WARE to MIT, because pkg.go.dev does not recognize it.

0.0.1 - 2024-11-09

Added

  • This is the first working version, using a synchronized byte slice as a buffer.
  • An alternative implementation, using channels.