Skip to content

Releases: farreldarian/prisma-generator-drizzle

v0.7.3

29 May 13:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.2...v0.7.3

v0.7.2

29 May 12:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.7.2

v0.7.1

10 Apr 16:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0

09 Apr 15:34
Compare
Choose a tag to compare

What's Changed

New Features ✨

  • Produce single output by @farreldarian in #47
    You can now generate a single file output by setting the output as drizzle.ts, and then use it by importing import { <your-model-name> } from 'prisma/drizzle', or import * as schema from 'prisma/drizzle' for relational queries.

  • Allow custom dateMode by @farreldarian in #48
    As requested by @Jonatthu.

Fixes

Misc

Full Changelog: v0.6.7...v0.7.0

v0.6.7

02 Apr 12:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.6...v0.6.7

v0.6.6

09 Mar 14:59
Compare
Choose a tag to compare

What's Changed

Misc

Full Changelog: v0.6.5...v0.6.6

v0.6.5

01 Feb 16:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.4...v0.6.5

v0.6.4

01 Feb 11:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.3...v0.6.4

v0.6.3

27 Jan 14:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.2...v0.6.3

v0.6.2

27 Jan 12:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.2