Prisma: 2.0.0-preview-9 Release

Release date:
August 29, 2019
Previous version:
2.0.0-preview-8 (released August 22, 2019)
Magnitude:
6,113 Diff Delta
Contributors:
10 total committers
Data confidence:
Commits:

81 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored August 28, 2019
Authored August 21, 2019
Authored August 28, 2019
Authored August 28, 2019
Authored August 20, 2019
Authored August 27, 2019
Authored August 21, 2019
Authored August 19, 2019
Authored August 22, 2019
Authored August 29, 2019
Authored August 29, 2019
Authored August 29, 2019
Authored August 20, 2019
Authored August 26, 2019
Authored August 27, 2019
Authored August 29, 2019
Authored August 29, 2019
Authored August 26, 2019
Authored August 29, 2019
Authored August 29, 2019
Authored August 19, 2019
Authored August 16, 2019
Authored August 21, 2019
Authored August 29, 2019
Authored August 29, 2019
Authored August 20, 2019
Authored August 26, 2019
Authored August 28, 2019
Authored August 29, 2019
Authored August 27, 2019
Authored August 26, 2019
Authored August 26, 2019
Authored August 29, 2019
Authored August 23, 2019
Authored August 29, 2019
Authored August 29, 2019

Top Contributors in 2.0.0-preview-9

timsuchanek
nikolasburk
divyendu-singh-cb07
0xflotus
janpio
aliedp
pantharshit00
schickling
passionkind
jasonkuhrt

Directory Browser for 2.0.0-preview-9

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Today, we are issuing the ninth Preview release: 2.0.0-preview-9 (short: preview-9).

Major changes

For this release, we have invested a lot into making the prisma2 init command a lot more approachable and user-friendly. The wizard that's launched by prisma2 init helps you to set up a new project. With this release, the wizard becomes a lot more robust and provides a clearer user flows than before.

Try it yourself by upgrading to the latest version and using the init command:

npm install -g prisma2
prisma2 init hello-world

Please share your feedback for the init flow and report any issues you might encounter.

Fixes and improvements per Prisma 2 repository

prisma2

Fixed by the new init flow

photonjs