Skip to content

Releases: expresso/router

v3.0.1

26 Oct 01:31
Compare
Choose a tag to compare

3.0.1 (2021-10-26)

Bug Fixes

  • remove endpoint duplication (5bc8234)

v3.0.0

17 Oct 14:18
Compare
Choose a tag to compare

3.0.0 (2021-10-17)

Features

  • createapp: add new documentation types (0fea68f)
  • add input and output headers for documentation purposes (55ce4e9)

BREAKING CHANGES

  • createapp: Options for documentation have completely changed and createApp input object is
    not compatible with previous versions

v2.0.6

22 Sep 20:13
Compare
Choose a tag to compare

2.0.6 (2021-09-22)

v2.0.5

22 Sep 20:05
Compare
Choose a tag to compare

2.0.5 (2021-09-22)

v2.0.4

22 Sep 19:59
Compare
Choose a tag to compare

2.0.4 (2021-09-22)

v2.0.3

07 Sep 17:18
Compare
Choose a tag to compare

2.0.3 (2021-09-07)

Bug Fixes

  • package.json: add main field (44d5681)

v2.0.2

07 Sep 10:51
Compare
Choose a tag to compare

2.0.2 (2021-09-07)

v2.0.1

07 Sep 10:17
Compare
Choose a tag to compare

2.0.1 (2021-09-07)

Bug Fixes

  • release: publish configuration (11731ef)

v2.0.0

03 Sep 17:41
Compare
Choose a tag to compare

2.0.0 (2021-09-03)

Features

  • createapp: adds docsEndpoint and swaggerUiOptions (25c61ee)

BREAKING CHANGES

  • createapp: createApp now accepts an object containing the openApiInfo, routing, app,
    docsEndpoint and swaggerUiOptions properties

v1.0.0

03 Sep 12:19
Compare
Choose a tag to compare

1.0.0 (2021-09-03)

Features

  • add initial implementation (c75fd21)