Releases: prisma-idb/idb-client-generator
Releases · prisma-idb/idb-client-generator
Release 0.14.1
0.14.1 (2025-01-09)
Bug Fixes
- add proper type conversion and value handling for aggregate function (874dd7d)
- correct composite key ordering and minor bugfixes (ca34904)
- DateTime update null handling (63a7201)
- enum types in default value assignment (894d1ee)
- force types for unique input (f535358)
- prevent duplicate unique identifiers in getUniqueIdentifiers function (469194d)
Release 0.14.0
0.14.0 (2025-01-02)
Features
- implement atomic update handlers for Int and Float types with related tests (fc25195)
- implement orderBy and update handling for BigInt, Float, DateTime, Bytes, and Boolean types (b4a2001)
Release 0.13.0
0.13.0 (2025-01-02)
Features
- add distinct clause support to findMany method and implement related tests (d5cb44c)
Release 0.12.0
0.12.0 (2025-01-02)
Features
- implement aggregate method for model class with count, sum, avg, min, and max functionalities (1201dde)
Release 0.11.6
0.11.6 (2024-12-30)
Bug Fixes
- add validation to prevent updating records to existing keyPaths (2bdd6bf)
- update update operation types to conditionally include Prisma operations based on field requirements (9ec4b8d)
Release 0.11.5
0.11.5 (2024-12-30)
Bug Fixes
- only validate FKs when query changes them (fbd70c6)
Release 0.11.4
0.11.4 (2024-12-30)
Bug Fixes
- update filter types to conditionally include Prisma filters based on field requirements (10f969a)
Release 0.11.3
0.11.3 (2024-12-30)
Bug Fixes
- make query parameter optional in deleteMany methods across IDB model classes (d090989)
Release 0.11.2
0.11.2 (2024-12-30)
Bug Fixes
- emit events for create, update, and delete operations in IDB model classes (43b11e8)
Release 0.11.1
0.11.1 (2024-12-29)
Bug Fixes
- use normal type in genericComparator to support nulls handling (9f610d0)