Skip to content

Releases: JordanForeman/api-framework

v5.2.0

08 Apr 00:49
Compare
Choose a tag to compare

5.2.0 (2022-04-08)

Features

  • make morgan logger configurable (070f8f2)

v5.1.0

07 Apr 02:25
Compare
Choose a tag to compare

5.1.0 (2022-04-07)

Features

  • add return hooks to setup and start methods (71601a4)

v5.0.0

21 Mar 01:10
Compare
Choose a tag to compare

5.0.0 (2022-03-21)

Bug Fixes

  • no longer assume json responses (1c372c1)

BREAKING CHANGES

  • no longer assume json responses

v4.0.0

20 Mar 02:35
Compare
Choose a tag to compare

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

27 Mar 00:05
Compare
Choose a tag to compare

3.0.1 (2020-03-27)

Bug Fixes

  • deps: update dependency winston to v3 (#8) (8fdd4d5)

v3.0.0

09 Dec 02:36
Compare
Choose a tag to compare

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

09 Dec 01:25
Compare
Choose a tag to compare

2.1.0 (2019-12-09)

Features

  • support plugin middleware (861bec4)

v2.0.1

26 Nov 04:58
Compare
Choose a tag to compare

2.0.1 (2019-11-26)

Bug Fixes

  • deps: update dependency multer to v1.4.2 (4f9ae5e)

v2.0.0

26 Nov 03:04
Compare
Choose a tag to compare

2.0.0 (2019-11-26)

chore

  • ci: rename deploy to publish (19308dc)

BREAKING CHANGES

  • ci: force major version bump

v1.0.0

26 Nov 02:57
Compare
Choose a tag to compare

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

  • Giant rewrite