Skip to content

Tags: schveiguy/iopipe

Tags

v0.2.5

Toggle v0.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #42 from schveiguy/addrangeinput

Add a range input device

v0.2.4

Toggle v0.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #38 from schveiguy/fix87

Fix #87

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #33 from schveiguy/fix32

Fix #32. Actually exit the search loop when a single delimiter is found.

v0.2.2

Toggle v0.2.2's commit message
Remove version requirements from io dependency -- io can be any version.

v0.2.1

Toggle v0.2.1's commit message
Fix #31 -- forgot to remove a @safe tag on a template.

v0.2.0

Toggle v0.2.0's commit message
Fix docs

v0.1.7

Toggle v0.1.7's commit message
Change buffer minimum size to match optimal read size. Also change

non-sourced buffer read size to be small (useful for crude appender)

v0.1.6

Toggle v0.1.6's commit message
Adding capability to writeBuf to allow writing to an iopipe without

releasing (use case is string appending).

v0.1.5

Toggle v0.1.5's commit message
Add nifty utility to write data to an output buffer, extending and

releasing as necessary, instead of writing it over and over again
locally. Still needs tests, and docs haven't been updated.

v0.1.4

Toggle v0.1.4's commit message
Cast no-side-effect function to void when source is immutable array.