Releases: echobind/bisonapp
Releases · echobind/bisonapp
v1.7.0-canary.1
Features
- add support for dropping the database (#67) (b0d8424)
v1.6.4
1.6.4 (2020-09-30)
Bug Fixes
- remove deprecated prisma.connect from template (#62) (4bcca65)
- replace queryType with extendType (#65) (f6a6e46)
v1.6.3
1.6.3 (2020-09-30)
Bug Fixes
- use as prop on MenuButton to fix types (#63) (adae31d)
v1.6.2
1.6.2 (2020-08-28)
Bug Fixes
- ci: adds ENV vars for Jest Tests (03e9e92)
- generators: ensure cell components work (e85e63b)
- tests: fix databaseUrl in jest.teardown (8d896ac)
- ensure .nexus is in .gitignore (91bc4df)
v1.6.1
1.6.1 (2020-08-28)
Bug Fixes
- ensure we include postInstallText in package. (#40) (702025b)
v1.6.0
1.6.0 (2020-08-25)
Features
v1.5.0
1.5.0 (2020-08-25)
Features
v1.4.0
1.4.0 (2020-08-21)
Features
- generate the db url based on the .env DATABASE_URL, by manipulating the path + schema param (#34) (23cb253)
v1.3.3
1.3.3 (2020-08-20)
Bug Fixes
- schema value referenced is null resulting in the schema not being dropped during jest teardown (31be457)
v1.3.2
1.3.2 (2020-08-18)
Bug Fixes
- cli: generate prisma client before nexus types (#25) (7315d0f)