Skip to content

Tags: inuad/monio

Tags

0.40.1

Toggle 0.40.1's commit message

Verified

This commit was signed with the committer’s verified signature.
getify Kyle Simpson
README: updated documentation ready for v.0.40.1 patch version

0.40.0

Toggle 0.40.0's commit message

Verified

This commit was signed with the committer’s verified signature.
getify Kyle Simpson
preparing for 'major' release of v0.40.0

0.33.0

Toggle 0.33.0's commit message

Verified

This commit was signed with the committer’s verified signature.
getify Kyle Simpson
IOx: fixing bug where queued values would not get drained

0.32.1

Toggle 0.32.1's commit message

Verified

This commit was signed with the committer’s verified signature.
getify Kyle Simpson
fixing circular ref bug between IO and IOx, which breaks CJS usage

0.32.0

Toggle 0.32.0's commit message

Verified

This commit was signed with the committer’s verified signature.
getify Kyle Simpson
README: adding another IOx demo link

0.31.0

Toggle 0.31.0's commit message

Verified

This commit was signed with the committer’s verified signature.
getify Kyle Simpson
adding 'nextIO()' to event-stream for pulling a single value from a s…

…tream using a monadic (IO) interface

0.30.1

Toggle 0.30.1's commit message

Verified

This commit was signed with the committer’s verified signature.
getify Kyle Simpson
updating/improving the tests

0.30.0

Toggle 0.30.0's commit message

Verified

This commit was signed with the committer’s verified signature.
getify Kyle Simpson
major breaking changes in v0.30.0 (skipping version 0.28.x and 0.29.x…

… to make the breakage more obvious): reorg to put IO related utils under 'io/' subdir, which affects imports (like 'monio/io/helpers' instead of 'monio/io-helpers'), also added two new IO monad (semigroup) variants: 'AnyIO' and 'AllIO', also added new IO helpers: 'iAnd(..)' and 'iOr(..)' that use these new IO variants, respectively

0.27.1

Toggle 0.27.1's commit message

Verified

This commit was signed with the committer’s verified signature.
getify Kyle Simpson
re-implementing 'match' IO helper to work stand-alone, and 'iif', 'el…

…if', and 'els' IO helpers in terms of 'match' -- shorter and more efficient code

0.27.0

Toggle 0.27.0's commit message

Verified

This commit was signed with the committer’s verified signature.
getify Kyle Simpson
adding 'match', 'maybeFromIO', and 'eitherFromIO' helpers to IO-Helpers