Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Latest commit

 

History

History
46 lines (26 loc) · 803 Bytes

CHANGELOG.md

File metadata and controls

46 lines (26 loc) · 803 Bytes

CHANGELOG

2.1.4

2.1.1 - 2.1.3

  • maintenance release

2.1.0

  • feature: support for implicit autoincrement using ROWID (vs explicit use of AUTOINCREMENT keyword) AUTOINCREMENT see Sqlite3Settings.implicitAutoincrementByDefault and Sqlite3ModelOptions.explicitAutoIncrement

2.0.14 - 2.0.16

  • maintenance release

2.0.12

  • feature: support for required property in PropertyDefinition

2.0.1 - 2.0.11

  • maintenance release for lb4 support

1.0.1 - 1.0.5

  • maintenance release for lb3 support

1.0.0-beta.2

  • maintenance

1.0.0-beta.1

  • Features
    • model-discovery
    • auto-update

1.0.0-beta.0

  • Features
    • initial release