Releases: zerodha/kiteconnectjs
Releases · zerodha/kiteconnectjs
v5.3.0
What's Changed
- feat: add autoslice support in placeOrder and public type fixes by @ranjanrak in #123
Full Changelog: v5.2.0...v5.3.0
v5.2.0
What's Changed
- feat: add market_protection param to placeOrder and modifyOrder by @ranjanrak in #118
Full Changelog: v5.1.0...v5.2.0
v5.1.0
What's Changed
- feat: export types, fix timezone, enhance order interface, resolve security issues by @ranjanrak in #114
Full Changelog: v5.0.1...v5.1.0
v5.0.1
What's Changed
- feat: add disconnect ticker method with no re-connection mechanism by @ranjanrak in #102
Full Changelog: v5.0.0...v5.0.1
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
v4.1.0
Features
What's Changed
- replace ; with , and removing unused variable by @bhavyasf in #73
- feat: add all mode ticker unitTests by @ranjanrak in #74
- fix(examples/connect): declare kc (kiteconnect client) with let and shorten expression in
ticker.jsby @bhavyasf in #75 - feat: expose onmessage event callback by @ranjanrak in #79
- remove unused function by @bhavyasf in #81
- fix: add missing parameter documentation by @marsonya in #83
- chore: update kiteconnect login URL by @ranjanrak in #82
- chore: remove stale docs artifacts by @rhnvrm in #86
- feat: add doc generation steps in readme by @ranjanrak in #87
- feat: add getAuctionInstruments, variety in place order, auction tests and update submodule by @ranjanrak in #90
- feat: add unit tests for order charges by @ranjanrak in #91
New Contributors
- @bhavyasf made their first contribution in #73
- @marsonya made their first contribution in #83
- @rhnvrm made their first contribution in #86
Full Changelog: v4.0.1...v4.1.0
v4.0.1
- Added tests
- Added iceberg and TTL order params to docs
v4.0.0
Breaking changes
v4 is a breaking major release with multiple changes
- Upgrade deps and set minimum nodejs version to 8.0.0+
- Return promise instead of throwing error on generateSession and renewAccessToken
- Handle gtt payload validation and throw proper error
- Change ticker response attributes naming as per kite connect doc
What's Changed
- feat: Add order margin end-point by @ranjanrak in #37
- Bugfixes and v3.2.0 by @vividvilla in #39
- feat: add websocket example explaining all event callbacks by @ranjanrak in #43
- Added Syntax Highlighting To README Code Blocks. by @deve-sh in #44
- fix: instrument format for getQuote, getOHLC and getLTP in comment block by @ranjanrak in #45
- feat: add basket order margins by @ranjanrak in #49
- Review by @ranjanrak in #53
- feat: add OI param to getHistorical by @vividvilla in #52
- upgrade deps and set minimum nodejs version by @vividvilla in #51
- fix: add BCD price divisor for ticker by @ranjanrak in #58
- feat: update ticker_attributes naming as per API doc by @ranjanrak in #59
- chore(deps): bump axios from 0.21.1 to 0.21.2 by @dependabot in #60
- chores: update changelog and readme for v4 release by @ranjanrak in #61
New Contributors
- @ranjanrak made their first contribution in #37
- @deve-sh made their first contribution in #44
Full Changelog: v3.1.0...v4.0.0
Bugfixes
v3.1.0 chore: upgrade version to v3.1.0
Bug fixes
- fix: historical excluding last candle
- fix: exitOrder missing return statement