Skip to content

Releases: medz/prisma-dart

orm: v3.3.2

23 May 09:47
2795df3
Compare
Choose a tag to compare

3.3.2 (2023-05-23)

Bug Fixes

  • generator: Json field short input type selection (dd904d7)

orm: v3.3.1

23 May 08:58
bf41020
Compare
Choose a tag to compare

3.3.1 (2023-05-23)

Bug Fixes

orm: v3.3.0

05 Apr 02:16
685cf9d
Compare
Choose a tag to compare

3.3.0 (2023-04-05)

Features

Bug Fixes

  • runtime: Fix repeat attach engine in finalizer (a5890b7)
  • runtime: Fix the engine stop caused by calling $disconnect outside of transaction (4448438)
  • runtime: Remove deprecated transactionId (2606456)

Contributors

@medz @craiglabenz

orm: v3.2.6

27 Mar 04:48
2ea11eb
Compare
Choose a tag to compare

3.2.6 (2023-03-27)

Bug Fixes

  • engine: Fix ignored errors (fe8c89f)

orm: v3.2.5

27 Mar 02:51
8d9290f
Compare
Choose a tag to compare

3.2.5 (2023-03-27)

Bug Fixes

orm: v3.2.4

26 Mar 11:34
fa2b5fc
Compare
Choose a tag to compare

3.2.4 (2023-03-26)

Bug Fixes

  • engine: maxWait and timeout were passed incorrectly (f4627b0), closes #178

orm: v3.2.3

21 Mar 13:06
9767610
Compare
Choose a tag to compare

3.2.3 (2023-03-21)

Bug Fixes

  • Fix decoding special characters (8d75d2a)

orm: v3.2.2

19 Mar 14:15
fbafd40
Compare
Choose a tag to compare

3.2.2 (2023-03-19)

Bug Fixes

  • generator: DateTime not convert to UTC (5f1f28b)
  • Read Dart reserved keyword from analyzer (f6a2b45)

orm: v3.2.1

19 Mar 02:39
91133c1
Compare
Choose a tag to compare

3.2.1 (2023-03-19)

Bug Fixes

orm: v3.2.0

18 Mar 16:21
347b709
Compare
Choose a tag to compare

3.2.0 (2023-03-18)

🔧 DMMF migrated to prisma_dmmf separate package, ready for union-types👍
🚀 Generators are more stable using prisma_generator_helper!

Features

  • Migrate to generator helper (35486f4)