Releases: expresso/router
Releases · expresso/router
v3.0.1
3.0.1 (2021-10-26)
Bug Fixes
- remove endpoint duplication (5bc8234)
v3.0.0
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.3
2.0.3 (2021-09-07)
Bug Fixes
- package.json: add main field (44d5681)
v2.0.1
2.0.1 (2021-09-07)
Bug Fixes
- release: publish configuration (11731ef)
v2.0.0
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
1.0.0 (2021-09-03)
Features
- add initial implementation (c75fd21)