Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: mariomac/pipes

Tags

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Typesafe DSL. Reworked the whole API and deprecate old API (#16)

* first reworking of the whole API

* hide demux

* restoring graph API even if compiler fails

* removed demux api

* Designed API

* reflected providers

* moved pipes package to internal package

* moved everything to pipe package again

* renamed mid to middle and end to final

* seeming-to-work basic API

* ported back the removed libraries for safer migration

* Added deprecation notes in old libraries

* ported tests

* some lints

* fixed bug with nillable start and end providers

* removed documents

* fixed Final/Receiver confusion

* document builder.go

* keep going with documentation

* documented providers.go

* first version of the documentation

* starting minigrep example tutorial

* Changed readme

* Fixed bug during override

---------

Co-authored-by: mariomac <[email protected]>

v0.9.0

Toggle v0.9.0's commit message
updated formatter and reformatted

v0.8.0

Toggle v0.8.0's commit message
Version 0.8.0

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Providers receive a context, and might return error (#9)

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Multiple functions in start nodes (#8)

* AsStart and AsStartCtx now accept multiple functions that work as a single node

* MultiStartCtx also in Graph API

v0.4.2

Toggle v0.4.2's commit message
tutorial 03 and v0.4.2

v0.4.1

Toggle v0.4.1's commit message
added missing tutorial

v0.4.0

Toggle v0.4.0's commit message
documented public API