v85.0.0 (2021-09-22)
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?
.