Skip to content

v0.7.0

Compare
Choose a tag to compare
@fdarian fdarian released this 09 Apr 15:34
· 139 commits to main since this release

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

  • Ignore parsing error by @farreldarian in #40
  • Check config values by @farreldarian in #41

Misc

  • Remove all logger.createTask() usages by @farreldarian in #42
  • Move writing files to end by @farreldarian in #43
  • Refactor Generator by @farreldarian in #44
  • Use Bun:test by @farreldarian in #46

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