Skip to content

Releases: ctripcorp/SQLlin

1.1.0

06 Jun 05:21
5aa1715
Compare
Choose a tag to compare

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

1.0.1

14 May 04:04
39cfbbc
Compare
Choose a tag to compare

Update Kotlin (1.7.20 -> 1.8.20)
Update KSP (1.7.20-1.0.8 -> 1.8.20-1.0.11)
Update kotlinx.serialization (1.4.1 -> 1.5.0)

1.0.0

29 Dec 04:23
Compare
Choose a tag to compare
  • Add the ON clause support
  • Update KSP version to 1.7.20-1.0.8
  • Fix some bugs about JOIN clause
  • Fix some bugs about unit tests

1.0-alpha01

01 Dec 01:07
Compare
Choose a tag to compare

Project initialization.