Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 2.18 KB

CHANGELOG.md

File metadata and controls

41 lines (31 loc) · 2.18 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.

Fixed

  • Improve performance of phishing list update (#1086)
    • We now use a Set + has method instead of the array includes method for detecting overlap between phishing lists after an update.

Changed

  • Rename this repository to core (#1031)
  • Update @metamask/controller-utils package (#1041)

Added

  • Add method to conditionally update the phishing lists (#986)

Changed

  • Relax dependencies on @metamask/base-controller and @metamask/controller-utils (use ^ instead of ~) (#998)
  • Expose lastFetched in PhishingController state (#986)

Added

  • Initial release
    • As a result of converting our shared controllers repo into a monorepo (#831), we've created this package from select parts of @metamask/controllers v33.0.0, namely:

      • src/third-party/PhishingController.ts
      • src/third-party/PhishingController.test.ts

      All changes listed after this point were applied to this package following the monorepo conversion.