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