Skip to content

1.1.0

Compare
Choose a tag to compare
@qiaoyuang qiaoyuang released this 06 Jun 05:21
· 154 commits to main since this release
5aa1715

All

  • Remove the iosArm32, watchosX86 and mingwX86 these three targets' support
  • Add the new native target support: watchosDeviceArm64
  • Update kotlinx.serialization's version to 1.5.1

sqllin-driver

  • Enable the New Native Driver to replace SQLiter
  • Make some unnecessary APIs be internal (CursorImpl, DatabaseConnectionImpl and more...)
  • Add the new public function: Cursor#next
  • Add the new public function: deleteDatabase
  • Add the new public property: DatabaseConnection#isClosed
  • Deprecated the public property: DatabaseConnection#closed