Releases: arsham/blush
Releases · arsham/blush
v0.6.0
Refactor
- Change the default behaviour not to drop [BREAKING CHANGE]
- Upgrade to go 1.18 [BREAKING CHANGE]
CI
- Fix Makefile
- Replace travis setup with github actions
Checksums
47dab7a863a4eff082761e3aaf8a7bef301a3d48a981d41000eda4c98ea55090 blush_linux_v0.6.0.tar.gz
8032683b934309482b9cc317e7f2693f37ceb2ee93ea234a0b40724b52fd424d blush_darwin_v0.6.0.tar.gz
bc0da24b6a0bc37104b8f3c5741c79ba676aa4f7445d7203a9ff04f45f03f991 blush_windows_v0.6.0.zip
v0.5.3: remove once and use a flag to start the goroutine.
re-structure benchmarks. return an error if Read and WriteTo are called on the same object.
v0.5.2
v0.5.0
Refactored Read and WriteTo methods to make Blush read the lines one by one and
sends them through a channel to be read later on with Read and WriteTo methods.
This refactoring enhanced the app's performance significantly as it doesn't need
to read the whole stream in one go.