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.
- ⚡️ Replace core dependency
lz4
with the much better maintainedlz4-asm
library. Note that this requires Node v10 or above to work! - Upgraded all dependencies (including running tests on Kafka v2.5.0)
- Replace Travis CI with Github Actions.
- Migrate to ESLint from TSLint (now that the TSLint project is deprecated).
- TS errors in tests — via
688a42c
.
- Node.js v12 compatibility — via
#1
. Thanks @ankon!
- Updated return type for
codec()
from class property to function.
- ⚡️ Full end-to-end tests on Kafka.
- Relicensed to MIT.
- Initial release 🎉