Skip to content

v0.26.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Feb 01:36
· 3 commits to main since this release
694a54e

Minor Changes

  • a93ee80: The Pipeline class invoke method can now take function, async function, LazyPromise and reguler value
  • 70e2494: Changed IInvokableObject method name
  • b34c3dc: The LazyPromise defer method now accepts callbacks onSuccess, onFailure, and onFinally.
  • 70e2494: Removed IEventListenerObject and EventListener types.
  • 84e333c: Added new Pipeline utility class makes it easy to chain multiple functions and IInvokableObject instances together. Each function or object in the pipeline can inspect or modify the input as it passes through. The Pipeline class is immutable, so you can safely extend or modify it without causing issues.
  • 0cc289d: Changed the serialization, deserialization of the TimeSpan class