aurora

CLI tool that orchestrates prisma files in a way that allows multiple .prisma files with cross-relations

Stars
211
Committers
5

Bot releases are visible (Hide)

aurora - v1.3.7 Latest Release

Published by sabinadams over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/sabinadams/aurora/compare/1.3.6...1.3.7

aurora - v1.3.6

Published by sabinadams over 2 years ago

What's Changed

Full Changelog: https://github.com/sabinadams/aurora/compare/1.3.1...1.3.6

aurora - v1.3.1

Published by sabinadams over 2 years ago

Builds and releases a set of improvements and bug-fixes

What's Changed

Full Changelog: https://github.com/sabinadams/aurora/compare/1.3.0...1.3.1

aurora - v1.3.0

Published by sabinadams over 2 years ago

I'm happy to announce version 1.3.0 of Aurora 🎉

Major Improvement

  1. The process in which we retrieve the attributes has been updated so that it uses a more simple string-parsing method that should prevent most issues regarding missing attribute data 🎉🎉
  2. You can now use glob patterns in your aurora.config.json file thanks to @turn-a-round!

Minor Improvements

  • You can now specify multiple generators in your schemas (or no generators)
  • Field attributes on models defined in more than one file should now properly get merged together. Previously, the set defined first would be overwritten
  • Security updates

Upcoming Plans

  • Assessment of the codebase as a whole as-is and cleaning things up/documenting how things are working
  • Planning a few utility features to help manage your schema organization

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

New Contributors

Full Changelog: https://github.com/sabinadams/aurora/compare/1.2.0...1.3.0

aurora - v1.2.0

Published by sabinadams almost 3 years ago

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

Full Changelog: https://github.com/sabinadams/aurora/compare/1.1.0...1.2.0

aurora - v1.1.0

Published by sabinadams almost 3 years ago

I'm happy to announce version 1.1.0 of Aurora 🎉

Major Improvement

  • The @map attribute should now carry over to the generated output correctly
  • The @@index attribute should now carry over to the generated output correctly

Aurora uses Prisma's internal parser to generate the combined file. The output of that parser does not include the settings for @map and @@index in the DMMF (Data Model Meta Format).

The improvements in this release add a pre-processing bit that will parse those out in any variation.

https://user-images.githubusercontent.com/18456526/147870498-7072933c-2390-458d-9e2f-7496c0b13ba3.mp4


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!