v5.0.0
What's Changed
- feat: refactor codebase to TypeScript and add TSDoc documentation by @ranjanrak in #101
Breaking Changes
- TypeScript Conversion: The entire codebase has been converted to TypeScript. This means type definitions are now included, and any custom integrations may need to be updated to match the new type definitions.
- Node.js Version Requirement: The minimum required Node.js version is now 18.0.0. Please upgrade your Node.js installation if you are using an older version.
- API Changes: Updated various function signatures and added explicit types for better TypeScript support.
Full Changelog: https://github.com/zerodha/kiteconnectjs/blob/master/CHANGELOG.md#kite-v5---typescript