Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Latest commit

 

History

History
42 lines (27 loc) · 1.85 KB

CHANGES_UNRELEASED.md

File metadata and controls

42 lines (27 loc) · 1.85 KB

See the release process docs for the steps to take when cutting a new release.

Unreleased Changes

Full Changelog

Places, Autofill, Webext-Storage

What's Changed

  • Databases which are detected as being corrupt as they are opened will be deleted and re-created.

Nimbus

What's New

  • #4455: For both iOS and Android: extra methods on Variables to support orderable items:
    • getEnum to coerce strings into Enums.
    • get*List, get*Map to get lists and maps of all types.
    • Dictionary/Map extensions to map string keys to enum keys, and string values to enum values.
  • Nimbus now supports multiple features on each branch. This was added with backward compatibility to ensure support for both schemas. (#4452)

⚠️ Breaking Changes ⚠️

  • #4455: Android only: method Variables.getVariables(key, transform), transform changes type from (Variables) -> T to (Variables) -> T?.