Skip to content

v5.0.0

Compare
Choose a tag to compare
@AsafMah AsafMah released this 14 Feb 15:12
· 109 commits to master since this release
c487974

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 and KustoResultTable.dateTimeParser
  • Added Security.MD
  • Minor fixes

Full Changelog: v4.0.5...v5.0.0