-
Yannis Barlas authored68af1bd1
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
To find the state of this project's repository at the time of any of these versions, check out the tags.
- Changelog
- 1.14.0 (2021-04-19)
- Features
- Bug Fixes
- 1.13.0 (2021-04-10)
- Features
- 1.12.2 (2021-03-30)
- Bug Fixes
- 1.12.1 (2021-03-29)
- Bug Fixes
- 1.12.0 (2021-03-23)
- Features
- 1.11.0 (2021-03-18)
- Features
- 1.10.0 (2021-03-18)
- Features
- 1.9.1 (2021-03-10)
- Bug Fixes
- 1.9.0 (2021-03-03)
- Features
- Bug Fixes
- 1.8.0 (2020-12-09)
- Features
- 1.7.1 (2020-12-08)
- Bug Fixes
- 1.7.0 (2020-12-08)
- Features
- 1.6.3 (2020-11-23)
- Bug Fixes
- 1.6.2 (2020-11-23)
- Bug Fixes
- 1.6.1 (2020-11-20)
- Bug Fixes
- 1.6.0 (2020-11-20)
- Features
- 1.5.0 (2020-11-16)
- Features
- 1.4.1 (2020-10-27)
- Bug Fixes
- 1.4.0 (2020-10-26)
- Features
- 1.3.0 (2020-06-13)
- Features
- 1.2.0 (2020-05-28)
- Features
- 1.1.0 (2020-05-20)
- Features
- Bug Fixes
- 1.0.0 (2020-05-11)
- Features
- Bug Fixes
- 0.1.0 (2020-04-04)
- Features
- 0.0.2 (2020-03-28)
- Features
- Bug Fixes
- 0.0.1 (2020-03-27)
- Features
CHANGELOG.md 8.46 KiB
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.14.0 (2021-04-19)
Features
- server: add uuid helper (62a04de)
Bug Fixes
- fix useTransaction base model import (a06af0f)
1.13.0 (2021-04-10)
Features
- server: add useTransaction (d33b2f2)
1.12.2 (2021-03-30)
Bug Fixes
- server: fix mailer config issue (07c6a02)
1.12.1 (2021-03-29)
Bug Fixes
- server: server should not crash without mailer config (62b9d7f)
1.12.0 (2021-03-23)
Features
- server: include send email component & update docs (8dc9faa)
1.11.0 (2021-03-18)
Features
- server: export db from db-manager (6524687)
1.10.0 (2021-03-18)
Features
- server: expose pubsubmanager from ps-server (0f5db7e)
1.9.1 (2021-03-10)
Bug Fixes
- server: fix pg-boss version mismatch (b27496e)
1.9.0 (2021-03-03)
Features
- server: expose pg-boss from ps-server (ed611f7)
Bug Fixes
- server: add error handling for graphql errors (358d8fa)
1.8.0 (2020-12-09)
Features
- server: add ability to turn off pg-boos job queue (35a56f1)
- server: add health check endpoint (a03a4cb)
1.7.1 (2020-12-08)
Bug Fixes
- server: fix bundle serving path (71812d4)
1.7.0 (2020-12-08)
Features
- server: add env variable that will serve build (e1bec79)
1.6.3 (2020-11-23)
Bug Fixes
- server: handle client protocol and port not being defined (a100b6b)
1.6.2 (2020-11-23)
Bug Fixes
- server: serve static folder from server (e565522)
1.6.1 (2020-11-20)
Bug Fixes
- server: make 0.0.0.0 be set as localhost for CORS setup (ca2673b)
1.6.0 (2020-11-20)
Features
- server: allow server to read broken down client url for cors (a3997b7)
1.5.0 (2020-11-16)
Features
- server: export startServer function from pubsweet (e43dd53)
1.4.1 (2020-10-27)
Bug Fixes
- server: do not load subscriptions if gql is off (b7359ae)
1.4.0 (2020-10-26)
Features
- middleware: enable shield debug mode when not in production (fa2ce20)
- server: add ability to disable server (4d89db0)
1.3.0 (2020-06-13)
Features
- middleware: add email middleware (f0e6fb9)
1.2.0 (2020-05-28)
Features
1.1.0 (2020-05-20)
Features
- middleware: add helpers for authorization middleware (f17b265)
Bug Fixes
- middleware: ensure rules are not empty before applying shield (557dc56)
1.0.0 (2020-05-11)
Features
- middleware: add middleware for authorization (33659f4)
Bug Fixes
- server: fix crash when trying to read empty config values (c6c07e4)
0.1.0 (2020-04-04)
Features
- server: cors config to allow client running on a different port (dff70dd)
0.0.2 (2020-03-28)
Features
Bug Fixes
- server: resolve circular dependencies & make passport auth work (5dffd0f)
0.0.1 (2020-03-27)
Features
- server: export express app (bdbab7d)