Releases: JordanForeman/api-framework
Releases · JordanForeman/api-framework
v5.2.0
Compare
Sorry, something went wrong.
No results found
5.2.0 (2022-04-08)
Features
make morgan logger configurable (070f8f2 )
v5.1.0
Compare
Sorry, something went wrong.
No results found
5.1.0 (2022-04-07)
Features
add return hooks to setup and start methods (71601a4 )
v5.0.0
Compare
Sorry, something went wrong.
No results found
5.0.0 (2022-03-21)
Bug Fixes
no longer assume json responses (1c372c1 )
BREAKING CHANGES
no longer assume json responses
v4.0.0
Compare
Sorry, something went wrong.
No results found
4.0.0 (2022-03-20)
Performance Improvements
BREAKING CHANGES
As part of the move to TypeScript controller methods are no longer case-insensitive
strings, but rather values of the new exported enum HTTPMethod
chore: trim up tsconfig
docs: update README
fix(ci): fixes eslint following TypeScript conversion
v3.0.1
Compare
Sorry, something went wrong.
No results found
3.0.1 (2020-03-27)
Bug Fixes
deps: update dependency winston to v3 (#8 ) (8fdd4d5 )
v3.0.0
Compare
Sorry, something went wrong.
No results found
3.0.0 (2019-12-09)
Features
init: separate setup and start behaviors (07f2b75 )
BREAKING CHANGES
init: start no longer takes configuration parameters and controllers. Instead, this is
handled by the setup method. start may then be invoked to start the configured server at any time.
v2.1.0
Compare
Sorry, something went wrong.
No results found
2.1.0 (2019-12-09)
Features
support plugin middleware (861bec4 )
v2.0.1
Compare
Sorry, something went wrong.
No results found
2.0.1 (2019-11-26)
Bug Fixes
deps: update dependency multer to v1.4.2 (4f9ae5e )
v2.0.0
Compare
Sorry, something went wrong.
No results found
2.0.0 (2019-11-26)
chore
ci: rename deploy to publish (19308dc )
BREAKING CHANGES
ci: force major version bump
v1.0.0
Compare
Sorry, something went wrong.
No results found
1.0.0 (2019-11-26)
Features
ci: add github actions (97900c3 )
Merge pull request #2 from JordanForeman/giant-rewrite (0c1f4b5 ), closes #2
BREAKING CHANGES