Skip to content

Releases: e0ipso/subrequests-express

v3.3.2

16 Feb 10:49
5b76c4b
Compare
Choose a tag to compare

v3.3.1

10 Jun 06:19
Compare
Choose a tag to compare

3.3.1 (2018-06-10)

Bug Fixes

  • package: update flow-copy-source to version 2.0.0 (#39) (bed11b6)

v3.3.0

10 Jun 06:11
Compare
Choose a tag to compare

3.3.0 (2018-06-10)

v3.2.1

10 Jun 06:03
cba93ef
Compare
Choose a tag to compare

3.2.1 (2018-06-10)

v3.2.0

05 May 19:42
Compare
Choose a tag to compare

3.2.0 (2018-05-05)

v3.1.1

28 Feb 18:35
bb610be
Compare
Choose a tag to compare

3.1.1 (2018-02-28)

Bug Fixes

  • routes: runMiddleware is not required at construction time (#34) (bb610be)

v3.1.0

28 Feb 15:07
a4ff1cd
Compare
Choose a tag to compare

3.1.0 (2018-02-28)

Features

  • requestor: allow injecting requestor object (#33) (a4ff1cd)

v3.0.2

21 Feb 16:58
e055779
Compare
Choose a tag to compare

3.0.2 (2018-02-21)

Bug Fixes

  • misc: force presence of callback (#32) (e055779)

v3.0.1

21 Feb 10:46
209b8b8
Compare
Choose a tag to compare

3.0.1 (2018-02-21)

Bug Fixes

  • package: avoid semantic-release in production (#31) (209b8b8)

v3.0.0

21 Feb 00:09
Compare
Choose a tag to compare

3.0.0 (2018-02-21)

Features

  • performance: run middlewares directly (#29) (66a2c5a)
  • semantic-release: add semantic release with travis stages (#30) (1a78c90)

BREAKING CHANGES

  • performance: you need to pass the express app variable when initializing the subrequest route.