Releases: medz/prisma-dart
Releases · medz/prisma-dart
orm: v3.3.2
3.3.2 (2023-05-23)
Bug Fixes
- generator: Json field short input type selection (dd904d7)
orm: v3.3.1
3.3.1 (2023-05-23)
Bug Fixes
orm: v3.3.0
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
3.2.6 (2023-03-27)
Bug Fixes
- engine: Fix ignored errors (fe8c89f)
orm: v3.2.5
3.2.5 (2023-03-27)
Bug Fixes
orm: v3.2.4
3.2.4 (2023-03-26)
Bug Fixes
- engine: maxWait and timeout were passed incorrectly (f4627b0), closes #178
orm: v3.2.3
3.2.3 (2023-03-21)
Bug Fixes
- Fix decoding special characters (8d75d2a)
orm: v3.2.2
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
3.2.1 (2023-03-19)
Bug Fixes
orm: v3.2.0
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)