Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

v1.4.0-nullsafety.0

Pre-release
Pre-release

Choose a tag to compare

@Francessco121 Francessco121 released this 20 Mar 20:30
· 20 commits to master since this release
2abcdfd
  • Migrated to null safety. (#21, thanks nyarian!)
    • Note: Many properties and returns are now nullable that seem like they shouldn't be. This is because msal.js is written in a way that makes it impossible to guarantee null safety.
  • Updated minimum SDK version to 2.12.0-259.9.beta.
  • Added LogLevel.unknown to represent msal.js log levels that don't have an enum value counterpart.