Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 4.32 KB

CHANGELOG.md

File metadata and controls

59 lines (38 loc) · 4.32 KB

Changelog

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

1.0.1 (2020-09-14)

Others

  • readme: add number of pulls from Docker Hub (8f3d3d7)

1.0.0 (2020-09-14)

Features

  • add a ping endpoint and make the healthchecker use that (a9e523e)
  • add healthcheck to be used by Dockerfile (73018ae)
  • add timestamp to log messages (1d0c62c)
  • app.ts: create /conversion endpoint for converting a roster file (565730c)
  • logger.ts: create a logger for uniform log messages (564d8f9)
  • schema.ts: add schema for validating request (590d576)
  • server.ts: add server to handle incoming requests (8c8adf3)

Code Refactoring

  • move healthchecker to top level in src (42030b8)
  • remove old index file (234c9c2)

Build System

  • reduce healthcheck interval time (2a25e58)
  • dockerfile: add Dockerfile and .dockerignore (928aff5)

CI

Others

  • add additional dependencies (fd9b005)
  • add release script (7147d39)
  • add setup file for Jest to set environment variable before every test (7211cb3)
  • add supertest (b6d283b)
  • add travis and codecov badges to README (39d87e5)
  • exclude all tests folders (9756368)
  • initial commit (cd5bd4f)
  • rename healtchecker (037a241)
  • update README (7785866)
  • jest.config.js: add jest config (6c8dafa)
  • package.json: add build script (3103423)
  • package.json: add rosz2js dependency (5f0a944)
  • readme.md: update the README (b6f00f6)
  • update tsconfig to include src directory (3422a4d)
  • tsconfig.json: exclude node_modules and dist (f2afcd6)