Releases: medz/prisma-dart
Prisma Dart v5.0.5
To install Prisma ORM for Dart v5.0.5 run this command:
dart pub add orm:^5.0.5
or update your pubspec.yaml
file:
dependencies:
orm: ^5.0.5
What's Changed
- Fixed
File name or extension too long
on Windows - #418 (ProcessException: File name or extension too long | ORM 5.0.4)
Full Changelog: orm-v5.0.4...orm-v5.0.5
‼️ Important Tips
Please use Prisma CLI version 5.17.0
and do not upgrade to a higher version. The RAW protocol has been changed since version 5.18.0.
Prisma Dart is not yet adapted to the new protocol. If you do not use the RAW SQL function, you can upgrade with confidence.
Prisma Dart v5.0.4
What's Changed
- doc: fix examples link by @monkeyWie in #402
- fix(generator): Fixed
<model>.fromJson
not handling time strings by @medz in #405
New Contributors
- @monkeyWie made their first contribution in #402
Full Changelog: orm-v5.0.3...orm-v5.0.4
Prisma Dart v5.0.3
To install Prisma ORM for Dart v5.0.3 run this command:
dart pub add orm:^5.0.3
or update your pubspec.yaml
file:
dependencies:
orm: ^5.0.3
What's Changed
- BUG: Fixed binary engine copy location error.
Full Changelog: orm-v5.0.2+orm_flutter-v0.1.2...orm-v5.0.3
Prisma Dart v5.0.2 & Flutter integration 0.1.2
To install Prisma ORM for Dart v5.0.2 run this command:
dart pub add orm:^5.0.2
or update your pubspec.yaml
file:
dependencies:
orm: ^5.0.2
FLutter integration:
dependencies:
orm_flutter: ^0.1.2
What's Changed
- Generator regressed to previous version
- Prisma C-ABI query engine is provided by default in Flutter integration
- Flutter integration Android downloads Prisma C-ABI query engine in cmake script
Full Changelog: orm-v5.0.2+orm_flutter-v0.1.2...orm-v5.0.2+orm_flutter-v0.1.2
Prisma Dart v5.0.1 & Flutter integration 0.1.1
To install Prisma ORM for Dart v5.0.1 run this command:
dart pub add orm:^5.0.1
or update your pubspec.yaml
file:
dependencies:
orm: ^5.0.1
FLutter integration:
dependencies:
orm_flutter: ^0.1.1
What's Changed
- Remove the
isProxy
forPrisma.validateDatasourceURL
utils. - When building the client, automatically download the Prisma C-ABI engine if
engineType
isflutter
.
Full Changelog: orm-v5.0.0+orm_flutter-v0.1.0...orm-v5.0.1+orm_flutter-v0.1.1
Prisma Dart v5.0.0 & Flutter integration 0.1.0
To install Prisma ORM for Dart v5.0.0 run this command:
dart pub add orm:^5.0.0
or update your pubspec.yaml
file:
dependencies:
orm: ^5.0.0
FLutter integration:
dependencies:
orm_flutter: ^0.1.0
"Prisma Dart v4 -> v5 & Flutter integration" Upgrade Guides
What's Changed
- refactor: throws prisma client errors
- refactor(engine): Refactoring binary engines
- refactor(client): add base client and client options
- feat(client): add
env
support - feat(client): add logging
- refactor(Flutter integration): Refactoring the Flutter integration engine.
Full Changelog: orm-v4.4.0...orm-v5.0.0+orm_flutter-v0.1.0
orm_flutter-v0.0.6
What's Changed
- chore(deps): update dependency ffigen to v12 by @renovate in #368
- Support flutter android by @medz in #377
- fix: Update null fields fail by @medz in #381
- fix(orm_flutter): Fix downloading query engine before building by @medz in #387
Full Changelog: orm_flutter-v0.0.1...orm_flutter-v0.0.6
orm-v4.4.0
To install Prisma ORM for Dart v4.4.0 run this command:
dart pub add orm:4.4.0
or update your pubspec.yaml
file:
dependencies:
orm: ^4.4.0
What's Changed
- fix(deps): update dependency webfetch to ^0.0.17 by @renovate in #383
- feat(client): support
createManyAndReturn
model delegate method by @medz in #386
Full Changelog: orm-v4.3.0...orm-v4.4.0
orm-v4.3.0
What's Changed
Full Changelog: orm-v4.2.1...orm-v4.3.0
orm-v4.2.1
Prisma Dart v4.2.1
To install Prisma ORM for Dart v4.2.1 run this command:
dart pub add orm:4.2.1
or update your pubspec.yaml
file:
dependencies:
orm: ^4.2.1
What's Changed
- chore(deps): update dependency ffigen to v12 by @renovate in #368
- Support flutter android by @medz in #377
- fix: Update null fields fail by @medz in #381
- fix(orm): Fix incorrect definition of
toJson
toObject?
type. by @medz in #380
Full Changelog: orm-v4.2.0...orm-v4.2.1