Skip to content

orm-v4.4.0

Compare
Choose a tag to compare
@medz medz released this 04 Jun 18:54
· 156 commits to main since this release

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