All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Types of changes:
Added
for new features.Changed
for changes in existing functionality.Removed
for now removed features.Deprecated
for soon-to-be removed features.Fixed
for any bug fixes.Security
in case of vulnerabilities.
- Fixed
ensureUrl
to work well with http:// input.
- [Breaking change] Path functions return paths as lowercase.
- [Breaking change] Path functions return
null
for cases that were previously allowed.
- [Breaking change] Removed deprecated 'CustomUserIDOptions'.
removeAdjacentChars
function.
CustomUserIDOptions
type.
- Path helpers:
getPathDomain
,getParentPath
,sanitizePath
- String helper:
trimSuffix
- Permissions helpers:
permCategoryToString
,permTypeToString
- Storage listener helpers
- Fixed
createFullScreenIframe
andmonitorWindowError
CheckPermissionResponse
type
- First release