Skip to content

Releases: AnswerDotAI/fastlite

v0.0.10

29 Aug 07:35
Compare
Choose a tag to compare

New Features

  • add markdown to doc output (#22)
  • Use fastcore asdict instead of dataclasses asdict (#17), thanks to @pydanny

Bugs Squashed

  • Fix __contains__ on tuple pk searches (#20), thanks to @pydanny
  • Compound primary keys fail on __contains__ when done with tuple (#19)

v0.0.9

16 Aug 04:33
Compare
Choose a tag to compare

New Features

  • sqlite-minutil 3.37 compatibility

v0.0.8

15 Aug 16:58
Compare
Choose a tag to compare

New Features

  • Use flexiclass (#16)
  • Add select param (#15)

v0.0.7

10 Jul 00:43
Compare
Choose a tag to compare

New Features

  • Database.create for creating a table from a class (#12)

v0.0.6

09 Jun 03:24
Compare
Choose a tag to compare

Bugs Squashed

  • Fix None checks in fastlite.kw (#11)

v0.0.5

08 Jun 05:28
Compare
Choose a tag to compare

New Features

  • Switch to sqlite-minutils (#10)

v0.0.4

04 Jun 21:52
Compare
Choose a tag to compare

New Features

  • Filter table callable using xtra (#9)

v0.0.3

04 Jun 03:26
Compare
Choose a tag to compare

New Features

  • Vendor in sqlite-utils and remove dependency (#7)
  • Add ids_and_rows_where and use it to work around sqlite-utils rowid bug (#6)
  • Add get_last and use it to set last_pk correctly and return updated row (#5)

v0.0.2

02 Jun 04:59
Compare
Choose a tag to compare

New Features

  • xtra field support
  • Auto-get pks for update, and return updated record (#4)
  • Return updated value on insert/upsert (#3)

v0.0.1

27 May 21:53
Compare
Choose a tag to compare
  • Initial release