Releases: teletha/typewriter
Releases · teletha/typewriter
v1.13.0
1.13.0 (2024-09-30)
Features
- add Metadatable#stamp (1257a21)
- add typewriter.query.slow property (default is 500millis) (39ce811)
Bug Fixes
v1.11.0
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
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
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
1.9.1 (2024-08-27)
Bug Fixes
- cache the computed property name (47a9f53)
v1.9.0
1.9.0 (2024-08-27)
Features
- disable default singleton mode on sqlite (5936a09)
v1.8.4
1.8.4 (2024-08-27)
Bug Fixes
v1.8.3
1.8.3 (2024-08-26)
Bug Fixes
v1.8.2
1.8.2 (2024-08-26)
Bug Fixes