v1.2.0
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.
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
- Enhancement/feature set tests by @sabinadams in #3
- Fixes datasource blocks to include fields unsupported by DMMF by @sabinadams in #7
- Enhancement/generator missing attributes by @sabinadams in #8
- Enhancement/model attributes by @sabinadams in #10
Full Changelog: 1.1.0...1.2.0