Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 610 Bytes

changelog.rst

File metadata and controls

25 lines (17 loc) · 610 Bytes

Changelog

Release 0.2

  • Enhancement: Reworked project structure
  • Enhancement: Implemented insert(), update() and delete()

Release 0.1.2

  • Enhancement: Added indexing and slicing support

Release 0.1.1

  • Enhancement: Implemented begin(), commit() and rollback()
  • Enhancement: Implemented TransactionContext

Release 0.1

  • Enhancement: Implemented SelectQuery.get() and SelectQuery.first()
  • Enhancement: Implemented async for iteration over SelectQuery