v1.4.0-nullsafety.0
Pre-release
Pre-release
Francessco121
released this
20 Mar 20:30
·
19 commits
to master
since this release
- 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.