Skip to content

v1.2.0

Compare
Choose a tag to compare
@sabinadams sabinadams released this 13 Jan 01:47
· 107 commits to master since this release
01f8397

I'm happy to announce version 1.2.0 of Aurora 🎉

Major Improvement

  • Aurora will now parse every possible attribute on your models and fields 🎉🎉

Aurora previously almost exclusively used Prisma SDK's DMMF to parse out fields and models and their attributes. DMMF is incomplete however, and doesn't report EVERY possible attribute.

With a custom parser, Aurora can now parse out those values and reflect them in your generated output properly.

Screen Shot 2022-01-12 at 5 47 29 PM


If you like what I'm doing with Aurora and/or have any questions, give me a follow and check me out on Twitter

Thanks!

What's Changed

Full Changelog: 1.1.0...1.2.0