Skip to content

Latest commit

 

History

History
74 lines (42 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

74 lines (42 loc) · 1.33 KB

Changelog

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.

[0.3.1]

Fixed

  • Fixed ensureUrl to work well with http:// input.

[0.3.0]

Changed

  • [Breaking change] Path functions return paths as lowercase.
  • [Breaking change] Path functions return null for cases that were previously allowed.

Removed

  • [Breaking change] Removed deprecated 'CustomUserIDOptions'.

[0.2.3]

Added

  • removeAdjacentChars function.

[0.2.2]

Added

  • CustomUserIDOptions type.

[0.2.0]

Added

  • Path helpers: getPathDomain, getParentPath, sanitizePath
  • String helper: trimSuffix
  • Permissions helpers: permCategoryToString, permTypeToString

Removed

  • Storage listener helpers

[0.1.2]

Fixed

  • Fixed createFullScreenIframe and monitorWindowError

[0.1.1]

Added

  • CheckPermissionResponse type

[0.1.0]

Added

  • First release