Releases: Originate/originate-scripts
Releases · Originate/originate-scripts
v1.4.0
1.4.0 (2022-04-13)
Features
- add option to getTestDatabase to pass TypeORM config object (#7) (4629a38)
v1.3.0
1.3.0 (2022-04-11)
Features
- add option to
getTestDatabase
to skip running migrations (#5) (3669a79)
v1.2.0
1.2.0 (2021-09-23)
Features
- add option to choose database docker image (#4) (5f6e794)
v1.1.1
1.1.1 (2021-07-26)
Bug Fixes
- allow piping scripts to
yarn db:shell
; e.g. yarn db:shell < seeds.sql
(#3) (4d53b23)
v1.1.0
1.1.0 (2021-04-08)
Features
- update
gql
template tag to permit interpolations (#2) (2cb70e6)
v1.0.4
1.0.4 (2020-12-27)
Bug Fixes
getTestDatabase
must set DATABASE_URL
before running TypeORM migrations (51d38fa)
v1.0.3
1.0.3 (2020-12-27)
Bug Fixes
- change supertest to peer dependency, and relax version constraint (e49c1e0)
v1.0.2
1.0.2 (2020-12-27)
Bug Fixes
v1.0.0
1.0.0 (2020-12-27)
Bug Fixes
- change
findContainer
so that it can find stopped containers (45b300a)
- pull postgres image if it is not available locally (3794847)
Features
- add test helper functions (96d78b9)
- command to start database (5721d70)
- implement db:destroy command (ff42d96)
- implement db:migration:generate command (3cb681d)
- implement db:shell command (9f1695b)
- implement db:stop command (7a115b8)