Skip to content

Releases: prisma-idb/idb-client-generator

Release 0.14.1

09 Jan 09:49
e3245fc
Compare
Choose a tag to compare

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

02 Jan 10:28
14dd14e
Compare
Choose a tag to compare

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

02 Jan 08:35
6ee24a5
Compare
Choose a tag to compare

0.13.0 (2025-01-02)

Features

  • add distinct clause support to findMany method and implement related tests (d5cb44c)

Release 0.12.0

02 Jan 07:47
7c18060
Compare
Choose a tag to compare

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

30 Dec 16:42
3e8575a
Compare
Choose a tag to compare

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

30 Dec 12:46
86f4a74
Compare
Choose a tag to compare

0.11.5 (2024-12-30)

Bug Fixes

  • only validate FKs when query changes them (fbd70c6)

Release 0.11.4

30 Dec 09:33
45fd4de
Compare
Choose a tag to compare

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

30 Dec 09:00
81aa5c0
Compare
Choose a tag to compare

0.11.3 (2024-12-30)

Bug Fixes

  • make query parameter optional in deleteMany methods across IDB model classes (d090989)

Release 0.11.2

30 Dec 06:44
735affc
Compare
Choose a tag to compare

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

29 Dec 18:12
7333e15
Compare
Choose a tag to compare

0.11.1 (2024-12-29)

Bug Fixes

  • use normal type in genericComparator to support nulls handling (9f610d0)