Skip to content

Commit

Permalink
Version Packages (#163)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 20, 2025
1 parent a93ee80 commit 694a54e
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-seals-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-cougars-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-doors-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-cycles-sell.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/three-cats-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-months-suffer.md

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @daiso-tech/core

## 0.26.0

### Minor Changes

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

## 0.25.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@daiso-tech/core",
"private": false,
"version": "0.25.0",
"version": "0.26.0",
"author": "Yousif Abdulkarim",
"license": "Apache-2.0",
"type": "module",
Expand Down

0 comments on commit 694a54e

Please sign in to comment.