Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 706 Bytes

CHANGELOG-Unreleased.md

File metadata and controls

30 lines (18 loc) · 706 Bytes

Highlights

BREAKING CHANGES

  • [iOS] Podspec deployment target was bumped from iOS 11 to iOS 12

Deprecations

New features

  • Added Database#experimentalIsVerbose option

Fixes

  • [ts] Improved LocalStorage type definition
  • [ts] Add missing .d.ts for experimentalFailsafe decorator
  • [migrations] unsafeExecuteSql migration is now validate to ensure it ends with a semicolon (#1811)

Performance

Changes

  • Improved Model diagnostic errors now always contain table#id of offending record
  • Update better-sqlite3 to 11.x
  • Update sqlite (used by Android in JSI mode) to 3.46.0
  • [docs] Improved Android installation docs

Internal

  • Update internal dependencies