Skip to content

Conversation

@tejastn10
Copy link
Owner

@tejastn10 tejastn10 commented Apr 14, 2025

Description

This pull request prepares and publishes the first stable version of the package: v1.0.0. It includes all core utility functions and structures the library for use in both ESM and CommonJS environments. The types are properly generated and exported, ensuring seamless TypeScript integration.

Related Issues

Fixes #2

Type of Change

  • New feature
  • Documentation update

Checklist

  • I have tested my changes locally
  • I have added appropriate documentation or updated existing documentation
  • My code follows the project's coding conventions and style guidelines
  • All new and existing tests passed locally
  • I have reviewed my own code and ensured it is ready for review

Additional Notes

Note

This PR introduces the complete set of initial utility handlers under:

  • handlers/general
  • handlers/context
  • handlers/utils
  • handlers/debug

Tip

The release build generates type declarations in dist/types, and vite-plugin-dts ensures they're properly exported for consumers.

Important

Version v1.0.0 will be published to npm via GitHub Actions once this PR is merged and a tag is pushed.

@tejastn10 tejastn10 added the enhancement New feature or request label Apr 14, 2025
@tejastn10 tejastn10 self-assigned this Apr 14, 2025
@tejastn10 tejastn10 linked an issue Apr 14, 2025 that may be closed by this pull request
13 tasks
@tejastn10 tejastn10 merged commit b425ad9 into main Apr 14, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Release V1

2 participants