Skip to content

Releases: devalexandre/pipe

v1.0.2

01 Feb 16:11
0bf4e64
Compare
Choose a tag to compare

What's Changed

  • Key Improvements:

    • Enhanced Validation:
      The pipeline now performs upfront validation to ensure that all provided elements are valid functions. This prevents misconfigurations and makes it easier to identify issues during development.
  • Informative Error Messages:

    • We have improved error messaging so that when there are insufficient arguments or other issues, developers receive clear and precise feedback about the source of the problem.
  • Better Argument Management:

    • The pipeline has been refined to more efficiently manage the passing of arguments between functions. It now leverages both the results of previous functions and the initial arguments as needed.
  • Cleaner and More Efficient Code:

    • The code has been refactored to improve readability and performance, following Go best practices and eliminating unnecessary repetition.

v1.0.1

24 Jul 22:32
40996e0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

18 Mar 12:06
88e22b3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.1-beta...v1.0.0

v0.0.2-beta

27 Feb 14:06
88e22b3
Compare
Choose a tag to compare
v0.0.2-beta Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.0.1-beta...v0.0.2-beta

v0.0.1-beta

22 Feb 19:09
Compare
Choose a tag to compare
v0.0.1-beta Pre-release
Pre-release
feat: ajustado testes