v5.0.0
What's Changed
- Browser compatible package
- The SDK now support being ran in a browser
- See README.md for details
- [BREAKING] - removed moment.js from project and fixed timespan parsing:
- By default, Timespan will now be parsed into a number of milliseconds by default, matching Date substraction
- By default, Datetime fields will now be parsed into a native Date object
- To change the default, use
KustoResultTable.timeSpanParser
andKustoResultTable.dateTimeParser
- Added Security.MD
- Minor fixes
Full Changelog: v4.0.5...v5.0.0