Releases: grady-lad/composition-logger
Releases · grady-lad/composition-logger
v4.0.0
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 compositionpipeWithLogs
: 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 😨