- abaa060: Upgrade deps
- 1290e17: fix: Return
Date
object in socket order payload
- cf80baa: - Add tests
- Fix
getQuotes
,getLTP
,getOHLC
to also accept single instrument as argument - Fix
MarginOrder
model - Remove dependency on
crypto-js
- Fix
- 67f21b0: Upgrade dependencies
- ad715dd: Add types to KiteTicker event callbacks
- 5e7c7e9: Add enums for KiteConnect and KiteTicker. See note on enum usage for more details.
- a018479: Fix return types for margin APIs when
compact
flag is true
- 0a89c53: Add notes on browser support
-
60d0dbb: fix: Configure axios params serializer
-
0ed0c9f: fix: Add
change
to TickerQuote and TickerFull typesfix: Make
modeFull
,modeQuote
andmodeLTP
in KiteTicker non-static for better compatibility with kiteconnectjs
- 2a30929: fix: Allow axios to transform responses by default
- 21fce0a: fix: Make parameter optional in
getInstruments
- b56ae78: Add KiteConnect module
- ff21cf7: Add types for tick packets
- 2e51217: Overall package rewrite to match existing
kiteconnect
APIs for easy migrations and compatibility with existing code.