Skip to content

March Updates

Choose a tag to compare

@muthurathinam muthurathinam released this 06 Mar 15:30
· 1473 commits to dev since this release

Architecture Change

New Features

  • Added provider to integrate MSAL.js for Authentication (Supported frontend only)
  • Added Middleware Options to customize the middleware behavior both at client level and request level
  • Added isComplete() to PageIterator task

Refactoring and Miscellaneous

  • Refactored graph request and response handling
  • Added templates for PR and issues submission
  • Removed generated files from the repository
  • Added Linter and Prettier
  • Added pre-commit hook with husky (for linting, testing and running prettier)
  • Added more launch tasks for vscode
  • Added License information in all source files
  • Added jsDoc comment for all functions and interfaces
  • Added tslib to reduce the output js size
  • Updated samples for browser and node environment
  • Added clean docs for all features
  • Refactored source and test files with modern js syntax
  • Updated dependencies to latest version
  • Removed spec files from packaging
  • Added various batches in the readme (Vulnerability, Downloads, License and Code Style)

Bug Fixes