Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@grady-lad grady-lad released this 19 Mar 12:13

Introducing complete rewrite of exposed modules.

Before only a default module was exposed which supported composing functions from right to left.

Now two modules exposed for composing functions:

  • composeWithLogs: compose functions from right to left, while producing side effects to efficiently log the output of each step within the composition
  • pipeWithLogs: compose functions from left to right, while producing side effects to efficiently log the output of each step within the composition

Note: v3.0.0(should not be downloaded) was a rushed release resulting in the library not being functional.
This release corrects them mistakes. Never publish without fully testing 😨