Skip to content

Releases: teletha/typewriter

v1.13.0

30 Sep 09:45
8986c09
Compare
Choose a tag to compare

1.13.0 (2024-09-30)

Features

  • add Metadatable#stamp (1257a21)
  • add typewriter.query.slow property (default is 500millis) (39ce811)

Bug Fixes

v1.12.0

21 Sep 15:07
18aceba
Compare
Choose a tag to compare

1.12.0 (2024-09-21)

Features

  • add Metadatable interface (10f7f01)

v1.11.0

04 Sep 16:02
1acb6ee
Compare
Choose a tag to compare

1.11.0 (2024-09-04)

Features

  • add various Updatable#updateAllLazy (ea5a11b)
  • PostgreSQL tests are now tremendously super-fast. (b5352d4)
  • provide connection per thread instead of singleton (c497787)
  • support LINQ style Queryable#findBy() (d0f0f9a)
  • support record (ec4f00c)
  • UPSERT uses ON CONFLICT instead of REPLACE (f3044b4)
  • use DataSource partially (a734797)

Bug Fixes

  • date-related constraints accept null property (17fe199)
  • remove unused methods (6c76e16)
  • test lazy update (a8d94c1)
  • test more (1152d5d)
  • Testable accepts Identifiable instead of IdentifiableModel (c28b743)
  • Updable#update with specifier throws error on non-existed item. (8c858dc)

v1.10.0

31 Aug 04:05
c7d86be
Compare
Choose a tag to compare

1.10.0 (2024-08-31)

Features

Bug Fixes

  • clean up tests on postgres (f8c80bb)
  • rename tests (561ffc8)
  • rename to PostgreSQL (bcd4b3a)
  • revert env variable 'typewriter.connection.singleton' (40e6a53)

v1.9.2

28 Aug 07:30
435e67c
Compare
Choose a tag to compare

1.9.2 (2024-08-28)

Bug Fixes

  • SQLite connection must be singleton. (a230183)
  • support abnormal table name (11457f0)
  • table name pattern (355afca)
  • use try-catch-resource more (0bfbcd5)

v1.9.1

27 Aug 07:28
058ace6
Compare
Choose a tag to compare

1.9.1 (2024-08-27)

Bug Fixes

  • cache the computed property name (47a9f53)

v1.9.0

27 Aug 07:02
b7dd7c2
Compare
Choose a tag to compare

1.9.0 (2024-08-27)

Features

  • disable default singleton mode on sqlite (5936a09)

v1.8.4

27 Aug 05:34
a7143d9
Compare
Choose a tag to compare

1.8.4 (2024-08-27)

Bug Fixes

v1.8.3

26 Aug 10:47
5f71e0b
Compare
Choose a tag to compare

1.8.3 (2024-08-26)

Bug Fixes

v1.8.2

26 Aug 03:47
cfb7586
Compare
Choose a tag to compare

1.8.2 (2024-08-26)

Bug Fixes