Skip to content

v5.0.0

Compare
Choose a tag to compare
@ranjanrak ranjanrak released this 13 Jun 10:15
· 2 commits to master since this release
3a57004

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