Skip to content

Commit

Permalink
Version Packages (#14)
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 13, 2025
1 parent bbf0d98 commit 5e6e138
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 22 deletions.
21 changes: 0 additions & 21 deletions .changeset/metal-carpets-unite.md

This file was deleted.

22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @lilbunnyrabbit/task-manager

## 1.0.0

### Major Changes

- bbf0d98: - Joined `Task` generics (`TSpec`)
- Integrated `@lilbunnyrabbit/event-emitter` and `@lilbunnyrabbit/event-optional`
- Replaced `createTaskId()` with `uuid`
- Implemented `TaskGroup` as a `Task`-like object with execution similar to `TaskManager`
- Extracted `TaskQuery` for `Task`/`TaskGroup` querying logic
- Introduced `TaskLogger` to replace `Task` errors and warnings with a logging system
- Replaced enums with objects
- Added `FlowController` to manage execution flow for `Task`/`TaskGroup` (pending, active, completed)
- Implemented `TaskError`/`TasksError` for structured error handling across `Task`, `TaskGroup` and `TaskManager`
- Refactored `Task`, `TaskGroup`, and `TaskManager` events (removed/replaced `"change"` event)
- Updated JSDoc
- Updated README.md
- Created Examples Website
- Developed Landing Page
- Refactored event system
- Added Parent access to tasks
- Renamed `LINEAR` execution mode to `SEQUENTIAL`

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lilbunnyrabbit/task-manager",
"version": "0.0.2",
"version": "1.0.0",
"description": "A flexible and powerful task management system for managing asynchronous and synchronous tasks in TypeScript.",
"keywords": [
"node",
Expand Down

0 comments on commit 5e6e138

Please sign in to comment.