Skip to content

Latest commit

 

History

History
101 lines (54 loc) · 4.69 KB

File metadata and controls

101 lines (54 loc) · 4.69 KB

Changelog

3.3.0 (2021-07-31)

Features

  • github: improve error messaging (801a34d)
  • upgrade to nestjs 8 (a717296)

Bug Fixes

3.2.0 (2021-05-17)

Features

  • update nest.js (4ea3a8b)
  • file-system: improve error handling and logging (fd07095)
  • github: improve error handling and logging (4eae0f0)
  • gitlab: improve error handling and logging (1545d84)

Bug Fixes

  • file-system: use absolute path after refactoring (00e0881)

3.1.0 (2021-03-04)

Features

  • add helmet for security (8dadf7c)

Bug Fixes

3.0.0 (2021-02-25)

Features

  • enable configs to be read from file system (5b8a1d5)

2.2.0 (2021-01-30)

Features

  • enable cors with origin config (c86f026), closes #2

2.1.0 (2020-12-28)

Features

  • make gitlab repo url configurable (9864430)
  • rework homepage with link to issues (fe1643a)

2.0.0 (2020-12-23)

BREAKING CHANGES

  • add gitlab support

Bug Fixes

  • throw error on missing config values (e5fa8f6)

1.0.1 (2020-12-20)

  • update documentation

1.0.0 (2020-12-19)

  • Initial Release

0.0.2 (2020-12-10)

Features

Bug Fixes

  • add typings, remove logs (39b0798)
  • only return latest config (3b56b1f)
  • reimport interfaces (40ceb44)
  • remove env from build (c08f76e)
  • remove hard coded github values (9a7b3e3)