Skip to content

1.0.1

Compare
Choose a tag to compare
@HichemTab-tech HichemTab-tech released this 19 Jun 00:13
· 7 commits to master since this release

TickWatch v1.0.1 Release Notes

New Features:

  • TypeScript Support: We have added TypeScript type definitions to our library. These type definitions will help TypeScript developers use our library with improved type safety and better development experience.

Details:

  • Introduced a types/index.d.ts file that provides type definitions for the TickWatch function, its settings, data structures, and methods.
  • Ensured the package.json file points to the new types/index.d.ts file using the types field.

Impact:

  • This update allows TypeScript developers to benefit from autocomplete, type checking, and improved documentation directly within their development environment.

How to Use:

  • The type definitions are included automatically. There is no need for additional steps to use the types in your TypeScript projects.

We hope these additions enhance your development experience. Thank you for using our library!

Full Changelog: 1.0.0...1.0.1