All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.16.0 (2019-04-07)
- rework and implement match listing (a40c4d1)
0.15.0 (2019-04-07)
- app: implement match creation use case (b562023)
- interfaces: validate match creation input (e4f3dbc)
- implement match creation (32d4c92)
0.14.0 (2018-06-17)
- match: implement match creation (d5c679b)
- player: implement controller (7015c9f)
- player: implement player search (3d3e967)
0.13.0 (2018-03-12)
0.12.0 (2018-02-18)
- container: remove missing content type middleware (12f7766)
- app: externalize error handler (0dbe0a3)
- config: type cast some config properties (e39d6cb)
- index: use scopePerRequest from utils module (13245bb)
- utils: externalize scopePerRequest function in an utility module (350af2e)
0.11.0 (2018-02-16)
- config: replace http by mongodb protocol (8017deb)
- index: app now starts correctly (1fbab79)
- match: pass use cases per request (d1fcb88)
- config: add DB_NAME environment variable (792f130)
- config: add DB_URL default value (09fa619)
- container: add player and team repositories (c9eef01)
- container: register elements manually to avoid errors (46760b1)
- index: update entrypoint (0cfdff6)
- match: add routing (3ee3fc7)
- match: split parameters proxy in a sequence of parameters (5d99bd3)
0.10.0 (2018-02-10)
- container: resolution module from cwd is now relative to container path (ced02b7)
- config: add app host (9428009)
- config: DB_URL variable is now optional (ecf2d06)
- match: add find-matches use case (90d9948)
- match: add match repository (bf430ee)
- match: add routes; add controller (a462930)
- match: implement match mapping to entity and to DBO (7ce51e4)
- match: update create-match use case (5891611)
- match: update repository; add lifetime to container registrations (8317641)
- team: add team repository (a932093)
0.9.0 (2018-01-30)
- app: add error handler; add content type middleware (a20e1a2)
- config: review config (1365ff0)
- container: add registrations to DI container (33ea270)
- index: add application entrypoint (2466cb2)
- match: add create-match use case (30ec6ae)
- match: complete create-match use case (0d99217)
- match: implement create-match use case (0c93385)