Skip to content

Releases: blackflux/lambda-serverless-api

v1.5.1

08 Mar 05:09
d184167

Choose a tag to compare

1.5.1 (2018-03-08)

Bug Fixes

  • lambda-tdd is now a test dependency (f63c709)

v1.5.0

08 Mar 03:12
807ddc8

Choose a tag to compare

1.5.0 (2018-03-08)

Features

v1.4.0

08 Mar 01:19
1f8956c

Choose a tag to compare

1.4.0 (2018-03-08)

Features

  • can now pass existing swagger docs into generator (2bb2f8a)

v1.3.2

07 Mar 19:00
a21af7c

Choose a tag to compare

1.3.2 (2018-03-07)

Bug Fixes

  • endpoints now defined on api instance level (71c27b9)

v1.3.1

07 Mar 18:18
caae1cc

Choose a tag to compare

1.3.1 (2018-03-07)

Bug Fixes

  • docs: updated documentation to match what is implemented (1ee7fce)

v1.3.0

07 Mar 17:55
259dfbe

Choose a tag to compare

1.3.0 (2018-03-07)

Features

  • added exception if parameter position is invalid (d5067f8)

v1.2.1

07 Mar 01:44
717a28e

Choose a tag to compare

1.2.1 (2018-03-07)

Bug Fixes

  • swagger info now gets stored on wrap (not on execution (827d8bc)

v1.2.0

07 Mar 00:38
8f5ae65

Choose a tag to compare

1.2.0 (2018-03-07)

Features

  • added api error if incorrect request method is used (0f70577)
  • added basic parameter validation logic (0d613b6)
  • added basic swagger generation + validation test (f378ed1)
  • added error context and message id to build in api errors (7ff594e)
  • now validating directly on export (f337286)
  • throwing error if GET method with json parameters is used (4993e80)
  • throwing error path parameter not defined in defined path (10c5ff3)

v1.1.0

06 Mar 01:10
2fb05dc

Choose a tag to compare

1.1.0 (2018-03-06)

Features

  • added message id and context (586bc62)

v1.0.3

05 Mar 16:53
3554c8d

Choose a tag to compare

1.0.3 (2018-03-05)

Bug Fixes

  • package: update lambda-tdd to version 1.11.11 (a5e01c4)