You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
b34c3dc: The LazyPromisedefer 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