Skip to content

Latest commit

 

History

History
144 lines (79 loc) · 6.47 KB

CHANGELOG.md

File metadata and controls

144 lines (79 loc) · 6.47 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.16.0 (2019-04-07)

Features

  • rework and implement match listing (a40c4d1)

0.15.0 (2019-04-07)

Features

  • app: implement match creation use case (b562023)
  • interfaces: validate match creation input (e4f3dbc)
  • implement match creation (32d4c92)

0.14.0 (2018-06-17)

Features

  • match: implement match creation (d5c679b)
  • player: implement controller (7015c9f)
  • player: implement player search (3d3e967)

0.13.0 (2018-03-12)

Features

  • config: rework URL config (4f54bec)
  • player: implement create function; implement mapper (1679bcd)

0.12.0 (2018-02-18)

Bug Fixes

  • container: remove missing content type middleware (12f7766)

Features

  • 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)

Bug Fixes

  • config: replace http by mongodb protocol (8017deb)
  • index: app now starts correctly (1fbab79)
  • match: pass use cases per request (d1fcb88)

Features

  • 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)

Bug Fixes

  • container: resolution module from cwd is now relative to container path (ced02b7)

Features

  • 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)

Features

  • 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)

0.8.1 (2018-01-22)

0.8.0 (2018-01-22)

Features

  • api: massive refactor (b37c598)
  • app: remove parameters from constructor (95dfdeb)
  • container: add container and registrations (caaba38)
  • interfaces: add app (c713b00)