Skip to content

v1.0.2

Latest
Compare
Choose a tag to compare
@devalexandre devalexandre released this 01 Feb 16:11
0bf4e64

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.