Skip to content

Releases: theryangeary/choose

Release v1.3.4

23 Apr 22:38
Compare
Choose a tag to compare

Fix issue with field separators not working when no newline at EOF
Fix issue with choices with actual length one created with positive start index and negative end index

Release v1.3.3

27 Jul 00:45
Compare
Choose a tag to compare
Create version 1.3.3

Fixes a bug that occurs when the input is an empty line and a negative
choice is used, causing `choose` to crash

Release v1.3.2

13 Jul 01:33
Compare
Choose a tag to compare

Fixes a bug surrounding broken pipes. Piping a long file to less, head, etc would cause an error to be printed for each line yet to be written to the pipe. Now a single error is printed, and choose exits gracefully.

choose v1.3.1

14 Aug 17:20
Compare
Choose a tag to compare

Fix erroneous newline printing caused by certain field separator configurations

choose v1.3.0

27 Jun 01:14
Compare
Choose a tag to compare

Use LineWriter when input is stdin (#10)
Add backslash escape parsing (#26)
Add one_indexed flag (#23)