Skip to content

Releases: arsham/blush

v0.6.0

22 Apr 20:51
3d328ee
Compare
Choose a tag to compare

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.

21 Jun 10:57
a87294e
Compare
Choose a tag to compare
re-structure benchmarks.
return an error if Read and WriteTo are called on the same object.

v0.5.2

14 Jun 08:01
8210745
Compare
Choose a tag to compare
Removes printing of Stdin when the results are piped in.

v0.5.0: Refactored Read and WriteTo methods to make Blush read the lines one …

13 Jun 13:47
74f68b3
Compare
Choose a tag to compare

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.

v0.4.2

12 Jun 13:07
2750bbb
Compare
Choose a tag to compare
Added print usage.

v0.4.1-1

11 Jun 13:49
05e4ff6
Compare
Choose a tag to compare
change the example image link (minor)

v0.4.1

11 Jun 11:43
05e4ff6
Compare
Choose a tag to compare
change the example image link (minor)