Skip to content

Releases: grady-lad/composition-logger

v4.0.0

19 Mar 12:13
Compare
Choose a tag to compare

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 😨