Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.0.0 #11

Merged
merged 26 commits into from
Feb 13, 2025
Merged

v1.0.0 #11

merged 26 commits into from
Feb 13, 2025

Conversation

lilBunnyRabbit
Copy link
Owner

@lilBunnyRabbit lilBunnyRabbit commented Jan 14, 2025

Resolves #5 #6 #7 #8

  • 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

Copy link

changeset-bot bot commented Jan 14, 2025

🦋 Changeset detected

Latest commit: 4c5fff1

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@lilbunnyrabbit/task-manager Major

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@nejcr
Copy link

nejcr commented Feb 10, 2025

skeleton-waiting-skeleton

@lilBunnyRabbit lilBunnyRabbit marked this pull request as ready for review February 13, 2025 23:33
@lilBunnyRabbit lilBunnyRabbit changed the title [WIP] v1.0.0 v1.0.0 Feb 13, 2025
@lilBunnyRabbit lilBunnyRabbit merged commit ca302a6 into master Feb 13, 2025
@lilBunnyRabbit lilBunnyRabbit deleted the dev branch February 13, 2025 23:34
@lilBunnyRabbit lilBunnyRabbit restored the dev branch February 13, 2025 23:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Subtasks/task groups
2 participants