Skip to content

Releases: echobind/bisonapp

v1.7.0-canary.1

02 Oct 18:16
Compare
Choose a tag to compare
v1.7.0-canary.1 Pre-release
Pre-release

1.7.0-canary.1 (2020-10-02)

Features

  • add support for dropping the database (#67) (b0d8424)

v1.6.4

30 Sep 13:54
f6a6e46
Compare
Choose a tag to compare

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

30 Sep 13:52
adae31d
Compare
Choose a tag to compare

1.6.3 (2020-09-30)

Bug Fixes

  • use as prop on MenuButton to fix types (#63) (adae31d)

v1.6.2

28 Aug 23:03
Compare
Choose a tag to compare

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

28 Aug 12:51
702025b
Compare
Choose a tag to compare

1.6.1 (2020-08-28)

Bug Fixes

  • ensure we include postInstallText in package. (#40) (702025b)

v1.6.0

25 Aug 18:21
ef2e47a
Compare
Choose a tag to compare

1.6.0 (2020-08-25)

Features

  • cli: ask for database information (#39) (ef2e47a)

v1.5.0

25 Aug 17:19
02e4a93
Compare
Choose a tag to compare
v1.5.0 Pre-release
Pre-release

1.5.0 (2020-08-25)

Features

v1.4.0

21 Aug 16:50
23cb253
Compare
Choose a tag to compare
v1.4.0 Pre-release
Pre-release

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

20 Aug 17:42
d058027
Compare
Choose a tag to compare
v1.3.3 Pre-release
Pre-release

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

18 Aug 19:31
7315d0f
Compare
Choose a tag to compare

1.3.2 (2020-08-18)

Bug Fixes

  • cli: generate prisma client before nexus types (#25) (7315d0f)